Shades of Denim #1855AD
Tints of Denim #1855AD
RGB
CMYK
RGB Variations
Color information
#1855AD (or 0x1855AD) is known color: Denim. HEX triplet: 18, 55 and AD. RGB value is (24,85,173). Sum of RGB (Red+Green+Blue) = 24+85+173=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #1855AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1855AD is #E7AA52. Grayscale: #4C4C4C. Windows color (decimal): -15182419 or 11359512. OLE color: 11359512.
HSL color Cylindrical-coordinate representation of color #1855AD: hue angle of 215.44º 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 #1855AD is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 85 | 173 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.32 |
| HSL | 215.44º | 0.76% | 0.39% | - |
| HSV(B) | 215.44º | 0.86% | 0.68% | - |
| XYZ | 11.17 | 9.71 | 40.82 | - |
| YUV | 76.79 | 182.29 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 173 | 0.86 | 0.51 | 0 | 0.32 | 215.44 | 0.76 | 0.39 |
| Hex | 18 | 55 | AD | 56 | 33 | 0 | 20 | D7 | 4C | 27 |
| Octal | 30 | 125 | 255 | 126 | 63 | 0 | 40 | 327 | 114 | 47 |
| Binary | 11000 | 1010101 | 10101101 | 1010110 | 110011 | 0 | 100000 | 11010111 | 1001100 | 100111 |
Color Harmonies of #1855AD
Complementary color
Monochromatic Colors of #1855AD
Black with #1855AD
Text Example
Text Example
White with #1855AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1855AD; }
p { color: rgb(24,85,173); }
H1.HeaderClassName
{
color: #1855AD;
}
.AnyTagClassName
{
color: #1855AD;
}
</style>
background-color css
<style>
a { background-color: #1855AD; }
a { background-color: rgb(24,85,173); }
div.DivClassName
{
background-color: #1855AD;
}
.BgClassName
{
background-color: #1855AD;
}
</style>
border-color css
<style>
span { border-color: #1855AD; }
span { border-color: rgb(24,85,173); }
td.TdClassName
{
border-color: #1855AD;
}
.TagClassName
{
border-color: #1855AD;
}
</style>