Shades of Navy Blue #085ADB
Tints of Navy Blue #085ADB
RGB
CMYK
RGB Variations
Color information
#085ADB (or 0x085ADB) is known color: Navy Blue. HEX triplet: 08, 5A and DB. RGB value is (8,90,219). Sum of RGB (Red+Green+Blue) = 8+90+219=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #085ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ADB is #F7A524. Grayscale: #4F4F4F. Windows color (decimal): -16229669 or 14375432. OLE color: 14375432.
HSL color Cylindrical-coordinate representation of color #085ADB: hue angle of 216.68º 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 #085ADB is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 90 | 219 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.14 |
| HSL | 216.68º | 0.93% | 0.45% | - |
| HSV(B) | 216.68º | 0.96% | 0.86% | - |
| XYZ | 16.54 | 12.48 | 68.55 | - |
| YUV | 80.19 | 206.33 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 219 | 0.96 | 0.59 | 0 | 0.14 | 216.68 | 0.93 | 0.45 |
| Hex | 8 | 5A | DB | 60 | 3B | 0 | E | D9 | 5D | 2D |
| Octal | 10 | 132 | 333 | 140 | 73 | 0 | 16 | 331 | 135 | 55 |
| Binary | 1000 | 1011010 | 11011011 | 1100000 | 111011 | 0 | 1110 | 11011001 | 1011101 | 101101 |
Color Harmonies of #085ADB
Complementary color
Monochromatic Colors of #085ADB
Black with #085ADB
Text Example
Text Example
White with #085ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085ADB; }
p { color: rgb(8,90,219); }
H1.HeaderClassName
{
color: #085ADB;
}
.AnyTagClassName
{
color: #085ADB;
}
</style>
background-color css
<style>
a { background-color: #085ADB; }
a { background-color: rgb(8,90,219); }
div.DivClassName
{
background-color: #085ADB;
}
.BgClassName
{
background-color: #085ADB;
}
</style>
border-color css
<style>
span { border-color: #085ADB; }
span { border-color: rgb(8,90,219); }
td.TdClassName
{
border-color: #085ADB;
}
.TagClassName
{
border-color: #085ADB;
}
</style>