Shades of Navy Blue #0870E0
Tints of Navy Blue #0870E0
RGB
CMYK
RGB Variations
Color information
#0870E0 (or 0x0870E0) is known color: Navy Blue. HEX triplet: 08, 70 and E0. RGB value is (8,112,224). Sum of RGB (Red+Green+Blue) = 8+112+224=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 224 (87.89% from 255 or 65.12% from 344); Max value from RGB is 224 - color contains mainly: blue. Hex color #0870E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0870E0 is #F78F1F. Grayscale: #5D5D5D. Windows color (decimal): -16224032 or 14708744. OLE color: 14708744.
HSL color Cylindrical-coordinate representation of color #0870E0: hue angle of 211.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0870E0 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 112 | 224 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.12 |
| HSL | 211.11º | 0.93% | 0.45% | - |
| HSV(B) | 211.11º | 0.96% | 0.88% | - |
| XYZ | 19.35 | 17.02 | 72.79 | - |
| YUV | 93.67 | 201.54 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 224 | 0.96 | 0.50 | 0 | 0.12 | 211.11 | 0.93 | 0.45 |
| Hex | 8 | 70 | E0 | 60 | 32 | 0 | C | D3 | 5D | 2D |
| Octal | 10 | 160 | 340 | 140 | 62 | 0 | 14 | 323 | 135 | 55 |
| Binary | 1000 | 1110000 | 11100000 | 1100000 | 110010 | 0 | 1100 | 11010011 | 1011101 | 101101 |
Color Harmonies of #0870E0
Complementary color
Monochromatic Colors of #0870E0
Black with #0870E0
Text Example
Text Example
White with #0870E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0870E0; }
p { color: rgb(8,112,224); }
H1.HeaderClassName
{
color: #0870E0;
}
.AnyTagClassName
{
color: #0870E0;
}
</style>
background-color css
<style>
a { background-color: #0870E0; }
a { background-color: rgb(8,112,224); }
div.DivClassName
{
background-color: #0870E0;
}
.BgClassName
{
background-color: #0870E0;
}
</style>
border-color css
<style>
span { border-color: #0870E0; }
span { border-color: rgb(8,112,224); }
td.TdClassName
{
border-color: #0870E0;
}
.TagClassName
{
border-color: #0870E0;
}
</style>