Shades of Denim #1870CA
Tints of Denim #1870CA
RGB
CMYK
RGB Variations
Color information
#1870CA (or 0x1870CA) is known color: Denim. HEX triplet: 18, 70 and CA. RGB value is (24,112,202). Sum of RGB (Red+Green+Blue) = 24+112+202=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #1870CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1870CA is #E78F35. Grayscale: #5F5F5F. Windows color (decimal): -15175478 or 13266968. OLE color: 13266968.
HSL color Cylindrical-coordinate representation of color #1870CA: hue angle of 210.34º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1870CA is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 112 | 202 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.21 |
| HSL | 210.34º | 0.79% | 0.44% | - |
| HSV(B) | 210.34º | 0.88% | 0.79% | - |
| XYZ | 16.83 | 16.05 | 58.09 | - |
| YUV | 95.95 | 187.85 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 202 | 0.88 | 0.45 | 0 | 0.21 | 210.34 | 0.79 | 0.44 |
| Hex | 18 | 70 | CA | 58 | 2D | 0 | 15 | D2 | 4F | 2C |
| Octal | 30 | 160 | 312 | 130 | 55 | 0 | 25 | 322 | 117 | 54 |
| Binary | 11000 | 1110000 | 11001010 | 1011000 | 101101 | 0 | 10101 | 11010010 | 1001111 | 101100 |
Color Harmonies of #1870CA
Complementary color
Monochromatic Colors of #1870CA
Black with #1870CA
Text Example
Text Example
White with #1870CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1870CA; }
p { color: rgb(24,112,202); }
H1.HeaderClassName
{
color: #1870CA;
}
.AnyTagClassName
{
color: #1870CA;
}
</style>
background-color css
<style>
a { background-color: #1870CA; }
a { background-color: rgb(24,112,202); }
div.DivClassName
{
background-color: #1870CA;
}
.BgClassName
{
background-color: #1870CA;
}
</style>
border-color css
<style>
span { border-color: #1870CA; }
span { border-color: rgb(24,112,202); }
td.TdClassName
{
border-color: #1870CA;
}
.TagClassName
{
border-color: #1870CA;
}
</style>