Shades of Navy Blue #086FCD
Tints of Navy Blue #086FCD
RGB
CMYK
RGB Variations
Color information
#086FCD (or 0x086FCD) is known color: Navy Blue. HEX triplet: 08, 6F and CD. RGB value is (8,111,205). Sum of RGB (Red+Green+Blue) = 8+111+205=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #086FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FCD is #F79032. Grayscale: #5A5A5A. Windows color (decimal): -16224307 or 13463304. OLE color: 13463304.
HSL color Cylindrical-coordinate representation of color #086FCD: hue angle of 208.63º 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 #086FCD is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 111 | 205 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.20 |
| HSL | 208.63º | 0.92% | 0.42% | - |
| HSV(B) | 208.63º | 0.96% | 0.8% | - |
| XYZ | 16.8 | 15.83 | 59.93 | - |
| YUV | 90.92 | 192.38 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 205 | 0.96 | 0.46 | 0 | 0.20 | 208.63 | 0.92 | 0.42 |
| Hex | 8 | 6F | CD | 60 | 2E | 0 | 14 | D1 | 5C | 2A |
| Octal | 10 | 157 | 315 | 140 | 56 | 0 | 24 | 321 | 134 | 52 |
| Binary | 1000 | 1101111 | 11001101 | 1100000 | 101110 | 0 | 10100 | 11010001 | 1011100 | 101010 |
Color Harmonies of #086FCD
Complementary color
Monochromatic Colors of #086FCD
Black with #086FCD
Text Example
Text Example
White with #086FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FCD; }
p { color: rgb(8,111,205); }
H1.HeaderClassName
{
color: #086FCD;
}
.AnyTagClassName
{
color: #086FCD;
}
</style>
background-color css
<style>
a { background-color: #086FCD; }
a { background-color: rgb(8,111,205); }
div.DivClassName
{
background-color: #086FCD;
}
.BgClassName
{
background-color: #086FCD;
}
</style>
border-color css
<style>
span { border-color: #086FCD; }
span { border-color: rgb(8,111,205); }
td.TdClassName
{
border-color: #086FCD;
}
.TagClassName
{
border-color: #086FCD;
}
</style>