Shades of Navy Blue #0878DD
Tints of Navy Blue #0878DD
RGB
CMYK
RGB Variations
Color information
#0878DD (or 0x0878DD) is known color: Navy Blue. HEX triplet: 08, 78 and DD. RGB value is (8,120,221). Sum of RGB (Red+Green+Blue) = 8+120+221=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #0878DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0878DD is #F78722. Grayscale: #616161. Windows color (decimal): -16221987 or 14514184. OLE color: 14514184.
HSL color Cylindrical-coordinate representation of color #0878DD: hue angle of 208.45º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0878DD is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 120 | 221 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.13 |
| HSL | 208.45º | 0.93% | 0.45% | - |
| HSV(B) | 208.45º | 0.96% | 0.87% | - |
| XYZ | 19.87 | 18.71 | 70.97 | - |
| YUV | 98.03 | 197.39 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 221 | 0.96 | 0.46 | 0 | 0.13 | 208.45 | 0.93 | 0.45 |
| Hex | 8 | 78 | DD | 60 | 2E | 0 | D | D0 | 5D | 2D |
| Octal | 10 | 170 | 335 | 140 | 56 | 0 | 15 | 320 | 135 | 55 |
| Binary | 1000 | 1111000 | 11011101 | 1100000 | 101110 | 0 | 1101 | 11010000 | 1011101 | 101101 |
Color Harmonies of #0878DD
Complementary color
Monochromatic Colors of #0878DD
Black with #0878DD
Text Example
Text Example
White with #0878DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0878DD; }
p { color: rgb(8,120,221); }
H1.HeaderClassName
{
color: #0878DD;
}
.AnyTagClassName
{
color: #0878DD;
}
</style>
background-color css
<style>
a { background-color: #0878DD; }
a { background-color: rgb(8,120,221); }
div.DivClassName
{
background-color: #0878DD;
}
.BgClassName
{
background-color: #0878DD;
}
</style>
border-color css
<style>
span { border-color: #0878DD; }
span { border-color: rgb(8,120,221); }
td.TdClassName
{
border-color: #0878DD;
}
.TagClassName
{
border-color: #0878DD;
}
</style>