Shades of Denim #1867C0
Tints of Denim #1867C0
RGB
CMYK
RGB Variations
Color information
#1867C0 (or 0x1867C0) is known color: Denim. HEX triplet: 18, 67 and C0. RGB value is (24,103,192). Sum of RGB (Red+Green+Blue) = 24+103+192=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #1867C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1867C0 is #E7983F. Grayscale: #595959. Windows color (decimal): -15177792 or 12609304. OLE color: 12609304.
HSL color Cylindrical-coordinate representation of color #1867C0: hue angle of 211.79º 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 #1867C0 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 103 | 192 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.25 |
| HSL | 211.79º | 0.78% | 0.42% | - |
| HSV(B) | 211.79º | 0.88% | 0.75% | - |
| XYZ | 14.74 | 13.7 | 51.74 | - |
| YUV | 89.53 | 185.83 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 192 | 0.88 | 0.46 | 0 | 0.25 | 211.79 | 0.78 | 0.42 |
| Hex | 18 | 67 | C0 | 58 | 2E | 0 | 19 | D4 | 4E | 2A |
| Octal | 30 | 147 | 300 | 130 | 56 | 0 | 31 | 324 | 116 | 52 |
| Binary | 11000 | 1100111 | 11000000 | 1011000 | 101110 | 0 | 11001 | 11010100 | 1001110 | 101010 |
Color Harmonies of #1867C0
Complementary color
Monochromatic Colors of #1867C0
Black with #1867C0
Text Example
Text Example
White with #1867C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1867C0; }
p { color: rgb(24,103,192); }
H1.HeaderClassName
{
color: #1867C0;
}
.AnyTagClassName
{
color: #1867C0;
}
</style>
background-color css
<style>
a { background-color: #1867C0; }
a { background-color: rgb(24,103,192); }
div.DivClassName
{
background-color: #1867C0;
}
.BgClassName
{
background-color: #1867C0;
}
</style>
border-color css
<style>
span { border-color: #1867C0; }
span { border-color: rgb(24,103,192); }
td.TdClassName
{
border-color: #1867C0;
}
.TagClassName
{
border-color: #1867C0;
}
</style>