Shades of Navy Blue #0871CD
Tints of Navy Blue #0871CD
RGB
CMYK
RGB Variations
Color information
#0871CD (or 0x0871CD) is known color: Navy Blue. HEX triplet: 08, 71 and CD. RGB value is (8,113,205). Sum of RGB (Red+Green+Blue) = 8+113+205=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #0871CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0871CD is #F78E32. Grayscale: #5B5B5B. Windows color (decimal): -16223795 or 13463816. OLE color: 13463816.
HSL color Cylindrical-coordinate representation of color #0871CD: hue angle of 208.02º 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 #0871CD is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 113 | 205 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.20 |
| HSL | 208.02º | 0.92% | 0.42% | - |
| HSV(B) | 208.02º | 0.96% | 0.8% | - |
| XYZ | 17.02 | 16.27 | 60 | - |
| YUV | 92.09 | 191.71 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 205 | 0.96 | 0.45 | 0 | 0.20 | 208.02 | 0.92 | 0.42 |
| Hex | 8 | 71 | CD | 60 | 2D | 0 | 14 | D0 | 5C | 2A |
| Octal | 10 | 161 | 315 | 140 | 55 | 0 | 24 | 320 | 134 | 52 |
| Binary | 1000 | 1110001 | 11001101 | 1100000 | 101101 | 0 | 10100 | 11010000 | 1011100 | 101010 |
Color Harmonies of #0871CD
Complementary color
Monochromatic Colors of #0871CD
Black with #0871CD
Text Example
Text Example
White with #0871CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0871CD; }
p { color: rgb(8,113,205); }
H1.HeaderClassName
{
color: #0871CD;
}
.AnyTagClassName
{
color: #0871CD;
}
</style>
background-color css
<style>
a { background-color: #0871CD; }
a { background-color: rgb(8,113,205); }
div.DivClassName
{
background-color: #0871CD;
}
.BgClassName
{
background-color: #0871CD;
}
</style>
border-color css
<style>
span { border-color: #0871CD; }
span { border-color: rgb(8,113,205); }
td.TdClassName
{
border-color: #0871CD;
}
.TagClassName
{
border-color: #0871CD;
}
</style>