Shades of Navy #02076D
Tints of Navy #02076D
RGB
CMYK
RGB Variations
Color information
#02076D (or 0x02076D) is known color: Navy. HEX triplet: 02, 07 and 6D. RGB value is (2,7,109). Sum of RGB (Red+Green+Blue) = 2+7+109=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 109 (42.97% from 255 or 92.37% from 118); Max value from RGB is 109 - color contains mainly: blue. Hex color #02076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02076D is #FDF892. Grayscale: #101010. Windows color (decimal): -16644243 or 7145218. OLE color: 7145218.
HSL color Cylindrical-coordinate representation of color #02076D: hue angle of 237.2º 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 #02076D is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 7 | 109 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.57 |
| HSL | 237.2º | 0.96% | 0.22% | - |
| HSV(B) | 237.2º | 0.98% | 0.43% | - |
| XYZ | 2.86 | 1.27 | 14.56 | - |
| YUV | 17.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 109 | 0.98 | 0.94 | 0 | 0.57 | 237.2 | 0.96 | 0.22 |
| Hex | 2 | 7 | 6D | 62 | 5E | 0 | 39 | ED | 60 | 16 |
| Octal | 2 | 7 | 155 | 142 | 136 | 0 | 71 | 355 | 140 | 26 |
| Binary | 10 | 111 | 1101101 | 1100010 | 1011110 | 0 | 111001 | 11101101 | 1100000 | 10110 |
Color Harmonies of #02076D
Complementary color
Monochromatic Colors of #02076D
Black with #02076D
Text Example
Text Example
White with #02076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02076D; }
p { color: rgb(2,7,109); }
H1.HeaderClassName
{
color: #02076D;
}
.AnyTagClassName
{
color: #02076D;
}
</style>
background-color css
<style>
a { background-color: #02076D; }
a { background-color: rgb(2,7,109); }
div.DivClassName
{
background-color: #02076D;
}
.BgClassName
{
background-color: #02076D;
}
</style>
border-color css
<style>
span { border-color: #02076D; }
span { border-color: rgb(2,7,109); }
td.TdClassName
{
border-color: #02076D;
}
.TagClassName
{
border-color: #02076D;
}
</style>