Shades of Navy #02066B
Tints of Navy #02066B
RGB
CMYK
RGB Variations
Color information
#02066B (or 0x02066B) is known color: Navy. HEX triplet: 02, 06 and 6B. RGB value is (2,6,107). Sum of RGB (Red+Green+Blue) = 2+6+107=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 107 (42.19% from 255 or 93.04% from 115); Max value from RGB is 107 - color contains mainly: blue. Hex color #02066B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02066B is #FDF994. Grayscale: #0F0F0F. Windows color (decimal): -16644501 or 7013890. OLE color: 7013890.
HSL color Cylindrical-coordinate representation of color #02066B: hue angle of 237.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02066B is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 6 | 107 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.58 |
| HSL | 237.71º | 0.96% | 0.21% | - |
| HSV(B) | 237.71º | 0.98% | 0.42% | - |
| XYZ | 2.74 | 1.2 | 14 | - |
| YUV | 16.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 107 | 0.98 | 0.94 | 0 | 0.58 | 237.71 | 0.96 | 0.21 |
| Hex | 2 | 6 | 6B | 62 | 5E | 0 | 3A | EE | 60 | 15 |
| Octal | 2 | 6 | 153 | 142 | 136 | 0 | 72 | 356 | 140 | 25 |
| Binary | 10 | 110 | 1101011 | 1100010 | 1011110 | 0 | 111010 | 11101110 | 1100000 | 10101 |
Color Harmonies of #02066B
Complementary color
Monochromatic Colors of #02066B
Black with #02066B
Text Example
Text Example
White with #02066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02066B; }
p { color: rgb(2,6,107); }
H1.HeaderClassName
{
color: #02066B;
}
.AnyTagClassName
{
color: #02066B;
}
</style>
background-color css
<style>
a { background-color: #02066B; }
a { background-color: rgb(2,6,107); }
div.DivClassName
{
background-color: #02066B;
}
.BgClassName
{
background-color: #02066B;
}
</style>
border-color css
<style>
span { border-color: #02066B; }
span { border-color: rgb(2,6,107); }
td.TdClassName
{
border-color: #02066B;
}
.TagClassName
{
border-color: #02066B;
}
</style>