Shades of Navy Blue #0062FE
Tints of Navy Blue #0062FE
RGB
CMYK
RGB Variations
Color information
#0062FE (or 0x0062FE) is known color: Navy Blue. HEX triplet: 00, 62 and FE. RGB value is (0,98,254). Sum of RGB (Red+Green+Blue) = 0+98+254=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #0062FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0062FE is #FF9D01. Grayscale: #555555. Windows color (decimal): -16751874 or 16671232. OLE color: 16671232.
HSL color Cylindrical-coordinate representation of color #0062FE: hue angle of 216.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062FE is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 98 | 254 | - |
| CMYK | 1 | 0.61 | 0 | 0.00 |
| HSL | 216.85º | 1% | 0.5% | - |
| HSV(B) | 216.85º | 1% | 1% | - |
| XYZ | 22.26 | 15.89 | 95.66 | - |
| YUV | 86.48 | 222.53 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 254 | 1 | 0.61 | 0 | 0.00 | 216.85 | 1 | 0.5 |
| Hex | 0 | 62 | FE | 64 | 3D | 0 | 0 | D9 | 64 | 32 |
| Octal | 0 | 142 | 376 | 144 | 75 | 0 | 0 | 331 | 144 | 62 |
| Binary | 0 | 1100010 | 11111110 | 1100100 | 111101 | 0 | 0 | 11011001 | 1100100 | 110010 |
Color Harmonies of #0062FE
Complementary color
Monochromatic Colors of #0062FE
Black with #0062FE
Text Example
Text Example
White with #0062FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062FE; }
p { color: rgb(0,98,254); }
H1.HeaderClassName
{
color: #0062FE;
}
.AnyTagClassName
{
color: #0062FE;
}
</style>
background-color css
<style>
a { background-color: #0062FE; }
a { background-color: rgb(0,98,254); }
div.DivClassName
{
background-color: #0062FE;
}
.BgClassName
{
background-color: #0062FE;
}
</style>
border-color css
<style>
span { border-color: #0062FE; }
span { border-color: rgb(0,98,254); }
td.TdClassName
{
border-color: #0062FE;
}
.TagClassName
{
border-color: #0062FE;
}
</style>