Shades of Navy #020F7D
Tints of Navy #020F7D
RGB
CMYK
RGB Variations
Color information
#020F7D (or 0x020F7D) is known color: Navy. HEX triplet: 02, 0F and 7D. RGB value is (2,15,125). Sum of RGB (Red+Green+Blue) = 2+15+125=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 125 (49.22% from 255 or 88.03% from 142); Max value from RGB is 125 - color contains mainly: blue. Hex color #020F7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F7D is #FDF082. Grayscale: #171717. Windows color (decimal): -16642179 or 8195842. OLE color: 8195842.
HSL color Cylindrical-coordinate representation of color #020F7D: hue angle of 233.66º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F7D is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 15 | 125 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.51 |
| HSL | 233.66º | 0.97% | 0.25% | - |
| HSV(B) | 233.66º | 0.98% | 0.49% | - |
| XYZ | 3.9 | 1.84 | 19.55 | - |
| YUV | 23.65 | 185.19 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 125 | 0.98 | 0.88 | 0 | 0.51 | 233.66 | 0.97 | 0.25 |
| Hex | 2 | F | 7D | 62 | 58 | 0 | 33 | EA | 61 | 19 |
| Octal | 2 | 17 | 175 | 142 | 130 | 0 | 63 | 352 | 141 | 31 |
| Binary | 10 | 1111 | 1111101 | 1100010 | 1011000 | 0 | 110011 | 11101010 | 1100001 | 11001 |
Color Harmonies of #020F7D
Complementary color
Monochromatic Colors of #020F7D
Black with #020F7D
Text Example
Text Example
White with #020F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F7D; }
p { color: rgb(2,15,125); }
H1.HeaderClassName
{
color: #020F7D;
}
.AnyTagClassName
{
color: #020F7D;
}
</style>
background-color css
<style>
a { background-color: #020F7D; }
a { background-color: rgb(2,15,125); }
div.DivClassName
{
background-color: #020F7D;
}
.BgClassName
{
background-color: #020F7D;
}
</style>
border-color css
<style>
span { border-color: #020F7D; }
span { border-color: rgb(2,15,125); }
td.TdClassName
{
border-color: #020F7D;
}
.TagClassName
{
border-color: #020F7D;
}
</style>