Shades of Denim #1856AD
Tints of Denim #1856AD
RGB
CMYK
RGB Variations
Color information
#1856AD (or 0x1856AD) is known color: Denim. HEX triplet: 18, 56 and AD. RGB value is (24,86,173). Sum of RGB (Red+Green+Blue) = 24+86+173=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #1856AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1856AD is #E7A952. Grayscale: #4C4C4C. Windows color (decimal): -15182163 or 11359768. OLE color: 11359768.
HSL color Cylindrical-coordinate representation of color #1856AD: hue angle of 215.03º 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 #1856AD is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 86 | 173 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.32 |
| HSL | 215.03º | 0.76% | 0.39% | - |
| HSV(B) | 215.03º | 0.86% | 0.68% | - |
| XYZ | 11.25 | 9.87 | 40.85 | - |
| YUV | 77.38 | 181.96 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 173 | 0.86 | 0.50 | 0 | 0.32 | 215.03 | 0.76 | 0.39 |
| Hex | 18 | 56 | AD | 56 | 32 | 0 | 20 | D7 | 4C | 27 |
| Octal | 30 | 126 | 255 | 126 | 62 | 0 | 40 | 327 | 114 | 47 |
| Binary | 11000 | 1010110 | 10101101 | 1010110 | 110010 | 0 | 100000 | 11010111 | 1001100 | 100111 |
Color Harmonies of #1856AD
Complementary color
Monochromatic Colors of #1856AD
Black with #1856AD
Text Example
Text Example
White with #1856AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1856AD; }
p { color: rgb(24,86,173); }
H1.HeaderClassName
{
color: #1856AD;
}
.AnyTagClassName
{
color: #1856AD;
}
</style>
background-color css
<style>
a { background-color: #1856AD; }
a { background-color: rgb(24,86,173); }
div.DivClassName
{
background-color: #1856AD;
}
.BgClassName
{
background-color: #1856AD;
}
</style>
border-color css
<style>
span { border-color: #1856AD; }
span { border-color: rgb(24,86,173); }
td.TdClassName
{
border-color: #1856AD;
}
.TagClassName
{
border-color: #1856AD;
}
</style>