Shades of Navy Blue #0871DF
Tints of Navy Blue #0871DF
RGB
CMYK
RGB Variations
Color information
#0871DF (or 0x0871DF) is known color: Navy Blue. HEX triplet: 08, 71 and DF. RGB value is (8,113,223). Sum of RGB (Red+Green+Blue) = 8+113+223=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #0871DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0871DF is #F78E20. Grayscale: #5D5D5D. Windows color (decimal): -16223777 or 14643464. OLE color: 14643464.
HSL color Cylindrical-coordinate representation of color #0871DF: hue angle of 210.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0871DF is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 113 | 223 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.13 |
| HSL | 210.7º | 0.93% | 0.45% | - |
| HSV(B) | 210.7º | 0.96% | 0.87% | - |
| XYZ | 19.32 | 17.19 | 72.11 | - |
| YUV | 94.15 | 200.71 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 223 | 0.96 | 0.49 | 0 | 0.13 | 210.7 | 0.93 | 0.45 |
| Hex | 8 | 71 | DF | 60 | 31 | 0 | D | D3 | 5D | 2D |
| Octal | 10 | 161 | 337 | 140 | 61 | 0 | 15 | 323 | 135 | 55 |
| Binary | 1000 | 1110001 | 11011111 | 1100000 | 110001 | 0 | 1101 | 11010011 | 1011101 | 101101 |
Color Harmonies of #0871DF
Complementary color
Monochromatic Colors of #0871DF
Black with #0871DF
Text Example
Text Example
White with #0871DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0871DF; }
p { color: rgb(8,113,223); }
H1.HeaderClassName
{
color: #0871DF;
}
.AnyTagClassName
{
color: #0871DF;
}
</style>
background-color css
<style>
a { background-color: #0871DF; }
a { background-color: rgb(8,113,223); }
div.DivClassName
{
background-color: #0871DF;
}
.BgClassName
{
background-color: #0871DF;
}
</style>
border-color css
<style>
span { border-color: #0871DF; }
span { border-color: rgb(8,113,223); }
td.TdClassName
{
border-color: #0871DF;
}
.TagClassName
{
border-color: #0871DF;
}
</style>