Shades of Navy Blue #086DCD
Tints of Navy Blue #086DCD
RGB
CMYK
RGB Variations
Color information
#086DCD (or 0x086DCD) is known color: Navy Blue. HEX triplet: 08, 6D and CD. RGB value is (8,109,205). Sum of RGB (Red+Green+Blue) = 8+109+205=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #086DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DCD is #F79232. Grayscale: #595959. Windows color (decimal): -16224819 or 13462792. OLE color: 13462792.
HSL color Cylindrical-coordinate representation of color #086DCD: hue angle of 209.24º 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 #086DCD is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 109 | 205 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.20 |
| HSL | 209.24º | 0.92% | 0.42% | - |
| HSV(B) | 209.24º | 0.96% | 0.8% | - |
| XYZ | 16.59 | 15.4 | 59.86 | - |
| YUV | 89.75 | 193.04 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 205 | 0.96 | 0.47 | 0 | 0.20 | 209.24 | 0.92 | 0.42 |
| Hex | 8 | 6D | CD | 60 | 2F | 0 | 14 | D1 | 5C | 2A |
| Octal | 10 | 155 | 315 | 140 | 57 | 0 | 24 | 321 | 134 | 52 |
| Binary | 1000 | 1101101 | 11001101 | 1100000 | 101111 | 0 | 10100 | 11010001 | 1011100 | 101010 |
Color Harmonies of #086DCD
Complementary color
Monochromatic Colors of #086DCD
Black with #086DCD
Text Example
Text Example
White with #086DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DCD; }
p { color: rgb(8,109,205); }
H1.HeaderClassName
{
color: #086DCD;
}
.AnyTagClassName
{
color: #086DCD;
}
</style>
background-color css
<style>
a { background-color: #086DCD; }
a { background-color: rgb(8,109,205); }
div.DivClassName
{
background-color: #086DCD;
}
.BgClassName
{
background-color: #086DCD;
}
</style>
border-color css
<style>
span { border-color: #086DCD; }
span { border-color: rgb(8,109,205); }
td.TdClassName
{
border-color: #086DCD;
}
.TagClassName
{
border-color: #086DCD;
}
</style>