Shades of Navy Blue #0871F1
Tints of Navy Blue #0871F1
RGB
CMYK
RGB Variations
Color information
#0871F1 (or 0x0871F1) is known color: Navy Blue. HEX triplet: 08, 71 and F1. RGB value is (8,113,241). Sum of RGB (Red+Green+Blue) = 8+113+241=362 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.21% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #0871F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0871F1 is #F78E0E. Grayscale: #5F5F5F. Windows color (decimal): -16223759 or 15823112. OLE color: 15823112.
HSL color Cylindrical-coordinate representation of color #0871F1: hue angle of 212.96º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0871F1 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 113 | 241 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.05 |
| HSL | 212.96º | 0.94% | 0.49% | - |
| HSV(B) | 212.96º | 0.97% | 0.95% | - |
| XYZ | 21.88 | 18.21 | 85.58 | - |
| YUV | 96.2 | 209.71 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 241 | 0.97 | 0.53 | 0 | 0.05 | 212.96 | 0.94 | 0.49 |
| Hex | 8 | 71 | F1 | 61 | 35 | 0 | 5 | D5 | 5E | 31 |
| Octal | 10 | 161 | 361 | 141 | 65 | 0 | 5 | 325 | 136 | 61 |
| Binary | 1000 | 1110001 | 11110001 | 1100001 | 110101 | 0 | 101 | 11010101 | 1011110 | 110001 |
Color Harmonies of #0871F1
Complementary color
Monochromatic Colors of #0871F1
Black with #0871F1
Text Example
Text Example
White with #0871F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0871F1; }
p { color: rgb(8,113,241); }
H1.HeaderClassName
{
color: #0871F1;
}
.AnyTagClassName
{
color: #0871F1;
}
</style>
background-color css
<style>
a { background-color: #0871F1; }
a { background-color: rgb(8,113,241); }
div.DivClassName
{
background-color: #0871F1;
}
.BgClassName
{
background-color: #0871F1;
}
</style>
border-color css
<style>
span { border-color: #0871F1; }
span { border-color: rgb(8,113,241); }
td.TdClassName
{
border-color: #0871F1;
}
.TagClassName
{
border-color: #0871F1;
}
</style>