Shades of Denim #1854AA
Tints of Denim #1854AA
RGB
CMYK
RGB Variations
Color information
#1854AA (or 0x1854AA) is known color: Denim. HEX triplet: 18, 54 and AA. RGB value is (24,84,170). Sum of RGB (Red+Green+Blue) = 24+84+170=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #1854AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1854AA is #E7AB55. Grayscale: #4B4B4B. Windows color (decimal): -15182678 or 11162648. OLE color: 11162648.
HSL color Cylindrical-coordinate representation of color #1854AA: hue angle of 215.34º 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 #1854AA is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 84 | 170 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.33 |
| HSL | 215.34º | 0.75% | 0.38% | - |
| HSV(B) | 215.34º | 0.86% | 0.67% | - |
| XYZ | 10.8 | 9.44 | 39.28 | - |
| YUV | 75.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 170 | 0.86 | 0.51 | 0 | 0.33 | 215.34 | 0.75 | 0.38 |
| Hex | 18 | 54 | AA | 56 | 33 | 0 | 21 | D7 | 4B | 26 |
| Octal | 30 | 124 | 252 | 126 | 63 | 0 | 41 | 327 | 113 | 46 |
| Binary | 11000 | 1010100 | 10101010 | 1010110 | 110011 | 0 | 100001 | 11010111 | 1001011 | 100110 |
Color Harmonies of #1854AA
Complementary color
Monochromatic Colors of #1854AA
Black with #1854AA
Text Example
Text Example
White with #1854AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1854AA; }
p { color: rgb(24,84,170); }
H1.HeaderClassName
{
color: #1854AA;
}
.AnyTagClassName
{
color: #1854AA;
}
</style>
background-color css
<style>
a { background-color: #1854AA; }
a { background-color: rgb(24,84,170); }
div.DivClassName
{
background-color: #1854AA;
}
.BgClassName
{
background-color: #1854AA;
}
</style>
border-color css
<style>
span { border-color: #1854AA; }
span { border-color: rgb(24,84,170); }
td.TdClassName
{
border-color: #1854AA;
}
.TagClassName
{
border-color: #1854AA;
}
</style>