Shades of Navy #02037B
Tints of Navy #02037B
RGB
CMYK
RGB Variations
Color information
#02037B (or 0x02037B) is known color: Navy. HEX triplet: 02, 03 and 7B. RGB value is (2,3,123). Sum of RGB (Red+Green+Blue) = 2+3+123=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 123 (48.44% from 255 or 96.09% from 128); Max value from RGB is 123 - color contains mainly: blue. Hex color #02037B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02037B is #FDFC84. Grayscale: #0F0F0F. Windows color (decimal): -16645253 or 8061698. OLE color: 8061698.
HSL color Cylindrical-coordinate representation of color #02037B: hue angle of 239.5º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02037B is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 3 | 123 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.52 |
| HSL | 239.5º | 0.97% | 0.25% | - |
| HSV(B) | 239.5º | 0.98% | 0.48% | - |
| XYZ | 3.63 | 1.51 | 18.84 | - |
| YUV | 16.38 | 188.17 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 123 | 0.98 | 0.98 | 0 | 0.52 | 239.5 | 0.97 | 0.25 |
| Hex | 2 | 3 | 7B | 62 | 62 | 0 | 34 | F0 | 61 | 19 |
| Octal | 2 | 3 | 173 | 142 | 142 | 0 | 64 | 360 | 141 | 31 |
| Binary | 10 | 11 | 1111011 | 1100010 | 1100010 | 0 | 110100 | 11110000 | 1100001 | 11001 |
Color Harmonies of #02037B
Complementary color
Monochromatic Colors of #02037B
Black with #02037B
Text Example
Text Example
White with #02037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02037B; }
p { color: rgb(2,3,123); }
H1.HeaderClassName
{
color: #02037B;
}
.AnyTagClassName
{
color: #02037B;
}
</style>
background-color css
<style>
a { background-color: #02037B; }
a { background-color: rgb(2,3,123); }
div.DivClassName
{
background-color: #02037B;
}
.BgClassName
{
background-color: #02037B;
}
</style>
border-color css
<style>
span { border-color: #02037B; }
span { border-color: rgb(2,3,123); }
td.TdClassName
{
border-color: #02037B;
}
.TagClassName
{
border-color: #02037B;
}
</style>