Shades of Navy #020F7C
Tints of Navy #020F7C
RGB
CMYK
RGB Variations
Color information
#020F7C (or 0x020F7C) is known color: Navy. HEX triplet: 02, 0F and 7C. RGB value is (2,15,124). Sum of RGB (Red+Green+Blue) = 2+15+124=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 124 (48.83% from 255 or 87.94% from 141); Max value from RGB is 124 - color contains mainly: blue. Hex color #020F7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F7C is #FDF083. Grayscale: #171717. Windows color (decimal): -16642180 or 8130306. OLE color: 8130306.
HSL color Cylindrical-coordinate representation of color #020F7C: hue angle of 233.61º 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 #020F7C is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 15 | 124 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.51 |
| HSL | 233.61º | 0.97% | 0.25% | - |
| HSV(B) | 233.61º | 0.98% | 0.49% | - |
| XYZ | 3.83 | 1.81 | 19.22 | - |
| YUV | 23.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 124 | 0.98 | 0.88 | 0 | 0.51 | 233.61 | 0.97 | 0.25 |
| Hex | 2 | F | 7C | 62 | 58 | 0 | 33 | EA | 61 | 19 |
| Octal | 2 | 17 | 174 | 142 | 130 | 0 | 63 | 352 | 141 | 31 |
| Binary | 10 | 1111 | 1111100 | 1100010 | 1011000 | 0 | 110011 | 11101010 | 1100001 | 11001 |
Color Harmonies of #020F7C
Complementary color
Monochromatic Colors of #020F7C
Black with #020F7C
Text Example
Text Example
White with #020F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F7C; }
p { color: rgb(2,15,124); }
H1.HeaderClassName
{
color: #020F7C;
}
.AnyTagClassName
{
color: #020F7C;
}
</style>
background-color css
<style>
a { background-color: #020F7C; }
a { background-color: rgb(2,15,124); }
div.DivClassName
{
background-color: #020F7C;
}
.BgClassName
{
background-color: #020F7C;
}
</style>
border-color css
<style>
span { border-color: #020F7C; }
span { border-color: rgb(2,15,124); }
td.TdClassName
{
border-color: #020F7C;
}
.TagClassName
{
border-color: #020F7C;
}
</style>