Shades of Denim #1856AE
Tints of Denim #1856AE
RGB
CMYK
RGB Variations
Color information
#1856AE (or 0x1856AE) is known color: Denim. HEX triplet: 18, 56 and AE. RGB value is (24,86,174). Sum of RGB (Red+Green+Blue) = 24+86+174=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #1856AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1856AE is #E7A951. Grayscale: #4D4D4D. Windows color (decimal): -15182162 or 11425304. OLE color: 11425304.
HSL color Cylindrical-coordinate representation of color #1856AE: hue angle of 215.2º 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 #1856AE is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 86 | 174 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.32 |
| HSL | 215.2º | 0.76% | 0.39% | - |
| HSV(B) | 215.2º | 0.86% | 0.68% | - |
| XYZ | 11.34 | 9.91 | 41.36 | - |
| YUV | 77.49 | 182.46 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 174 | 0.86 | 0.51 | 0 | 0.32 | 215.2 | 0.76 | 0.39 |
| Hex | 18 | 56 | AE | 56 | 33 | 0 | 20 | D7 | 4C | 27 |
| Octal | 30 | 126 | 256 | 126 | 63 | 0 | 40 | 327 | 114 | 47 |
| Binary | 11000 | 1010110 | 10101110 | 1010110 | 110011 | 0 | 100000 | 11010111 | 1001100 | 100111 |
Color Harmonies of #1856AE
Complementary color
Monochromatic Colors of #1856AE
Black with #1856AE
Text Example
Text Example
White with #1856AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1856AE; }
p { color: rgb(24,86,174); }
H1.HeaderClassName
{
color: #1856AE;
}
.AnyTagClassName
{
color: #1856AE;
}
</style>
background-color css
<style>
a { background-color: #1856AE; }
a { background-color: rgb(24,86,174); }
div.DivClassName
{
background-color: #1856AE;
}
.BgClassName
{
background-color: #1856AE;
}
</style>
border-color css
<style>
span { border-color: #1856AE; }
span { border-color: rgb(24,86,174); }
td.TdClassName
{
border-color: #1856AE;
}
.TagClassName
{
border-color: #1856AE;
}
</style>