Shades of Denim #1853AD
Tints of Denim #1853AD
RGB
CMYK
RGB Variations
Color information
#1853AD (or 0x1853AD) is known color: Denim. HEX triplet: 18, 53 and AD. RGB value is (24,83,173). Sum of RGB (Red+Green+Blue) = 24+83+173=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #1853AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1853AD is #E7AC52. Grayscale: #4B4B4B. Windows color (decimal): -15182931 or 11359000. OLE color: 11359000.
HSL color Cylindrical-coordinate representation of color #1853AD: hue angle of 216.24º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1853AD is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 83 | 173 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.32 |
| HSL | 216.24º | 0.76% | 0.39% | - |
| HSV(B) | 216.24º | 0.86% | 0.68% | - |
| XYZ | 11.01 | 9.4 | 40.77 | - |
| YUV | 75.62 | 182.95 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 173 | 0.86 | 0.52 | 0 | 0.32 | 216.24 | 0.76 | 0.39 |
| Hex | 18 | 53 | AD | 56 | 34 | 0 | 20 | D8 | 4C | 27 |
| Octal | 30 | 123 | 255 | 126 | 64 | 0 | 40 | 330 | 114 | 47 |
| Binary | 11000 | 1010011 | 10101101 | 1010110 | 110100 | 0 | 100000 | 11011000 | 1001100 | 100111 |
Color Harmonies of #1853AD
Complementary color
Monochromatic Colors of #1853AD
Black with #1853AD
Text Example
Text Example
White with #1853AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1853AD; }
p { color: rgb(24,83,173); }
H1.HeaderClassName
{
color: #1853AD;
}
.AnyTagClassName
{
color: #1853AD;
}
</style>
background-color css
<style>
a { background-color: #1853AD; }
a { background-color: rgb(24,83,173); }
div.DivClassName
{
background-color: #1853AD;
}
.BgClassName
{
background-color: #1853AD;
}
</style>
border-color css
<style>
span { border-color: #1853AD; }
span { border-color: rgb(24,83,173); }
td.TdClassName
{
border-color: #1853AD;
}
.TagClassName
{
border-color: #1853AD;
}
</style>