Shades of Navy Blue #0882DB
Tints of Navy Blue #0882DB
RGB
CMYK
RGB Variations
Color information
#0882DB (or 0x0882DB) is known color: Navy Blue. HEX triplet: 08, 82 and DB. RGB value is (8,130,219). Sum of RGB (Red+Green+Blue) = 8+130+219=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #0882DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882DB is #F77D24. Grayscale: #676767. Windows color (decimal): -16219429 or 14385672. OLE color: 14385672.
HSL color Cylindrical-coordinate representation of color #0882DB: hue angle of 205.31º 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 #0882DB is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 130 | 219 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.14 |
| HSL | 205.31º | 0.93% | 0.45% | - |
| HSV(B) | 205.31º | 0.96% | 0.86% | - |
| XYZ | 20.87 | 21.13 | 70 | - |
| YUV | 103.67 | 193.08 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 219 | 0.96 | 0.41 | 0 | 0.14 | 205.31 | 0.93 | 0.45 |
| Hex | 8 | 82 | DB | 60 | 29 | 0 | E | CD | 5D | 2D |
| Octal | 10 | 202 | 333 | 140 | 51 | 0 | 16 | 315 | 135 | 55 |
| Binary | 1000 | 10000010 | 11011011 | 1100000 | 101001 | 0 | 1110 | 11001101 | 1011101 | 101101 |
Color Harmonies of #0882DB
Complementary color
Monochromatic Colors of #0882DB
Black with #0882DB
Text Example
Text Example
White with #0882DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882DB; }
p { color: rgb(8,130,219); }
H1.HeaderClassName
{
color: #0882DB;
}
.AnyTagClassName
{
color: #0882DB;
}
</style>
background-color css
<style>
a { background-color: #0882DB; }
a { background-color: rgb(8,130,219); }
div.DivClassName
{
background-color: #0882DB;
}
.BgClassName
{
background-color: #0882DB;
}
</style>
border-color css
<style>
span { border-color: #0882DB; }
span { border-color: rgb(8,130,219); }
td.TdClassName
{
border-color: #0882DB;
}
.TagClassName
{
border-color: #0882DB;
}
</style>