Shades of Navy Blue #086ECD
Tints of Navy Blue #086ECD
RGB
CMYK
RGB Variations
Color information
#086ECD (or 0x086ECD) is known color: Navy Blue. HEX triplet: 08, 6E and CD. RGB value is (8,110,205). Sum of RGB (Red+Green+Blue) = 8+110+205=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #086ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ECD is #F79132. Grayscale: #595959. Windows color (decimal): -16224563 or 13463048. OLE color: 13463048.
HSL color Cylindrical-coordinate representation of color #086ECD: hue angle of 208.93º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ECD is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 110 | 205 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.20 |
| HSL | 208.93º | 0.92% | 0.42% | - |
| HSV(B) | 208.93º | 0.96% | 0.8% | - |
| XYZ | 16.7 | 15.61 | 59.89 | - |
| YUV | 90.33 | 192.71 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 205 | 0.96 | 0.46 | 0 | 0.20 | 208.93 | 0.92 | 0.42 |
| Hex | 8 | 6E | CD | 60 | 2E | 0 | 14 | D1 | 5C | 2A |
| Octal | 10 | 156 | 315 | 140 | 56 | 0 | 24 | 321 | 134 | 52 |
| Binary | 1000 | 1101110 | 11001101 | 1100000 | 101110 | 0 | 10100 | 11010001 | 1011100 | 101010 |
Color Harmonies of #086ECD
Complementary color
Monochromatic Colors of #086ECD
Black with #086ECD
Text Example
Text Example
White with #086ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086ECD; }
p { color: rgb(8,110,205); }
H1.HeaderClassName
{
color: #086ECD;
}
.AnyTagClassName
{
color: #086ECD;
}
</style>
background-color css
<style>
a { background-color: #086ECD; }
a { background-color: rgb(8,110,205); }
div.DivClassName
{
background-color: #086ECD;
}
.BgClassName
{
background-color: #086ECD;
}
</style>
border-color css
<style>
span { border-color: #086ECD; }
span { border-color: rgb(8,110,205); }
td.TdClassName
{
border-color: #086ECD;
}
.TagClassName
{
border-color: #086ECD;
}
</style>