Shades of Navy Blue #086ADB
Tints of Navy Blue #086ADB
RGB
CMYK
RGB Variations
Color information
#086ADB (or 0x086ADB) is known color: Navy Blue. HEX triplet: 08, 6A and DB. RGB value is (8,106,219). Sum of RGB (Red+Green+Blue) = 8+106+219=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #086ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ADB is #F79524. Grayscale: #595959. Windows color (decimal): -16225573 or 14379528. OLE color: 14379528.
HSL color Cylindrical-coordinate representation of color #086ADB: hue angle of 212.13º 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 #086ADB is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 106 | 219 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.14 |
| HSL | 212.13º | 0.93% | 0.45% | - |
| HSV(B) | 212.13º | 0.96% | 0.86% | - |
| XYZ | 18.04 | 15.47 | 69.05 | - |
| YUV | 89.58 | 201.03 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 219 | 0.96 | 0.52 | 0 | 0.14 | 212.13 | 0.93 | 0.45 |
| Hex | 8 | 6A | DB | 60 | 34 | 0 | E | D4 | 5D | 2D |
| Octal | 10 | 152 | 333 | 140 | 64 | 0 | 16 | 324 | 135 | 55 |
| Binary | 1000 | 1101010 | 11011011 | 1100000 | 110100 | 0 | 1110 | 11010100 | 1011101 | 101101 |
Color Harmonies of #086ADB
Complementary color
Monochromatic Colors of #086ADB
Black with #086ADB
Text Example
Text Example
White with #086ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086ADB; }
p { color: rgb(8,106,219); }
H1.HeaderClassName
{
color: #086ADB;
}
.AnyTagClassName
{
color: #086ADB;
}
</style>
background-color css
<style>
a { background-color: #086ADB; }
a { background-color: rgb(8,106,219); }
div.DivClassName
{
background-color: #086ADB;
}
.BgClassName
{
background-color: #086ADB;
}
</style>
border-color css
<style>
span { border-color: #086ADB; }
span { border-color: rgb(8,106,219); }
td.TdClassName
{
border-color: #086ADB;
}
.TagClassName
{
border-color: #086ADB;
}
</style>