Shades of Navy Blue #0872DB
Tints of Navy Blue #0872DB
RGB
CMYK
RGB Variations
Color information
#0872DB (or 0x0872DB) is known color: Navy Blue. HEX triplet: 08, 72 and DB. RGB value is (8,114,219). Sum of RGB (Red+Green+Blue) = 8+114+219=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #0872DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872DB is #F78D24. Grayscale: #5D5D5D. Windows color (decimal): -16223525 or 14381576. OLE color: 14381576.
HSL color Cylindrical-coordinate representation of color #0872DB: hue angle of 209.86º 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 #0872DB is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 114 | 219 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.14 |
| HSL | 209.86º | 0.93% | 0.45% | - |
| HSV(B) | 209.86º | 0.96% | 0.86% | - |
| XYZ | 18.9 | 17.2 | 69.34 | - |
| YUV | 94.28 | 198.38 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 219 | 0.96 | 0.48 | 0 | 0.14 | 209.86 | 0.93 | 0.45 |
| Hex | 8 | 72 | DB | 60 | 30 | 0 | E | D2 | 5D | 2D |
| Octal | 10 | 162 | 333 | 140 | 60 | 0 | 16 | 322 | 135 | 55 |
| Binary | 1000 | 1110010 | 11011011 | 1100000 | 110000 | 0 | 1110 | 11010010 | 1011101 | 101101 |
Color Harmonies of #0872DB
Complementary color
Monochromatic Colors of #0872DB
Black with #0872DB
Text Example
Text Example
White with #0872DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0872DB; }
p { color: rgb(8,114,219); }
H1.HeaderClassName
{
color: #0872DB;
}
.AnyTagClassName
{
color: #0872DB;
}
</style>
background-color css
<style>
a { background-color: #0872DB; }
a { background-color: rgb(8,114,219); }
div.DivClassName
{
background-color: #0872DB;
}
.BgClassName
{
background-color: #0872DB;
}
</style>
border-color css
<style>
span { border-color: #0872DB; }
span { border-color: rgb(8,114,219); }
td.TdClassName
{
border-color: #0872DB;
}
.TagClassName
{
border-color: #0872DB;
}
</style>