Shades of Navy Blue #086DC0
Tints of Navy Blue #086DC0
RGB
CMYK
RGB Variations
Color information
#086DC0 (or 0x086DC0) is known color: Navy Blue. HEX triplet: 08, 6D and C0. RGB value is (8,109,192). Sum of RGB (Red+Green+Blue) = 8+109+192=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #086DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DC0 is #F7923F. Grayscale: #575757. Windows color (decimal): -16224832 or 12610824. OLE color: 12610824.
HSL color Cylindrical-coordinate representation of color #086DC0: hue angle of 207.07º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086DC0 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 109 | 192 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.25 |
| HSL | 207.07º | 0.92% | 0.39% | - |
| HSV(B) | 207.07º | 0.96% | 0.75% | - |
| XYZ | 15.08 | 14.79 | 51.93 | - |
| YUV | 88.26 | 186.54 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 192 | 0.96 | 0.43 | 0 | 0.25 | 207.07 | 0.92 | 0.39 |
| Hex | 8 | 6D | C0 | 60 | 2B | 0 | 19 | CF | 5C | 27 |
| Octal | 10 | 155 | 300 | 140 | 53 | 0 | 31 | 317 | 134 | 47 |
| Binary | 1000 | 1101101 | 11000000 | 1100000 | 101011 | 0 | 11001 | 11001111 | 1011100 | 100111 |
Color Harmonies of #086DC0
Complementary color
Monochromatic Colors of #086DC0
Black with #086DC0
Text Example
Text Example
White with #086DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DC0; }
p { color: rgb(8,109,192); }
H1.HeaderClassName
{
color: #086DC0;
}
.AnyTagClassName
{
color: #086DC0;
}
</style>
background-color css
<style>
a { background-color: #086DC0; }
a { background-color: rgb(8,109,192); }
div.DivClassName
{
background-color: #086DC0;
}
.BgClassName
{
background-color: #086DC0;
}
</style>
border-color css
<style>
span { border-color: #086DC0; }
span { border-color: rgb(8,109,192); }
td.TdClassName
{
border-color: #086DC0;
}
.TagClassName
{
border-color: #086DC0;
}
</style>