Color: #00119C

#00119C Color Information

#00119C is a dark color. The closest websafe version is #00119C. A complement of this color would be #9E8C00, perceived brightness is 0.11, and the grayscale version is #4E4E4E.

In the HSL color space, this color has a hue angle of 233°,a saturation of 99%, and a lightness of 31%.The HSV representation shows a hue of 233°, a saturation of 100%, and a value of 61%.

In a RGB color space, #00119C is composed of 0% red, 7% green and 61% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 89% magenta, 0% yellow and 39% black.

In the Yxy color space, this color is represented as Y: 2.42, x: 0.1593, and y: 0.0776.

Color Code #00119C

#00119Crgb(0, 17, 156)
HEX
#00119C
RGB
rgb(0, 17, 156)
HSL
hsl(233, 100%, 31%)
HSV
hsv(233, 100%, 61%)
CMYK
100%, 89%, 0%, 39%
XYZ
X: 4.97, Y: 2.42, Z: 23.80
Lab
L: 17.54, a: 41.55, b: -74.31
Name

Shades of Color #00119C

Shades are created by darkening the original color #00119C 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 #00119C

Tints are created by lightening the original color #00119C 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.

#00119Crgb(0, 17, 156)

About #00119C Color Code

In the HSL color space, this color has a hue angle of 233°, a saturation of 100%, and a lightness of 31%. The HSV representation shows a hue of 233°, a saturation of 100%, and a value of 61%.

  • HEX: #00119C
  • RGB: rgb(0, 17, 156)
  • HSL: hsl(233, 100%, 31%)
  • HSV: hsv(233, 100%, 61%)
  • CMYK: 100.00% cyan, 89.00% magenta, 0.00% yellow, 39.00% black
  • XYZ: 4.97, 2.42, 23.80
  • Yxy: 2.42, 0.1593, 0.0776
  • Hunter Lab: 17.54, 41.55, -74.31
  • CIE-Lab: 17.54, 41.55, -74.31

In the XYZ color space, this color is represented as X: 4.97, Y: 2.42, Z: 23.80. The Yxy representation further refines this as Y: 2.42, x: 0.1593, and y: 0.0776.

In the Hunter Lab color space, this color is represented as L: 17.54, a: 41.55, and b: -74.31. Similarly, in the CIE-Lab color space, it is represented as L: 17.54, a: 41.55, and b: -74.31.

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 #00119C

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

Analogous Colors of #00119C

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

Monochromatic Colors of #00119C

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

Complementary Color of #00119C

The complementary color of #00119C 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 #00119C

/* Using HEX */
body {
  background-color: #00119c;
}
/* Using RGB */
body {
  background-color: rgb(0, 17, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(0, 17, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(233, 100%, 31%);
}
/* Text color */
p {
  color: #00119c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #00119c;
}
/* Border color */
.box {
  border: 4px solid #00119c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #00119c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #00119c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#00119C
On Black Background
#00119C
On White Background
#00119C

HTML Examples of #00119C

<!-- Using HEX -->
<div style="background-color: #00119c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(0, 17, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(0, 17, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(233, 100%, 31%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #00119c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #00119c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #00119c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #00119c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #00119c; color: #fff; padding: 16px; border-radius: 8px;">
  #00119C
</div>
#00119C
On Black Background
#00119C
On White Background
#00119C

Related Colors of #00119C

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