Shades of Navy Blue #087ADB
Tints of Navy Blue #087ADB
RGB
CMYK
RGB Variations
Color information
#087ADB (or 0x087ADB) is known color: Navy Blue. HEX triplet: 08, 7A and DB. RGB value is (8,122,219). Sum of RGB (Red+Green+Blue) = 8+122+219=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #087ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ADB is #F78524. Grayscale: #626262. Windows color (decimal): -16221477 or 14383624. OLE color: 14383624.
HSL color Cylindrical-coordinate representation of color #087ADB: hue angle of 207.58º 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 #087ADB is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 122 | 219 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.14 |
| HSL | 207.58º | 0.93% | 0.45% | - |
| HSV(B) | 207.58º | 0.96% | 0.86% | - |
| XYZ | 19.85 | 19.09 | 69.66 | - |
| YUV | 98.97 | 195.73 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 219 | 0.96 | 0.44 | 0 | 0.14 | 207.58 | 0.93 | 0.45 |
| Hex | 8 | 7A | DB | 60 | 2C | 0 | E | D0 | 5D | 2D |
| Octal | 10 | 172 | 333 | 140 | 54 | 0 | 16 | 320 | 135 | 55 |
| Binary | 1000 | 1111010 | 11011011 | 1100000 | 101100 | 0 | 1110 | 11010000 | 1011101 | 101101 |
Color Harmonies of #087ADB
Complementary color
Monochromatic Colors of #087ADB
Black with #087ADB
Text Example
Text Example
White with #087ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087ADB; }
p { color: rgb(8,122,219); }
H1.HeaderClassName
{
color: #087ADB;
}
.AnyTagClassName
{
color: #087ADB;
}
</style>
background-color css
<style>
a { background-color: #087ADB; }
a { background-color: rgb(8,122,219); }
div.DivClassName
{
background-color: #087ADB;
}
.BgClassName
{
background-color: #087ADB;
}
</style>
border-color css
<style>
span { border-color: #087ADB; }
span { border-color: rgb(8,122,219); }
td.TdClassName
{
border-color: #087ADB;
}
.TagClassName
{
border-color: #087ADB;
}
</style>