In the RGB color space, #000066 is composed of 0% red, 0% green, and 40% blue.
In the CMYK color space, #000066 is composed of 100% cyan, 100% magenta, 0% yellow, and 60% black,
It has a hue angle of 240 degrees, a saturation of 100%, and a lightness of 20%.
This is a websafe color.
The hexadecimal color #000066 has RGB values of R:0, G:0, B:102 and CMYK values of C:100, M:100, Y:0, K:60. It has a decimal value of 102.
Hexadecimal | #000066 | #000066 |
RGB Decimal | 0, 0, 102 | rgb(0, 0, 102) |
RGB Percent | 0, 0, 40 | rgb(0%, 0%, 40%) |
RGB Proportion | 0.0, 0.0, 0.4 | rgb(0.0, 0.0, 0.4) |
CMYK | 100, 100, 0, 60 | |
HSL | 240ยบ, 100, 20 | hsl(240, 100%, 20%) |
Websafe | 000066 | #000066 |
XYZ | 2.398, 0.959, 12.629 | |
Yxy | 0.959, 0.15, 0.06 | |
CIE-LAB | 8.645, 40.418, -55.045 | |
CIE-LCH | 8.645, 68.29, 306.289 | |
CIE-LUV | 8.645, -2.516, -34.891 | |
Hunter-Lab | 9.793, 26.572, -69.606 |
Colors that go well with #000066.
Common HTML and CSS shortcodes for #000066.
<div style="color: #000066;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #000066;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #000066;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #000066 to transparent.
<div style="background: linear-gradient(#000066, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #000066 to transparent.
<div style="background: radial-gradient(#000066, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #000066 to #FFFF99.
<div style="background: linear-gradient(#000066, #FFFF99);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #000066 to #FFFF99.
<div style="background: radial-gradient(#000066, #FFFF99);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #000066; }
.background { background-color: #000066; }
.border { border: 1px solid #000066; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #000002 while the lightest tint is #FAFAFC.