Shades of Denim #1868CF
Tints of Denim #1868CF
RGB
CMYK
RGB Variations
Color information
#1868CF (or 0x1868CF) is known color: Denim. HEX triplet: 18, 68 and CF. RGB value is (24,104,207). Sum of RGB (Red+Green+Blue) = 24+104+207=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #1868CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1868CF is #E79730. Grayscale: #5B5B5B. Windows color (decimal): -15177521 or 13592600. OLE color: 13592600.
HSL color Cylindrical-coordinate representation of color #1868CF: hue angle of 213.77º 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 #1868CF is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 104 | 207 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.19 |
| HSL | 213.77º | 0.79% | 0.45% | - |
| HSV(B) | 213.77º | 0.88% | 0.81% | - |
| XYZ | 16.59 | 14.6 | 60.98 | - |
| YUV | 91.82 | 193 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 207 | 0.88 | 0.50 | 0 | 0.19 | 213.77 | 0.79 | 0.45 |
| Hex | 18 | 68 | CF | 58 | 32 | 0 | 13 | D6 | 4F | 2D |
| Octal | 30 | 150 | 317 | 130 | 62 | 0 | 23 | 326 | 117 | 55 |
| Binary | 11000 | 1101000 | 11001111 | 1011000 | 110010 | 0 | 10011 | 11010110 | 1001111 | 101101 |
Color Harmonies of #1868CF
Complementary color
Monochromatic Colors of #1868CF
Black with #1868CF
Text Example
Text Example
White with #1868CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1868CF; }
p { color: rgb(24,104,207); }
H1.HeaderClassName
{
color: #1868CF;
}
.AnyTagClassName
{
color: #1868CF;
}
</style>
background-color css
<style>
a { background-color: #1868CF; }
a { background-color: rgb(24,104,207); }
div.DivClassName
{
background-color: #1868CF;
}
.BgClassName
{
background-color: #1868CF;
}
</style>
border-color css
<style>
span { border-color: #1868CF; }
span { border-color: rgb(24,104,207); }
td.TdClassName
{
border-color: #1868CF;
}
.TagClassName
{
border-color: #1868CF;
}
</style>