Shades of Navy Blue #0870CD
Tints of Navy Blue #0870CD
RGB
CMYK
RGB Variations
Color information
#0870CD (or 0x0870CD) is known color: Navy Blue. HEX triplet: 08, 70 and CD. RGB value is (8,112,205). Sum of RGB (Red+Green+Blue) = 8+112+205=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #0870CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0870CD is #F78F32. Grayscale: #5B5B5B. Windows color (decimal): -16224051 or 13463560. OLE color: 13463560.
HSL color Cylindrical-coordinate representation of color #0870CD: hue angle of 208.32º 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 #0870CD is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 112 | 205 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.20 |
| HSL | 208.32º | 0.92% | 0.42% | - |
| HSV(B) | 208.32º | 0.96% | 0.8% | - |
| XYZ | 16.91 | 16.05 | 59.96 | - |
| YUV | 91.51 | 192.04 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 205 | 0.96 | 0.45 | 0 | 0.20 | 208.32 | 0.92 | 0.42 |
| Hex | 8 | 70 | CD | 60 | 2D | 0 | 14 | D0 | 5C | 2A |
| Octal | 10 | 160 | 315 | 140 | 55 | 0 | 24 | 320 | 134 | 52 |
| Binary | 1000 | 1110000 | 11001101 | 1100000 | 101101 | 0 | 10100 | 11010000 | 1011100 | 101010 |
Color Harmonies of #0870CD
Complementary color
Monochromatic Colors of #0870CD
Black with #0870CD
Text Example
Text Example
White with #0870CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0870CD; }
p { color: rgb(8,112,205); }
H1.HeaderClassName
{
color: #0870CD;
}
.AnyTagClassName
{
color: #0870CD;
}
</style>
background-color css
<style>
a { background-color: #0870CD; }
a { background-color: rgb(8,112,205); }
div.DivClassName
{
background-color: #0870CD;
}
.BgClassName
{
background-color: #0870CD;
}
</style>
border-color css
<style>
span { border-color: #0870CD; }
span { border-color: rgb(8,112,205); }
td.TdClassName
{
border-color: #0870CD;
}
.TagClassName
{
border-color: #0870CD;
}
</style>