Shades of Navy Blue #086ECF
Tints of Navy Blue #086ECF
RGB
CMYK
RGB Variations
Color information
#086ECF (or 0x086ECF) is known color: Navy Blue. HEX triplet: 08, 6E and CF. RGB value is (8,110,207). Sum of RGB (Red+Green+Blue) = 8+110+207=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #086ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ECF is #F79130. Grayscale: #5A5A5A. Windows color (decimal): -16224561 or 13594120. OLE color: 13594120.
HSL color Cylindrical-coordinate representation of color #086ECF: hue angle of 209.25º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ECF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 110 | 207 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.19 |
| HSL | 209.25º | 0.93% | 0.42% | - |
| HSV(B) | 209.25º | 0.96% | 0.81% | - |
| XYZ | 16.94 | 15.71 | 61.17 | - |
| YUV | 90.56 | 193.71 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 207 | 0.96 | 0.47 | 0 | 0.19 | 209.25 | 0.93 | 0.42 |
| Hex | 8 | 6E | CF | 60 | 2F | 0 | 13 | D1 | 5D | 2A |
| Octal | 10 | 156 | 317 | 140 | 57 | 0 | 23 | 321 | 135 | 52 |
| Binary | 1000 | 1101110 | 11001111 | 1100000 | 101111 | 0 | 10011 | 11010001 | 1011101 | 101010 |
Color Harmonies of #086ECF
Complementary color
Monochromatic Colors of #086ECF
Black with #086ECF
Text Example
Text Example
White with #086ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086ECF; }
p { color: rgb(8,110,207); }
H1.HeaderClassName
{
color: #086ECF;
}
.AnyTagClassName
{
color: #086ECF;
}
</style>
background-color css
<style>
a { background-color: #086ECF; }
a { background-color: rgb(8,110,207); }
div.DivClassName
{
background-color: #086ECF;
}
.BgClassName
{
background-color: #086ECF;
}
</style>
border-color css
<style>
span { border-color: #086ECF; }
span { border-color: rgb(8,110,207); }
td.TdClassName
{
border-color: #086ECF;
}
.TagClassName
{
border-color: #086ECF;
}
</style>