Shades of Navy Blue #0062F9
Tints of Navy Blue #0062F9
RGB
CMYK
RGB Variations
Color information
#0062F9 (or 0x0062F9) is known color: Navy Blue. HEX triplet: 00, 62 and F9. RGB value is (0,98,249). Sum of RGB (Red+Green+Blue) = 0+98+249=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #0062F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0062F9 is #FF9D06. Grayscale: #555555. Windows color (decimal): -16751879 or 16343552. OLE color: 16343552.
HSL color Cylindrical-coordinate representation of color #0062F9: hue angle of 216.39º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062F9 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 98 | 249 | - |
| CMYK | 1 | 0.61 | 0 | 0.02 |
| HSL | 216.39º | 1% | 0.49% | - |
| HSV(B) | 216.39º | 1% | 0.98% | - |
| XYZ | 21.47 | 15.57 | 91.5 | - |
| YUV | 85.91 | 220.03 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 249 | 1 | 0.61 | 0 | 0.02 | 216.39 | 1 | 0.49 |
| Hex | 0 | 62 | F9 | 64 | 3D | 0 | 2 | D8 | 64 | 31 |
| Octal | 0 | 142 | 371 | 144 | 75 | 0 | 2 | 330 | 144 | 61 |
| Binary | 0 | 1100010 | 11111001 | 1100100 | 111101 | 0 | 10 | 11011000 | 1100100 | 110001 |
Color Harmonies of #0062F9
Complementary color
Monochromatic Colors of #0062F9
Black with #0062F9
Text Example
Text Example
White with #0062F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062F9; }
p { color: rgb(0,98,249); }
H1.HeaderClassName
{
color: #0062F9;
}
.AnyTagClassName
{
color: #0062F9;
}
</style>
background-color css
<style>
a { background-color: #0062F9; }
a { background-color: rgb(0,98,249); }
div.DivClassName
{
background-color: #0062F9;
}
.BgClassName
{
background-color: #0062F9;
}
</style>
border-color css
<style>
span { border-color: #0062F9; }
span { border-color: rgb(0,98,249); }
td.TdClassName
{
border-color: #0062F9;
}
.TagClassName
{
border-color: #0062F9;
}
</style>