Shades of Navy Blue #086FDB
Tints of Navy Blue #086FDB
RGB
CMYK
RGB Variations
Color information
#086FDB (or 0x086FDB) is known color: Navy Blue. HEX triplet: 08, 6F and DB. RGB value is (8,111,219). Sum of RGB (Red+Green+Blue) = 8+111+219=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #086FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FDB is #F79024. Grayscale: #5B5B5B. Windows color (decimal): -16224293 or 14380808. OLE color: 14380808.
HSL color Cylindrical-coordinate representation of color #086FDB: hue angle of 210.71º 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 #086FDB is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 111 | 219 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.14 |
| HSL | 210.71º | 0.93% | 0.45% | - |
| HSV(B) | 210.71º | 0.96% | 0.86% | - |
| XYZ | 18.57 | 16.53 | 69.23 | - |
| YUV | 92.52 | 199.38 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 219 | 0.96 | 0.49 | 0 | 0.14 | 210.71 | 0.93 | 0.45 |
| Hex | 8 | 6F | DB | 60 | 31 | 0 | E | D3 | 5D | 2D |
| Octal | 10 | 157 | 333 | 140 | 61 | 0 | 16 | 323 | 135 | 55 |
| Binary | 1000 | 1101111 | 11011011 | 1100000 | 110001 | 0 | 1110 | 11010011 | 1011101 | 101101 |
Color Harmonies of #086FDB
Complementary color
Monochromatic Colors of #086FDB
Black with #086FDB
Text Example
Text Example
White with #086FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FDB; }
p { color: rgb(8,111,219); }
H1.HeaderClassName
{
color: #086FDB;
}
.AnyTagClassName
{
color: #086FDB;
}
</style>
background-color css
<style>
a { background-color: #086FDB; }
a { background-color: rgb(8,111,219); }
div.DivClassName
{
background-color: #086FDB;
}
.BgClassName
{
background-color: #086FDB;
}
</style>
border-color css
<style>
span { border-color: #086FDB; }
span { border-color: rgb(8,111,219); }
td.TdClassName
{
border-color: #086FDB;
}
.TagClassName
{
border-color: #086FDB;
}
</style>