Shades of Navy #02076C
Tints of Navy #02076C
RGB
CMYK
RGB Variations
Color information
#02076C (or 0x02076C) is known color: Navy. HEX triplet: 02, 07 and 6C. RGB value is (2,7,108). Sum of RGB (Red+Green+Blue) = 2+7+108=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 108 (42.58% from 255 or 92.31% from 117); Max value from RGB is 108 - color contains mainly: blue. Hex color #02076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02076C is #FDF893. Grayscale: #101010. Windows color (decimal): -16644244 or 7079682. OLE color: 7079682.
HSL color Cylindrical-coordinate representation of color #02076C: hue angle of 237.17º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02076C is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 7 | 108 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.58 |
| HSL | 237.17º | 0.96% | 0.22% | - |
| HSV(B) | 237.17º | 0.98% | 0.42% | - |
| XYZ | 2.81 | 1.25 | 14.28 | - |
| YUV | 17.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 108 | 0.98 | 0.94 | 0 | 0.58 | 237.17 | 0.96 | 0.22 |
| Hex | 2 | 7 | 6C | 62 | 5E | 0 | 3A | ED | 60 | 16 |
| Octal | 2 | 7 | 154 | 142 | 136 | 0 | 72 | 355 | 140 | 26 |
| Binary | 10 | 111 | 1101100 | 1100010 | 1011110 | 0 | 111010 | 11101101 | 1100000 | 10110 |
Color Harmonies of #02076C
Complementary color
Monochromatic Colors of #02076C
Black with #02076C
Text Example
Text Example
White with #02076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02076C; }
p { color: rgb(2,7,108); }
H1.HeaderClassName
{
color: #02076C;
}
.AnyTagClassName
{
color: #02076C;
}
</style>
background-color css
<style>
a { background-color: #02076C; }
a { background-color: rgb(2,7,108); }
div.DivClassName
{
background-color: #02076C;
}
.BgClassName
{
background-color: #02076C;
}
</style>
border-color css
<style>
span { border-color: #02076C; }
span { border-color: rgb(2,7,108); }
td.TdClassName
{
border-color: #02076C;
}
.TagClassName
{
border-color: #02076C;
}
</style>