Color: #195BCC

#195BCC Color Information

#195BCC is a dark color. The closest websafe version is #195BCC. A complement of this color would be #CC8B19, perceived brightness is 0.33, and the grayscale version is #727272.

In the HSL color space, this color has a hue angle of 218°,a saturation of 78%, and a lightness of 45%.The HSV representation shows a hue of 218°, a saturation of 88%, and a value of 80%.

In a RGB color space, #195BCC is composed of 10% red, 36% green and 80% blue. Whereas in a CMYK color space, it is composed of 88% cyan, 55% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 11.38, x: 0.1908, and y: 0.1658.

Color Code #195BCC

#195BCCrgb(25, 91, 204)
HEX
#195BCC
RGB
rgb(25, 91, 204)
HSL
hsl(218, 78%, 45%)
HSV
hsv(218, 88%, 80%)
CMYK
88%, 55%, 0%, 20%
XYZ
X: 13.09, Y: 11.38, Z: 44.15
Lab
L: 40.21, a: 14.72, b: -65.46
Name

Shades of Color #195BCC

Shades are created by darkening the original color #195BCC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #195BCC

Tints are created by lightening the original color #195BCC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#195BCCrgb(25, 91, 204)

About #195BCC Color Code

In the HSL color space, this color has a hue angle of 218°, a saturation of 78%, and a lightness of 45%. The HSV representation shows a hue of 218°, a saturation of 88%, and a value of 80%.

  • HEX: #195BCC
  • RGB: rgb(25, 91, 204)
  • HSL: hsl(218, 78%, 45%)
  • HSV: hsv(218, 88%, 80%)
  • CMYK: 88.00% cyan, 55.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 13.09, 11.38, 44.15
  • Yxy: 11.38, 0.1908, 0.1658
  • Hunter Lab: 40.21, 14.72, -65.46
  • CIE-Lab: 40.21, 14.72, -65.46

In the XYZ color space, this color is represented as X: 13.09, Y: 11.38, Z: 44.15. The Yxy representation further refines this as Y: 11.38, x: 0.1908, and y: 0.1658.

In the Hunter Lab color space, this color is represented as L: 40.21, a: 14.72, and b: -65.46. Similarly, in the CIE-Lab color space, it is represented as L: 40.21, a: 14.72, and b: -65.46.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #195BCC

Triadic colors are three colors evenly spaced around the color wheel, including #195BCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #195BCC

Analogous colors are adjacent to #195BCC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #195BCC

Split complementary colors are two colors adjacent to the complementary color of #195BCC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #195BCC

Tetradic colors form a rectangle on the color wheel, including #195BCC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #195BCC

Monochromatic colors are variations of #195BCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #195BCC

The complementary color of #195BCC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #195BCC

/* Using HEX */
body {
  background-color: #195bcc;
}
/* Using RGB */
body {
  background-color: rgb(25, 91, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(25, 91, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(218, 78%, 45%);
}
/* Text color */
p {
  color: #195bcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #195bcc;
}
/* Border color */
.box {
  border: 4px solid #195bcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #195bcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #195bcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#195BCC
On Black Background
#195BCC
On White Background
#195BCC

HTML Examples of #195BCC

<!-- Using HEX -->
<div style="background-color: #195bcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(25, 91, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(25, 91, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(218, 78%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #195bcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #195bcc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #195bcc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #195bcc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #195bcc; color: #fff; padding: 16px; border-radius: 8px;">
  #195BCC
</div>
#195BCC
On Black Background
#195BCC
On White Background
#195BCC

Related Colors of #195BCC

These colors are similar to #195BCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.