Shades of Navy Blue #086BDD
Tints of Navy Blue #086BDD
RGB
CMYK
RGB Variations
Color information
#086BDD (or 0x086BDD) is known color: Navy Blue. HEX triplet: 08, 6B and DD. RGB value is (8,107,221). Sum of RGB (Red+Green+Blue) = 8+107+221=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #086BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BDD is #F79422. Grayscale: #595959. Windows color (decimal): -16225315 or 14510856. OLE color: 14510856.
HSL color Cylindrical-coordinate representation of color #086BDD: hue angle of 212.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086BDD is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 107 | 221 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.13 |
| HSL | 212.11º | 0.93% | 0.45% | - |
| HSV(B) | 212.11º | 0.96% | 0.87% | - |
| XYZ | 18.41 | 15.79 | 70.48 | - |
| YUV | 90.4 | 201.7 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 221 | 0.96 | 0.52 | 0 | 0.13 | 212.11 | 0.93 | 0.45 |
| Hex | 8 | 6B | DD | 60 | 34 | 0 | D | D4 | 5D | 2D |
| Octal | 10 | 153 | 335 | 140 | 64 | 0 | 15 | 324 | 135 | 55 |
| Binary | 1000 | 1101011 | 11011101 | 1100000 | 110100 | 0 | 1101 | 11010100 | 1011101 | 101101 |
Color Harmonies of #086BDD
Complementary color
Monochromatic Colors of #086BDD
Black with #086BDD
Text Example
Text Example
White with #086BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086BDD; }
p { color: rgb(8,107,221); }
H1.HeaderClassName
{
color: #086BDD;
}
.AnyTagClassName
{
color: #086BDD;
}
</style>
background-color css
<style>
a { background-color: #086BDD; }
a { background-color: rgb(8,107,221); }
div.DivClassName
{
background-color: #086BDD;
}
.BgClassName
{
background-color: #086BDD;
}
</style>
border-color css
<style>
span { border-color: #086BDD; }
span { border-color: rgb(8,107,221); }
td.TdClassName
{
border-color: #086BDD;
}
.TagClassName
{
border-color: #086BDD;
}
</style>