Shades of Denim #1863CC
Tints of Denim #1863CC
RGB
CMYK
RGB Variations
Color information
#1863CC (or 0x1863CC) is known color: Denim. HEX triplet: 18, 63 and CC. RGB value is (24,99,204). Sum of RGB (Red+Green+Blue) = 24+99+204=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #1863CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1863CC is #E79C33. Grayscale: #585858. Windows color (decimal): -15178804 or 13394712. OLE color: 13394712.
HSL color Cylindrical-coordinate representation of color #1863CC: hue angle of 215º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1863CC is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 99 | 204 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.2 |
| HSL | 215º | 0.79% | 0.45% | - |
| HSV(B) | 215º | 0.88% | 0.8% | - |
| XYZ | 15.74 | 13.48 | 58.9 | - |
| YUV | 88.55 | 193.15 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 204 | 0.88 | 0.51 | 0 | 0.2 | 215 | 0.79 | 0.45 |
| Hex | 18 | 63 | CC | 58 | 33 | 0 | 14 | D7 | 4F | 2D |
| Octal | 30 | 143 | 314 | 130 | 63 | 0 | 24 | 327 | 117 | 55 |
| Binary | 11000 | 1100011 | 11001100 | 1011000 | 110011 | 0 | 10100 | 11010111 | 1001111 | 101101 |
Color Harmonies of #1863CC
Complementary color
Monochromatic Colors of #1863CC
Black with #1863CC
Text Example
Text Example
White with #1863CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1863CC; }
p { color: rgb(24,99,204); }
H1.HeaderClassName
{
color: #1863CC;
}
.AnyTagClassName
{
color: #1863CC;
}
</style>
background-color css
<style>
a { background-color: #1863CC; }
a { background-color: rgb(24,99,204); }
div.DivClassName
{
background-color: #1863CC;
}
.BgClassName
{
background-color: #1863CC;
}
</style>
border-color css
<style>
span { border-color: #1863CC; }
span { border-color: rgb(24,99,204); }
td.TdClassName
{
border-color: #1863CC;
}
.TagClassName
{
border-color: #1863CC;
}
</style>