Shades of Navy Blue #0062FF
Tints of Navy Blue #0062FF
RGB
CMYK
RGB Variations
Color information
#0062FF (or 0x0062FF) is known color: Navy Blue. HEX triplet: 00, 62 and FF. RGB value is (0,98,255). Sum of RGB (Red+Green+Blue) = 0+98+255=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #0062FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0062FF is #FF9D00. Grayscale: #555555. Windows color (decimal): -16751873 or 16736768. OLE color: 16736768.
HSL color Cylindrical-coordinate representation of color #0062FF: hue angle of 216.94º 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 #0062FF is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 98 | 255 | - |
| CMYK | 1 | 0.62 | 0 | 0 |
| HSL | 216.94º | 1% | 0.5% | - |
| HSV(B) | 216.94º | 1% | 1% | - |
| XYZ | 22.42 | 15.96 | 96.51 | - |
| YUV | 86.6 | 223.03 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 255 | 1 | 0.62 | 0 | 0 | 216.94 | 1 | 0.5 |
| Hex | 0 | 62 | FF | 64 | 3E | 0 | 0 | D9 | 64 | 32 |
| Octal | 0 | 142 | 377 | 144 | 76 | 0 | 0 | 331 | 144 | 62 |
| Binary | 0 | 1100010 | 11111111 | 1100100 | 111110 | 0 | 0 | 11011001 | 1100100 | 110010 |
Color Harmonies of #0062FF
Complementary color
Monochromatic Colors of #0062FF
Black with #0062FF
Text Example
Text Example
White with #0062FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062FF; }
p { color: rgb(0,98,255); }
H1.HeaderClassName
{
color: #0062FF;
}
.AnyTagClassName
{
color: #0062FF;
}
</style>
background-color css
<style>
a { background-color: #0062FF; }
a { background-color: rgb(0,98,255); }
div.DivClassName
{
background-color: #0062FF;
}
.BgClassName
{
background-color: #0062FF;
}
</style>
border-color css
<style>
span { border-color: #0062FF; }
span { border-color: rgb(0,98,255); }
td.TdClassName
{
border-color: #0062FF;
}
.TagClassName
{
border-color: #0062FF;
}
</style>