Shades of Navy Blue #0884DB
Tints of Navy Blue #0884DB
RGB
CMYK
RGB Variations
Color information
#0884DB (or 0x0884DB) is known color: Navy Blue. HEX triplet: 08, 84 and DB. RGB value is (8,132,219). Sum of RGB (Red+Green+Blue) = 8+132+219=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #0884DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0884DB is #F77B24. Grayscale: #686868. Windows color (decimal): -16218917 or 14386184. OLE color: 14386184.
HSL color Cylindrical-coordinate representation of color #0884DB: hue angle of 204.74º 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 #0884DB is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 132 | 219 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.14 |
| HSL | 204.74º | 0.93% | 0.45% | - |
| HSV(B) | 204.74º | 0.96% | 0.86% | - |
| XYZ | 21.14 | 21.67 | 70.09 | - |
| YUV | 104.84 | 192.42 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 219 | 0.96 | 0.40 | 0 | 0.14 | 204.74 | 0.93 | 0.45 |
| Hex | 8 | 84 | DB | 60 | 28 | 0 | E | CD | 5D | 2D |
| Octal | 10 | 204 | 333 | 140 | 50 | 0 | 16 | 315 | 135 | 55 |
| Binary | 1000 | 10000100 | 11011011 | 1100000 | 101000 | 0 | 1110 | 11001101 | 1011101 | 101101 |
Color Harmonies of #0884DB
Complementary color
Monochromatic Colors of #0884DB
Black with #0884DB
Text Example
Text Example
White with #0884DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0884DB; }
p { color: rgb(8,132,219); }
H1.HeaderClassName
{
color: #0884DB;
}
.AnyTagClassName
{
color: #0884DB;
}
</style>
background-color css
<style>
a { background-color: #0884DB; }
a { background-color: rgb(8,132,219); }
div.DivClassName
{
background-color: #0884DB;
}
.BgClassName
{
background-color: #0884DB;
}
</style>
border-color css
<style>
span { border-color: #0884DB; }
span { border-color: rgb(8,132,219); }
td.TdClassName
{
border-color: #0884DB;
}
.TagClassName
{
border-color: #0884DB;
}
</style>