Shades of Denim #185EAB
Tints of Denim #185EAB
RGB
CMYK
RGB Variations
Color information
#185EAB (or 0x185EAB) is known color: Denim. HEX triplet: 18, 5E and AB. RGB value is (24,94,171). Sum of RGB (Red+Green+Blue) = 24+94+171=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #185EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185EAB is #E7A154. Grayscale: #515151. Windows color (decimal): -15180117 or 11230744. OLE color: 11230744.
HSL color Cylindrical-coordinate representation of color #185EAB: hue angle of 211.43º 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 #185EAB is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 94 | 171 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.33 |
| HSL | 211.43º | 0.75% | 0.38% | - |
| HSV(B) | 211.43º | 0.86% | 0.67% | - |
| XYZ | 11.73 | 11.14 | 40.06 | - |
| YUV | 81.85 | 178.31 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 171 | 0.86 | 0.45 | 0 | 0.33 | 211.43 | 0.75 | 0.38 |
| Hex | 18 | 5E | AB | 56 | 2D | 0 | 21 | D3 | 4B | 26 |
| Octal | 30 | 136 | 253 | 126 | 55 | 0 | 41 | 323 | 113 | 46 |
| Binary | 11000 | 1011110 | 10101011 | 1010110 | 101101 | 0 | 100001 | 11010011 | 1001011 | 100110 |
Color Harmonies of #185EAB
Complementary color
Monochromatic Colors of #185EAB
Black with #185EAB
Text Example
Text Example
White with #185EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185EAB; }
p { color: rgb(24,94,171); }
H1.HeaderClassName
{
color: #185EAB;
}
.AnyTagClassName
{
color: #185EAB;
}
</style>
background-color css
<style>
a { background-color: #185EAB; }
a { background-color: rgb(24,94,171); }
div.DivClassName
{
background-color: #185EAB;
}
.BgClassName
{
background-color: #185EAB;
}
</style>
border-color css
<style>
span { border-color: #185EAB; }
span { border-color: rgb(24,94,171); }
td.TdClassName
{
border-color: #185EAB;
}
.TagClassName
{
border-color: #185EAB;
}
</style>