Shades of Navy Blue #0878DB
Tints of Navy Blue #0878DB
RGB
CMYK
RGB Variations
Color information
#0878DB (or 0x0878DB) is known color: Navy Blue. HEX triplet: 08, 78 and DB. RGB value is (8,120,219). Sum of RGB (Red+Green+Blue) = 8+120+219=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #0878DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0878DB is #F78724. Grayscale: #616161. Windows color (decimal): -16221989 or 14383112. OLE color: 14383112.
HSL color Cylindrical-coordinate representation of color #0878DB: hue angle of 208.15º 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 #0878DB is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 120 | 219 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.14 |
| HSL | 208.15º | 0.93% | 0.45% | - |
| HSV(B) | 208.15º | 0.96% | 0.86% | - |
| XYZ | 19.6 | 18.6 | 69.57 | - |
| YUV | 97.8 | 196.39 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 219 | 0.96 | 0.45 | 0 | 0.14 | 208.15 | 0.93 | 0.45 |
| Hex | 8 | 78 | DB | 60 | 2D | 0 | E | D0 | 5D | 2D |
| Octal | 10 | 170 | 333 | 140 | 55 | 0 | 16 | 320 | 135 | 55 |
| Binary | 1000 | 1111000 | 11011011 | 1100000 | 101101 | 0 | 1110 | 11010000 | 1011101 | 101101 |
Color Harmonies of #0878DB
Complementary color
Monochromatic Colors of #0878DB
Black with #0878DB
Text Example
Text Example
White with #0878DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0878DB; }
p { color: rgb(8,120,219); }
H1.HeaderClassName
{
color: #0878DB;
}
.AnyTagClassName
{
color: #0878DB;
}
</style>
background-color css
<style>
a { background-color: #0878DB; }
a { background-color: rgb(8,120,219); }
div.DivClassName
{
background-color: #0878DB;
}
.BgClassName
{
background-color: #0878DB;
}
</style>
border-color css
<style>
span { border-color: #0878DB; }
span { border-color: rgb(8,120,219); }
td.TdClassName
{
border-color: #0878DB;
}
.TagClassName
{
border-color: #0878DB;
}
</style>