Shades of Navy #02096D
Tints of Navy #02096D
RGB
CMYK
RGB Variations
Color information
#02096D (or 0x02096D) is known color: Navy. HEX triplet: 02, 09 and 6D. RGB value is (2,9,109). Sum of RGB (Red+Green+Blue) = 2+9+109=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 109 (42.97% from 255 or 90.83% from 120); Max value from RGB is 109 - color contains mainly: blue. Hex color #02096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02096D is #FDF692. Grayscale: #111111. Windows color (decimal): -16643731 or 7145730. OLE color: 7145730.
HSL color Cylindrical-coordinate representation of color #02096D: hue angle of 236.07º 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 #02096D is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 9 | 109 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.57 |
| HSL | 236.07º | 0.96% | 0.22% | - |
| HSV(B) | 236.07º | 0.98% | 0.43% | - |
| XYZ | 2.88 | 1.31 | 14.57 | - |
| YUV | 18.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 109 | 0.98 | 0.92 | 0 | 0.57 | 236.07 | 0.96 | 0.22 |
| Hex | 2 | 9 | 6D | 62 | 5C | 0 | 39 | EC | 60 | 16 |
| Octal | 2 | 11 | 155 | 142 | 134 | 0 | 71 | 354 | 140 | 26 |
| Binary | 10 | 1001 | 1101101 | 1100010 | 1011100 | 0 | 111001 | 11101100 | 1100000 | 10110 |
Color Harmonies of #02096D
Complementary color
Monochromatic Colors of #02096D
Black with #02096D
Text Example
Text Example
White with #02096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02096D; }
p { color: rgb(2,9,109); }
H1.HeaderClassName
{
color: #02096D;
}
.AnyTagClassName
{
color: #02096D;
}
</style>
background-color css
<style>
a { background-color: #02096D; }
a { background-color: rgb(2,9,109); }
div.DivClassName
{
background-color: #02096D;
}
.BgClassName
{
background-color: #02096D;
}
</style>
border-color css
<style>
span { border-color: #02096D; }
span { border-color: rgb(2,9,109); }
td.TdClassName
{
border-color: #02096D;
}
.TagClassName
{
border-color: #02096D;
}
</style>