Shades of Navy Blue #086FEA
Tints of Navy Blue #086FEA
RGB
CMYK
RGB Variations
Color information
#086FEA (or 0x086FEA) is known color: Navy Blue. HEX triplet: 08, 6F and EA. RGB value is (8,111,234). Sum of RGB (Red+Green+Blue) = 8+111+234=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #086FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086FEA is #F79015. Grayscale: #5D5D5D. Windows color (decimal): -16224278 or 15363848. OLE color: 15363848.
HSL color Cylindrical-coordinate representation of color #086FEA: hue angle of 212.65º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086FEA is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 111 | 234 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.08 |
| HSL | 212.65º | 0.93% | 0.47% | - |
| HSV(B) | 212.65º | 0.97% | 0.92% | - |
| XYZ | 20.64 | 17.36 | 80.11 | - |
| YUV | 94.23 | 206.88 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 234 | 0.97 | 0.53 | 0 | 0.08 | 212.65 | 0.93 | 0.47 |
| Hex | 8 | 6F | EA | 61 | 35 | 0 | 8 | D5 | 5D | 2F |
| Octal | 10 | 157 | 352 | 141 | 65 | 0 | 10 | 325 | 135 | 57 |
| Binary | 1000 | 1101111 | 11101010 | 1100001 | 110101 | 0 | 1000 | 11010101 | 1011101 | 101111 |
Color Harmonies of #086FEA
Complementary color
Monochromatic Colors of #086FEA
Black with #086FEA
Text Example
Text Example
White with #086FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FEA; }
p { color: rgb(8,111,234); }
H1.HeaderClassName
{
color: #086FEA;
}
.AnyTagClassName
{
color: #086FEA;
}
</style>
background-color css
<style>
a { background-color: #086FEA; }
a { background-color: rgb(8,111,234); }
div.DivClassName
{
background-color: #086FEA;
}
.BgClassName
{
background-color: #086FEA;
}
</style>
border-color css
<style>
span { border-color: #086FEA; }
span { border-color: rgb(8,111,234); }
td.TdClassName
{
border-color: #086FEA;
}
.TagClassName
{
border-color: #086FEA;
}
</style>