Shades of Navy Blue #087DDB
Tints of Navy Blue #087DDB
RGB
CMYK
RGB Variations
Color information
#087DDB (or 0x087DDB) is known color: Navy Blue. HEX triplet: 08, 7D and DB. RGB value is (8,125,219). Sum of RGB (Red+Green+Blue) = 8+125+219=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #087DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DDB is #F78224. Grayscale: #646464. Windows color (decimal): -16220709 or 14384392. OLE color: 14384392.
HSL color Cylindrical-coordinate representation of color #087DDB: hue angle of 206.73º 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 #087DDB is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 125 | 219 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.14 |
| HSL | 206.73º | 0.93% | 0.45% | - |
| HSV(B) | 206.73º | 0.96% | 0.86% | - |
| XYZ | 20.22 | 19.83 | 69.78 | - |
| YUV | 100.73 | 194.74 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 219 | 0.96 | 0.43 | 0 | 0.14 | 206.73 | 0.93 | 0.45 |
| Hex | 8 | 7D | DB | 60 | 2B | 0 | E | CF | 5D | 2D |
| Octal | 10 | 175 | 333 | 140 | 53 | 0 | 16 | 317 | 135 | 55 |
| Binary | 1000 | 1111101 | 11011011 | 1100000 | 101011 | 0 | 1110 | 11001111 | 1011101 | 101101 |
Color Harmonies of #087DDB
Complementary color
Monochromatic Colors of #087DDB
Black with #087DDB
Text Example
Text Example
White with #087DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DDB; }
p { color: rgb(8,125,219); }
H1.HeaderClassName
{
color: #087DDB;
}
.AnyTagClassName
{
color: #087DDB;
}
</style>
background-color css
<style>
a { background-color: #087DDB; }
a { background-color: rgb(8,125,219); }
div.DivClassName
{
background-color: #087DDB;
}
.BgClassName
{
background-color: #087DDB;
}
</style>
border-color css
<style>
span { border-color: #087DDB; }
span { border-color: rgb(8,125,219); }
td.TdClassName
{
border-color: #087DDB;
}
.TagClassName
{
border-color: #087DDB;
}
</style>