Shades of Navy Blue #0870CE
Tints of Navy Blue #0870CE
RGB
CMYK
RGB Variations
Color information
#0870CE (or 0x0870CE) is known color: Navy Blue. HEX triplet: 08, 70 and CE. RGB value is (8,112,206). Sum of RGB (Red+Green+Blue) = 8+112+206=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #0870CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0870CE is #F78F31. Grayscale: #5B5B5B. Windows color (decimal): -16224050 or 13529096. OLE color: 13529096.
HSL color Cylindrical-coordinate representation of color #0870CE: hue angle of 208.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0870CE is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 112 | 206 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.19 |
| HSL | 208.48º | 0.93% | 0.42% | - |
| HSV(B) | 208.48º | 0.96% | 0.81% | - |
| XYZ | 17.03 | 16.1 | 60.6 | - |
| YUV | 91.62 | 192.54 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 206 | 0.96 | 0.46 | 0 | 0.19 | 208.48 | 0.93 | 0.42 |
| Hex | 8 | 70 | CE | 60 | 2E | 0 | 13 | D0 | 5D | 2A |
| Octal | 10 | 160 | 316 | 140 | 56 | 0 | 23 | 320 | 135 | 52 |
| Binary | 1000 | 1110000 | 11001110 | 1100000 | 101110 | 0 | 10011 | 11010000 | 1011101 | 101010 |
Color Harmonies of #0870CE
Complementary color
Monochromatic Colors of #0870CE
Black with #0870CE
Text Example
Text Example
White with #0870CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0870CE; }
p { color: rgb(8,112,206); }
H1.HeaderClassName
{
color: #0870CE;
}
.AnyTagClassName
{
color: #0870CE;
}
</style>
background-color css
<style>
a { background-color: #0870CE; }
a { background-color: rgb(8,112,206); }
div.DivClassName
{
background-color: #0870CE;
}
.BgClassName
{
background-color: #0870CE;
}
</style>
border-color css
<style>
span { border-color: #0870CE; }
span { border-color: rgb(8,112,206); }
td.TdClassName
{
border-color: #0870CE;
}
.TagClassName
{
border-color: #0870CE;
}
</style>