Shades of Denim #1871C1
Tints of Denim #1871C1
RGB
CMYK
RGB Variations
Color information
#1871C1 (or 0x1871C1) is known color: Denim. HEX triplet: 18, 71 and C1. RGB value is (24,113,193). Sum of RGB (Red+Green+Blue) = 24+113+193=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #1871C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1871C1 is #E78E3E. Grayscale: #5F5F5F. Windows color (decimal): -15175231 or 12677400. OLE color: 12677400.
HSL color Cylindrical-coordinate representation of color #1871C1: hue angle of 208.4º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1871C1 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 113 | 193 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.24 |
| HSL | 208.4º | 0.78% | 0.43% | - |
| HSV(B) | 208.4º | 0.88% | 0.76% | - |
| XYZ | 15.91 | 15.85 | 52.67 | - |
| YUV | 95.51 | 183.01 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 193 | 0.88 | 0.41 | 0 | 0.24 | 208.4 | 0.78 | 0.43 |
| Hex | 18 | 71 | C1 | 58 | 29 | 0 | 18 | D0 | 4E | 2B |
| Octal | 30 | 161 | 301 | 130 | 51 | 0 | 30 | 320 | 116 | 53 |
| Binary | 11000 | 1110001 | 11000001 | 1011000 | 101001 | 0 | 11000 | 11010000 | 1001110 | 101011 |
Color Harmonies of #1871C1
Complementary color
Monochromatic Colors of #1871C1
Black with #1871C1
Text Example
Text Example
White with #1871C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1871C1; }
p { color: rgb(24,113,193); }
H1.HeaderClassName
{
color: #1871C1;
}
.AnyTagClassName
{
color: #1871C1;
}
</style>
background-color css
<style>
a { background-color: #1871C1; }
a { background-color: rgb(24,113,193); }
div.DivClassName
{
background-color: #1871C1;
}
.BgClassName
{
background-color: #1871C1;
}
</style>
border-color css
<style>
span { border-color: #1871C1; }
span { border-color: rgb(24,113,193); }
td.TdClassName
{
border-color: #1871C1;
}
.TagClassName
{
border-color: #1871C1;
}
</style>