Shades of Denim #1854AB
Tints of Denim #1854AB
RGB
CMYK
RGB Variations
Color information
#1854AB (or 0x1854AB) is known color: Denim. HEX triplet: 18, 54 and AB. RGB value is (24,84,171). Sum of RGB (Red+Green+Blue) = 24+84+171=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #1854AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1854AB is #E7AB54. Grayscale: #4B4B4B. Windows color (decimal): -15182677 or 11228184. OLE color: 11228184.
HSL color Cylindrical-coordinate representation of color #1854AB: hue angle of 215.51º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1854AB is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 84 | 171 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.33 |
| HSL | 215.51º | 0.75% | 0.38% | - |
| HSV(B) | 215.51º | 0.86% | 0.67% | - |
| XYZ | 10.9 | 9.48 | 39.78 | - |
| YUV | 75.98 | 181.62 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 171 | 0.86 | 0.51 | 0 | 0.33 | 215.51 | 0.75 | 0.38 |
| Hex | 18 | 54 | AB | 56 | 33 | 0 | 21 | D8 | 4B | 26 |
| Octal | 30 | 124 | 253 | 126 | 63 | 0 | 41 | 330 | 113 | 46 |
| Binary | 11000 | 1010100 | 10101011 | 1010110 | 110011 | 0 | 100001 | 11011000 | 1001011 | 100110 |
Color Harmonies of #1854AB
Complementary color
Monochromatic Colors of #1854AB
Black with #1854AB
Text Example
Text Example
White with #1854AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1854AB; }
p { color: rgb(24,84,171); }
H1.HeaderClassName
{
color: #1854AB;
}
.AnyTagClassName
{
color: #1854AB;
}
</style>
background-color css
<style>
a { background-color: #1854AB; }
a { background-color: rgb(24,84,171); }
div.DivClassName
{
background-color: #1854AB;
}
.BgClassName
{
background-color: #1854AB;
}
</style>
border-color css
<style>
span { border-color: #1854AB; }
span { border-color: rgb(24,84,171); }
td.TdClassName
{
border-color: #1854AB;
}
.TagClassName
{
border-color: #1854AB;
}
</style>