Shades of Navy Blue #0870EB
Tints of Navy Blue #0870EB
RGB
CMYK
RGB Variations
Color information
#0870EB (or 0x0870EB) is known color: Navy Blue. HEX triplet: 08, 70 and EB. RGB value is (8,112,235). Sum of RGB (Red+Green+Blue) = 8+112+235=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #0870EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0870EB is #F78F14. Grayscale: #5E5E5E. Windows color (decimal): -16224021 or 15429640. OLE color: 15429640.
HSL color Cylindrical-coordinate representation of color #0870EB: hue angle of 212.51º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0870EB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 112 | 235 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.08 |
| HSL | 212.51º | 0.93% | 0.48% | - |
| HSV(B) | 212.51º | 0.97% | 0.92% | - |
| XYZ | 20.89 | 17.64 | 80.9 | - |
| YUV | 94.93 | 207.04 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 235 | 0.97 | 0.52 | 0 | 0.08 | 212.51 | 0.93 | 0.48 |
| Hex | 8 | 70 | EB | 61 | 34 | 0 | 8 | D5 | 5D | 30 |
| Octal | 10 | 160 | 353 | 141 | 64 | 0 | 10 | 325 | 135 | 60 |
| Binary | 1000 | 1110000 | 11101011 | 1100001 | 110100 | 0 | 1000 | 11010101 | 1011101 | 110000 |
Color Harmonies of #0870EB
Complementary color
Monochromatic Colors of #0870EB
Black with #0870EB
Text Example
Text Example
White with #0870EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0870EB; }
p { color: rgb(8,112,235); }
H1.HeaderClassName
{
color: #0870EB;
}
.AnyTagClassName
{
color: #0870EB;
}
</style>
background-color css
<style>
a { background-color: #0870EB; }
a { background-color: rgb(8,112,235); }
div.DivClassName
{
background-color: #0870EB;
}
.BgClassName
{
background-color: #0870EB;
}
</style>
border-color css
<style>
span { border-color: #0870EB; }
span { border-color: rgb(8,112,235); }
td.TdClassName
{
border-color: #0870EB;
}
.TagClassName
{
border-color: #0870EB;
}
</style>