Shades of Navy Blue #0878BF
Tints of Navy Blue #0878BF
RGB
CMYK
RGB Variations
Color information
#0878BF (or 0x0878BF) is known color: Navy Blue. HEX triplet: 08, 78 and BF. RGB value is (8,120,191). Sum of RGB (Red+Green+Blue) = 8+120+191=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #0878BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0878BF is #F78740. Grayscale: #5E5E5E. Windows color (decimal): -16222017 or 12548104. OLE color: 12548104.
HSL color Cylindrical-coordinate representation of color #0878BF: hue angle of 203.28º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0878BF is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 120 | 191 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.25 |
| HSL | 203.28º | 0.92% | 0.39% | - |
| HSV(B) | 203.28º | 0.96% | 0.75% | - |
| XYZ | 16.22 | 17.25 | 51.76 | - |
| YUV | 94.61 | 182.39 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 191 | 0.96 | 0.37 | 0 | 0.25 | 203.28 | 0.92 | 0.39 |
| Hex | 8 | 78 | BF | 60 | 25 | 0 | 19 | CB | 5C | 27 |
| Octal | 10 | 170 | 277 | 140 | 45 | 0 | 31 | 313 | 134 | 47 |
| Binary | 1000 | 1111000 | 10111111 | 1100000 | 100101 | 0 | 11001 | 11001011 | 1011100 | 100111 |
Color Harmonies of #0878BF
Complementary color
Monochromatic Colors of #0878BF
Black with #0878BF
Text Example
Text Example
White with #0878BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0878BF; }
p { color: rgb(8,120,191); }
H1.HeaderClassName
{
color: #0878BF;
}
.AnyTagClassName
{
color: #0878BF;
}
</style>
background-color css
<style>
a { background-color: #0878BF; }
a { background-color: rgb(8,120,191); }
div.DivClassName
{
background-color: #0878BF;
}
.BgClassName
{
background-color: #0878BF;
}
</style>
border-color css
<style>
span { border-color: #0878BF; }
span { border-color: rgb(8,120,191); }
td.TdClassName
{
border-color: #0878BF;
}
.TagClassName
{
border-color: #0878BF;
}
</style>