Shades of Denim #1853CB
Tints of Denim #1853CB
RGB
CMYK
RGB Variations
Color information
#1853CB (or 0x1853CB) is known color: Denim. HEX triplet: 18, 53 and CB. RGB value is (24,83,203). Sum of RGB (Red+Green+Blue) = 24+83+203=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #1853CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853CB is #E7AC34. Grayscale: #4E4E4E. Windows color (decimal): -15182901 or 13325080. OLE color: 13325080.
HSL color Cylindrical-coordinate representation of color #1853CB: hue angle of 220.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 #1853CB is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 83 | 203 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.20 |
| HSL | 220.22º | 0.79% | 0.45% | - |
| HSV(B) | 220.22º | 0.88% | 0.8% | - |
| XYZ | 14.25 | 10.69 | 57.81 | - |
| YUV | 79.04 | 197.95 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 203 | 0.88 | 0.59 | 0 | 0.20 | 220.22 | 0.79 | 0.45 |
| Hex | 18 | 53 | CB | 58 | 3B | 0 | 14 | DC | 4F | 2D |
| Octal | 30 | 123 | 313 | 130 | 73 | 0 | 24 | 334 | 117 | 55 |
| Binary | 11000 | 1010011 | 11001011 | 1011000 | 111011 | 0 | 10100 | 11011100 | 1001111 | 101101 |
Color Harmonies of #1853CB
Complementary color
Monochromatic Colors of #1853CB
Black with #1853CB
Text Example
Text Example
White with #1853CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1853CB; }
p { color: rgb(24,83,203); }
H1.HeaderClassName
{
color: #1853CB;
}
.AnyTagClassName
{
color: #1853CB;
}
</style>
background-color css
<style>
a { background-color: #1853CB; }
a { background-color: rgb(24,83,203); }
div.DivClassName
{
background-color: #1853CB;
}
.BgClassName
{
background-color: #1853CB;
}
</style>
border-color css
<style>
span { border-color: #1853CB; }
span { border-color: rgb(24,83,203); }
td.TdClassName
{
border-color: #1853CB;
}
.TagClassName
{
border-color: #1853CB;
}
</style>