Shades of Navy Blue #0878CC
Tints of Navy Blue #0878CC
RGB
CMYK
RGB Variations
Color information
#0878CC (or 0x0878CC) is known color: Navy Blue. HEX triplet: 08, 78 and CC. RGB value is (8,120,204). Sum of RGB (Red+Green+Blue) = 8+120+204=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #0878CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0878CC is #F78733. Grayscale: #5F5F5F. Windows color (decimal): -16222004 or 13400072. OLE color: 13400072.
HSL color Cylindrical-coordinate representation of color #0878CC: hue angle of 205.71º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0878CC is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 120 | 204 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.2 |
| HSL | 205.71º | 0.92% | 0.42% | - |
| HSV(B) | 205.71º | 0.96% | 0.8% | - |
| XYZ | 17.72 | 17.84 | 59.64 | - |
| YUV | 96.09 | 188.89 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 204 | 0.96 | 0.41 | 0 | 0.2 | 205.71 | 0.92 | 0.42 |
| Hex | 8 | 78 | CC | 60 | 29 | 0 | 14 | CE | 5C | 2A |
| Octal | 10 | 170 | 314 | 140 | 51 | 0 | 24 | 316 | 134 | 52 |
| Binary | 1000 | 1111000 | 11001100 | 1100000 | 101001 | 0 | 10100 | 11001110 | 1011100 | 101010 |
Color Harmonies of #0878CC
Complementary color
Monochromatic Colors of #0878CC
Black with #0878CC
Text Example
Text Example
White with #0878CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0878CC; }
p { color: rgb(8,120,204); }
H1.HeaderClassName
{
color: #0878CC;
}
.AnyTagClassName
{
color: #0878CC;
}
</style>
background-color css
<style>
a { background-color: #0878CC; }
a { background-color: rgb(8,120,204); }
div.DivClassName
{
background-color: #0878CC;
}
.BgClassName
{
background-color: #0878CC;
}
</style>
border-color css
<style>
span { border-color: #0878CC; }
span { border-color: rgb(8,120,204); }
td.TdClassName
{
border-color: #0878CC;
}
.TagClassName
{
border-color: #0878CC;
}
</style>