Shades of Navy Blue #1871D2
Tints of Navy Blue #1871D2
RGB
CMYK
RGB Variations
Color information
#1871D2 (or 0x1871D2) is known color: Navy Blue. HEX triplet: 18, 71 and D2. RGB value is (24,113,210). Sum of RGB (Red+Green+Blue) = 24+113+210=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 210 (82.42% from 255 or 60.52% from 347); Max value from RGB is 210 - color contains mainly: blue. Hex color #1871D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1871D2 is #E78E2D. Grayscale: #606060. Windows color (decimal): -15175214 or 13791512. OLE color: 13791512.
HSL color Cylindrical-coordinate representation of color #1871D2: hue angle of 211.29º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1871D2 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 113 | 210 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.18 |
| HSL | 211.29º | 0.79% | 0.46% | - |
| HSV(B) | 211.29º | 0.89% | 0.82% | - |
| XYZ | 17.91 | 16.66 | 63.24 | - |
| YUV | 97.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 210 | 0.89 | 0.46 | 0 | 0.18 | 211.29 | 0.79 | 0.46 |
| Hex | 18 | 71 | D2 | 59 | 2E | 0 | 12 | D3 | 4F | 2E |
| Octal | 30 | 161 | 322 | 131 | 56 | 0 | 22 | 323 | 117 | 56 |
| Binary | 11000 | 1110001 | 11010010 | 1011001 | 101110 | 0 | 10010 | 11010011 | 1001111 | 101110 |
Color Harmonies of #1871D2
Complementary color
Monochromatic Colors of #1871D2
Black with #1871D2
Text Example
Text Example
White with #1871D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1871D2; }
p { color: rgb(24,113,210); }
H1.HeaderClassName
{
color: #1871D2;
}
.AnyTagClassName
{
color: #1871D2;
}
</style>
background-color css
<style>
a { background-color: #1871D2; }
a { background-color: rgb(24,113,210); }
div.DivClassName
{
background-color: #1871D2;
}
.BgClassName
{
background-color: #1871D2;
}
</style>
border-color css
<style>
span { border-color: #1871D2; }
span { border-color: rgb(24,113,210); }
td.TdClassName
{
border-color: #1871D2;
}
.TagClassName
{
border-color: #1871D2;
}
</style>