Shades of Denim #1871BA
Tints of Denim #1871BA
RGB
CMYK
RGB Variations
Color information
#1871BA (or 0x1871BA) is known color: Denim. HEX triplet: 18, 71 and BA. RGB value is (24,113,186). Sum of RGB (Red+Green+Blue) = 24+113+186=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #1871BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1871BA is #E78E45. Grayscale: #5E5E5E. Windows color (decimal): -15175238 or 12218648. OLE color: 12218648.
HSL color Cylindrical-coordinate representation of color #1871BA: hue angle of 207.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1871BA is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 113 | 186 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.27 |
| HSL | 207.04º | 0.77% | 0.41% | - |
| HSV(B) | 207.04º | 0.87% | 0.73% | - |
| XYZ | 15.14 | 15.55 | 48.66 | - |
| YUV | 94.71 | 179.51 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 186 | 0.87 | 0.39 | 0 | 0.27 | 207.04 | 0.77 | 0.41 |
| Hex | 18 | 71 | BA | 57 | 27 | 0 | 1B | CF | 4D | 29 |
| Octal | 30 | 161 | 272 | 127 | 47 | 0 | 33 | 317 | 115 | 51 |
| Binary | 11000 | 1110001 | 10111010 | 1010111 | 100111 | 0 | 11011 | 11001111 | 1001101 | 101001 |
Color Harmonies of #1871BA
Complementary color
Monochromatic Colors of #1871BA
Black with #1871BA
Text Example
Text Example
White with #1871BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1871BA; }
p { color: rgb(24,113,186); }
H1.HeaderClassName
{
color: #1871BA;
}
.AnyTagClassName
{
color: #1871BA;
}
</style>
background-color css
<style>
a { background-color: #1871BA; }
a { background-color: rgb(24,113,186); }
div.DivClassName
{
background-color: #1871BA;
}
.BgClassName
{
background-color: #1871BA;
}
</style>
border-color css
<style>
span { border-color: #1871BA; }
span { border-color: rgb(24,113,186); }
td.TdClassName
{
border-color: #1871BA;
}
.TagClassName
{
border-color: #1871BA;
}
</style>