Shades of Denim #1856CB
Tints of Denim #1856CB
RGB
CMYK
RGB Variations
Color information
#1856CB (or 0x1856CB) is known color: Denim. HEX triplet: 18, 56 and CB. RGB value is (24,86,203). Sum of RGB (Red+Green+Blue) = 24+86+203=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #1856CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1856CB is #E7A934. Grayscale: #505050. Windows color (decimal): -15182133 or 13325848. OLE color: 13325848.
HSL color Cylindrical-coordinate representation of color #1856CB: hue angle of 219.22º 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 #1856CB is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 86 | 203 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.20 |
| HSL | 219.22º | 0.79% | 0.45% | - |
| HSV(B) | 219.22º | 0.88% | 0.8% | - |
| XYZ | 14.48 | 11.16 | 57.89 | - |
| YUV | 80.8 | 196.96 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 203 | 0.88 | 0.58 | 0 | 0.20 | 219.22 | 0.79 | 0.45 |
| Hex | 18 | 56 | CB | 58 | 3A | 0 | 14 | DB | 4F | 2D |
| Octal | 30 | 126 | 313 | 130 | 72 | 0 | 24 | 333 | 117 | 55 |
| Binary | 11000 | 1010110 | 11001011 | 1011000 | 111010 | 0 | 10100 | 11011011 | 1001111 | 101101 |
Color Harmonies of #1856CB
Complementary color
Monochromatic Colors of #1856CB
Black with #1856CB
Text Example
Text Example
White with #1856CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1856CB; }
p { color: rgb(24,86,203); }
H1.HeaderClassName
{
color: #1856CB;
}
.AnyTagClassName
{
color: #1856CB;
}
</style>
background-color css
<style>
a { background-color: #1856CB; }
a { background-color: rgb(24,86,203); }
div.DivClassName
{
background-color: #1856CB;
}
.BgClassName
{
background-color: #1856CB;
}
</style>
border-color css
<style>
span { border-color: #1856CB; }
span { border-color: rgb(24,86,203); }
td.TdClassName
{
border-color: #1856CB;
}
.TagClassName
{
border-color: #1856CB;
}
</style>