Shades of Denim #1863CA
Tints of Denim #1863CA
RGB
CMYK
RGB Variations
Color information
#1863CA (or 0x1863CA) is known color: Denim. HEX triplet: 18, 63 and CA. RGB value is (24,99,202). Sum of RGB (Red+Green+Blue) = 24+99+202=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #1863CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1863CA is #E79C35. Grayscale: #575757. Windows color (decimal): -15178806 or 13263640. OLE color: 13263640.
HSL color Cylindrical-coordinate representation of color #1863CA: hue angle of 214.72º 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 #1863CA is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 99 | 202 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.21 |
| HSL | 214.72º | 0.79% | 0.44% | - |
| HSV(B) | 214.72º | 0.88% | 0.79% | - |
| XYZ | 15.5 | 13.38 | 57.64 | - |
| YUV | 88.32 | 192.15 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 202 | 0.88 | 0.51 | 0 | 0.21 | 214.72 | 0.79 | 0.44 |
| Hex | 18 | 63 | CA | 58 | 33 | 0 | 15 | D7 | 4F | 2C |
| Octal | 30 | 143 | 312 | 130 | 63 | 0 | 25 | 327 | 117 | 54 |
| Binary | 11000 | 1100011 | 11001010 | 1011000 | 110011 | 0 | 10101 | 11010111 | 1001111 | 101100 |
Color Harmonies of #1863CA
Complementary color
Monochromatic Colors of #1863CA
Black with #1863CA
Text Example
Text Example
White with #1863CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1863CA; }
p { color: rgb(24,99,202); }
H1.HeaderClassName
{
color: #1863CA;
}
.AnyTagClassName
{
color: #1863CA;
}
</style>
background-color css
<style>
a { background-color: #1863CA; }
a { background-color: rgb(24,99,202); }
div.DivClassName
{
background-color: #1863CA;
}
.BgClassName
{
background-color: #1863CA;
}
</style>
border-color css
<style>
span { border-color: #1863CA; }
span { border-color: rgb(24,99,202); }
td.TdClassName
{
border-color: #1863CA;
}
.TagClassName
{
border-color: #1863CA;
}
</style>