Shades of Navy #02056C
Tints of Navy #02056C
RGB
CMYK
RGB Variations
Color information
#02056C (or 0x02056C) is known color: Navy. HEX triplet: 02, 05 and 6C. RGB value is (2,5,108). Sum of RGB (Red+Green+Blue) = 2+5+108=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 108 (42.58% from 255 or 93.91% from 115); Max value from RGB is 108 - color contains mainly: blue. Hex color #02056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02056C is #FDFA93. Grayscale: #0F0F0F. Windows color (decimal): -16644756 or 7079170. OLE color: 7079170.
HSL color Cylindrical-coordinate representation of color #02056C: hue angle of 238.3º 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 #02056C is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 5 | 108 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.58 |
| HSL | 238.3º | 0.96% | 0.22% | - |
| HSV(B) | 238.3º | 0.98% | 0.42% | - |
| XYZ | 2.79 | 1.2 | 14.27 | - |
| YUV | 15.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 108 | 0.98 | 0.95 | 0 | 0.58 | 238.3 | 0.96 | 0.22 |
| Hex | 2 | 5 | 6C | 62 | 5F | 0 | 3A | EE | 60 | 16 |
| Octal | 2 | 5 | 154 | 142 | 137 | 0 | 72 | 356 | 140 | 26 |
| Binary | 10 | 101 | 1101100 | 1100010 | 1011111 | 0 | 111010 | 11101110 | 1100000 | 10110 |
Color Harmonies of #02056C
Complementary color
Monochromatic Colors of #02056C
Black with #02056C
Text Example
Text Example
White with #02056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02056C; }
p { color: rgb(2,5,108); }
H1.HeaderClassName
{
color: #02056C;
}
.AnyTagClassName
{
color: #02056C;
}
</style>
background-color css
<style>
a { background-color: #02056C; }
a { background-color: rgb(2,5,108); }
div.DivClassName
{
background-color: #02056C;
}
.BgClassName
{
background-color: #02056C;
}
</style>
border-color css
<style>
span { border-color: #02056C; }
span { border-color: rgb(2,5,108); }
td.TdClassName
{
border-color: #02056C;
}
.TagClassName
{
border-color: #02056C;
}
</style>