Shades of Navy Blue #0862FE
Tints of Navy Blue #0862FE
RGB
CMYK
RGB Variations
Color information
#0862FE (or 0x0862FE) is known color: Navy Blue. HEX triplet: 08, 62 and FE. RGB value is (8,98,254). Sum of RGB (Red+Green+Blue) = 8+98+254=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #0862FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0862FE is #F79D01. Grayscale: #585858. Windows color (decimal): -16227586 or 16671240. OLE color: 16671240.
HSL color Cylindrical-coordinate representation of color #0862FE: hue angle of 218.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0862FE is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 98 | 254 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.00 |
| HSL | 218.05º | 0.99% | 0.51% | - |
| HSV(B) | 218.05º | 0.97% | 1% | - |
| XYZ | 22.36 | 15.94 | 95.66 | - |
| YUV | 88.87 | 221.18 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 254 | 0.97 | 0.61 | 0 | 0.00 | 218.05 | 0.99 | 0.51 |
| Hex | 8 | 62 | FE | 61 | 3D | 0 | 0 | DA | 63 | 33 |
| Octal | 10 | 142 | 376 | 141 | 75 | 0 | 0 | 332 | 143 | 63 |
| Binary | 1000 | 1100010 | 11111110 | 1100001 | 111101 | 0 | 0 | 11011010 | 1100011 | 110011 |
Color Harmonies of #0862FE
Complementary color
Monochromatic Colors of #0862FE
Black with #0862FE
Text Example
Text Example
White with #0862FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0862FE; }
p { color: rgb(8,98,254); }
H1.HeaderClassName
{
color: #0862FE;
}
.AnyTagClassName
{
color: #0862FE;
}
</style>
background-color css
<style>
a { background-color: #0862FE; }
a { background-color: rgb(8,98,254); }
div.DivClassName
{
background-color: #0862FE;
}
.BgClassName
{
background-color: #0862FE;
}
</style>
border-color css
<style>
span { border-color: #0862FE; }
span { border-color: rgb(8,98,254); }
td.TdClassName
{
border-color: #0862FE;
}
.TagClassName
{
border-color: #0862FE;
}
</style>