Shades of Denim #1868C0
Tints of Denim #1868C0
RGB
CMYK
RGB Variations
Color information
#1868C0 (or 0x1868C0) is known color: Denim. HEX triplet: 18, 68 and C0. RGB value is (24,104,192). Sum of RGB (Red+Green+Blue) = 24+104+192=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #1868C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1868C0 is #E7973F. Grayscale: #595959. Windows color (decimal): -15177536 or 12609560. OLE color: 12609560.
HSL color Cylindrical-coordinate representation of color #1868C0: hue angle of 211.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1868C0 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 104 | 192 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.25 |
| HSL | 211.43º | 0.78% | 0.42% | - |
| HSV(B) | 211.43º | 0.88% | 0.75% | - |
| XYZ | 14.84 | 13.9 | 51.77 | - |
| YUV | 90.11 | 185.5 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 192 | 0.88 | 0.46 | 0 | 0.25 | 211.43 | 0.78 | 0.42 |
| Hex | 18 | 68 | C0 | 58 | 2E | 0 | 19 | D3 | 4E | 2A |
| Octal | 30 | 150 | 300 | 130 | 56 | 0 | 31 | 323 | 116 | 52 |
| Binary | 11000 | 1101000 | 11000000 | 1011000 | 101110 | 0 | 11001 | 11010011 | 1001110 | 101010 |
Color Harmonies of #1868C0
Complementary color
Monochromatic Colors of #1868C0
Black with #1868C0
Text Example
Text Example
White with #1868C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1868C0; }
p { color: rgb(24,104,192); }
H1.HeaderClassName
{
color: #1868C0;
}
.AnyTagClassName
{
color: #1868C0;
}
</style>
background-color css
<style>
a { background-color: #1868C0; }
a { background-color: rgb(24,104,192); }
div.DivClassName
{
background-color: #1868C0;
}
.BgClassName
{
background-color: #1868C0;
}
</style>
border-color css
<style>
span { border-color: #1868C0; }
span { border-color: rgb(24,104,192); }
td.TdClassName
{
border-color: #1868C0;
}
.TagClassName
{
border-color: #1868C0;
}
</style>