Shades of Denim #1863CF
Tints of Denim #1863CF
RGB
CMYK
RGB Variations
Color information
#1863CF (or 0x1863CF) is known color: Denim. HEX triplet: 18, 63 and CF. RGB value is (24,99,207). Sum of RGB (Red+Green+Blue) = 24+99+207=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #1863CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1863CF is #E79C30. Grayscale: #585858. Windows color (decimal): -15178801 or 13591320. OLE color: 13591320.
HSL color Cylindrical-coordinate representation of color #1863CF: hue angle of 215.41º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1863CF is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 99 | 207 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.19 |
| HSL | 215.41º | 0.79% | 0.45% | - |
| HSV(B) | 215.41º | 0.88% | 0.81% | - |
| XYZ | 16.1 | 13.62 | 60.81 | - |
| YUV | 88.89 | 194.65 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 207 | 0.88 | 0.52 | 0 | 0.19 | 215.41 | 0.79 | 0.45 |
| Hex | 18 | 63 | CF | 58 | 34 | 0 | 13 | D7 | 4F | 2D |
| Octal | 30 | 143 | 317 | 130 | 64 | 0 | 23 | 327 | 117 | 55 |
| Binary | 11000 | 1100011 | 11001111 | 1011000 | 110100 | 0 | 10011 | 11010111 | 1001111 | 101101 |
Color Harmonies of #1863CF
Complementary color
Monochromatic Colors of #1863CF
Black with #1863CF
Text Example
Text Example
White with #1863CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1863CF; }
p { color: rgb(24,99,207); }
H1.HeaderClassName
{
color: #1863CF;
}
.AnyTagClassName
{
color: #1863CF;
}
</style>
background-color css
<style>
a { background-color: #1863CF; }
a { background-color: rgb(24,99,207); }
div.DivClassName
{
background-color: #1863CF;
}
.BgClassName
{
background-color: #1863CF;
}
</style>
border-color css
<style>
span { border-color: #1863CF; }
span { border-color: rgb(24,99,207); }
td.TdClassName
{
border-color: #1863CF;
}
.TagClassName
{
border-color: #1863CF;
}
</style>