Shades of Navy Blue #086CDC
Tints of Navy Blue #086CDC
RGB
CMYK
RGB Variations
Color information
#086CDC (or 0x086CDC) is known color: Navy Blue. HEX triplet: 08, 6C and DC. RGB value is (8,108,220). Sum of RGB (Red+Green+Blue) = 8+108+220=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #086CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CDC is #F79323. Grayscale: #5A5A5A. Windows color (decimal): -16225060 or 14445576. OLE color: 14445576.
HSL color Cylindrical-coordinate representation of color #086CDC: hue angle of 211.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086CDC is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 108 | 220 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.14 |
| HSL | 211.7º | 0.93% | 0.45% | - |
| HSV(B) | 211.7º | 0.96% | 0.86% | - |
| XYZ | 18.38 | 15.94 | 69.82 | - |
| YUV | 90.87 | 200.87 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 220 | 0.96 | 0.51 | 0 | 0.14 | 211.7 | 0.93 | 0.45 |
| Hex | 8 | 6C | DC | 60 | 33 | 0 | E | D4 | 5D | 2D |
| Octal | 10 | 154 | 334 | 140 | 63 | 0 | 16 | 324 | 135 | 55 |
| Binary | 1000 | 1101100 | 11011100 | 1100000 | 110011 | 0 | 1110 | 11010100 | 1011101 | 101101 |
Color Harmonies of #086CDC
Complementary color
Monochromatic Colors of #086CDC
Black with #086CDC
Text Example
Text Example
White with #086CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086CDC; }
p { color: rgb(8,108,220); }
H1.HeaderClassName
{
color: #086CDC;
}
.AnyTagClassName
{
color: #086CDC;
}
</style>
background-color css
<style>
a { background-color: #086CDC; }
a { background-color: rgb(8,108,220); }
div.DivClassName
{
background-color: #086CDC;
}
.BgClassName
{
background-color: #086CDC;
}
</style>
border-color css
<style>
span { border-color: #086CDC; }
span { border-color: rgb(8,108,220); }
td.TdClassName
{
border-color: #086CDC;
}
.TagClassName
{
border-color: #086CDC;
}
</style>