Shades of Navy Blue #087EDB
Tints of Navy Blue #087EDB
RGB
CMYK
RGB Variations
Color information
#087EDB (or 0x087EDB) is known color: Navy Blue. HEX triplet: 08, 7E and DB. RGB value is (8,126,219). Sum of RGB (Red+Green+Blue) = 8+126+219=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #087EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087EDB is #F78124. Grayscale: #646464. Windows color (decimal): -16220453 or 14384648. OLE color: 14384648.
HSL color Cylindrical-coordinate representation of color #087EDB: hue angle of 206.45º 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 #087EDB is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 126 | 219 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.14 |
| HSL | 206.45º | 0.93% | 0.45% | - |
| HSV(B) | 206.45º | 0.96% | 0.86% | - |
| XYZ | 20.35 | 20.09 | 69.82 | - |
| YUV | 101.32 | 194.41 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 219 | 0.96 | 0.42 | 0 | 0.14 | 206.45 | 0.93 | 0.45 |
| Hex | 8 | 7E | DB | 60 | 2A | 0 | E | CE | 5D | 2D |
| Octal | 10 | 176 | 333 | 140 | 52 | 0 | 16 | 316 | 135 | 55 |
| Binary | 1000 | 1111110 | 11011011 | 1100000 | 101010 | 0 | 1110 | 11001110 | 1011101 | 101101 |
Color Harmonies of #087EDB
Complementary color
Monochromatic Colors of #087EDB
Black with #087EDB
Text Example
Text Example
White with #087EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087EDB; }
p { color: rgb(8,126,219); }
H1.HeaderClassName
{
color: #087EDB;
}
.AnyTagClassName
{
color: #087EDB;
}
</style>
background-color css
<style>
a { background-color: #087EDB; }
a { background-color: rgb(8,126,219); }
div.DivClassName
{
background-color: #087EDB;
}
.BgClassName
{
background-color: #087EDB;
}
</style>
border-color css
<style>
span { border-color: #087EDB; }
span { border-color: rgb(8,126,219); }
td.TdClassName
{
border-color: #087EDB;
}
.TagClassName
{
border-color: #087EDB;
}
</style>