Shades of Denim #1853CC
Tints of Denim #1853CC
RGB
CMYK
RGB Variations
Color information
#1853CC (or 0x1853CC) is known color: Denim. HEX triplet: 18, 53 and CC. RGB value is (24,83,204). Sum of RGB (Red+Green+Blue) = 24+83+204=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #1853CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853CC is #E7AC33. Grayscale: #4E4E4E. Windows color (decimal): -15182900 or 13390616. OLE color: 13390616.
HSL color Cylindrical-coordinate representation of color #1853CC: hue angle of 220.33º 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 #1853CC is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 83 | 204 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.2 |
| HSL | 220.33º | 0.79% | 0.45% | - |
| HSV(B) | 220.33º | 0.88% | 0.8% | - |
| XYZ | 14.37 | 10.74 | 58.44 | - |
| YUV | 79.15 | 198.45 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 204 | 0.88 | 0.59 | 0 | 0.2 | 220.33 | 0.79 | 0.45 |
| Hex | 18 | 53 | CC | 58 | 3B | 0 | 14 | DC | 4F | 2D |
| Octal | 30 | 123 | 314 | 130 | 73 | 0 | 24 | 334 | 117 | 55 |
| Binary | 11000 | 1010011 | 11001100 | 1011000 | 111011 | 0 | 10100 | 11011100 | 1001111 | 101101 |
Color Harmonies of #1853CC
Complementary color
Monochromatic Colors of #1853CC
Black with #1853CC
Text Example
Text Example
White with #1853CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1853CC; }
p { color: rgb(24,83,204); }
H1.HeaderClassName
{
color: #1853CC;
}
.AnyTagClassName
{
color: #1853CC;
}
</style>
background-color css
<style>
a { background-color: #1853CC; }
a { background-color: rgb(24,83,204); }
div.DivClassName
{
background-color: #1853CC;
}
.BgClassName
{
background-color: #1853CC;
}
</style>
border-color css
<style>
span { border-color: #1853CC; }
span { border-color: rgb(24,83,204); }
td.TdClassName
{
border-color: #1853CC;
}
.TagClassName
{
border-color: #1853CC;
}
</style>