Shades of Navy #02066D
Tints of Navy #02066D
RGB
CMYK
RGB Variations
Color information
#02066D (or 0x02066D) is known color: Navy. HEX triplet: 02, 06 and 6D. RGB value is (2,6,109). Sum of RGB (Red+Green+Blue) = 2+6+109=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 109 (42.97% from 255 or 93.16% from 117); Max value from RGB is 109 - color contains mainly: blue. Hex color #02066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02066D is #FDF992. Grayscale: #101010. Windows color (decimal): -16644499 or 7144962. OLE color: 7144962.
HSL color Cylindrical-coordinate representation of color #02066D: hue angle of 237.76º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02066D is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 6 | 109 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.57 |
| HSL | 237.76º | 0.96% | 0.22% | - |
| HSV(B) | 237.76º | 0.98% | 0.43% | - |
| XYZ | 2.85 | 1.25 | 14.56 | - |
| YUV | 16.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 109 | 0.98 | 0.94 | 0 | 0.57 | 237.76 | 0.96 | 0.22 |
| Hex | 2 | 6 | 6D | 62 | 5E | 0 | 39 | EE | 60 | 16 |
| Octal | 2 | 6 | 155 | 142 | 136 | 0 | 71 | 356 | 140 | 26 |
| Binary | 10 | 110 | 1101101 | 1100010 | 1011110 | 0 | 111001 | 11101110 | 1100000 | 10110 |
Color Harmonies of #02066D
Complementary color
Monochromatic Colors of #02066D
Black with #02066D
Text Example
Text Example
White with #02066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02066D; }
p { color: rgb(2,6,109); }
H1.HeaderClassName
{
color: #02066D;
}
.AnyTagClassName
{
color: #02066D;
}
</style>
background-color css
<style>
a { background-color: #02066D; }
a { background-color: rgb(2,6,109); }
div.DivClassName
{
background-color: #02066D;
}
.BgClassName
{
background-color: #02066D;
}
</style>
border-color css
<style>
span { border-color: #02066D; }
span { border-color: rgb(2,6,109); }
td.TdClassName
{
border-color: #02066D;
}
.TagClassName
{
border-color: #02066D;
}
</style>