Shades of Denim #185EAE
Tints of Denim #185EAE
RGB
CMYK
RGB Variations
Color information
#185EAE (or 0x185EAE) is known color: Denim. HEX triplet: 18, 5E and AE. RGB value is (24,94,174). Sum of RGB (Red+Green+Blue) = 24+94+174=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #185EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185EAE is #E7A151. Grayscale: #515151. Windows color (decimal): -15180114 or 11427352. OLE color: 11427352.
HSL color Cylindrical-coordinate representation of color #185EAE: hue angle of 212º 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 #185EAE is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 94 | 174 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.32 |
| HSL | 212º | 0.76% | 0.39% | - |
| HSV(B) | 212º | 0.86% | 0.68% | - |
| XYZ | 12.02 | 11.26 | 41.58 | - |
| YUV | 82.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 174 | 0.86 | 0.46 | 0 | 0.32 | 212 | 0.76 | 0.39 |
| Hex | 18 | 5E | AE | 56 | 2E | 0 | 20 | D4 | 4C | 27 |
| Octal | 30 | 136 | 256 | 126 | 56 | 0 | 40 | 324 | 114 | 47 |
| Binary | 11000 | 1011110 | 10101110 | 1010110 | 101110 | 0 | 100000 | 11010100 | 1001100 | 100111 |
Color Harmonies of #185EAE
Complementary color
Monochromatic Colors of #185EAE
Black with #185EAE
Text Example
Text Example
White with #185EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185EAE; }
p { color: rgb(24,94,174); }
H1.HeaderClassName
{
color: #185EAE;
}
.AnyTagClassName
{
color: #185EAE;
}
</style>
background-color css
<style>
a { background-color: #185EAE; }
a { background-color: rgb(24,94,174); }
div.DivClassName
{
background-color: #185EAE;
}
.BgClassName
{
background-color: #185EAE;
}
</style>
border-color css
<style>
span { border-color: #185EAE; }
span { border-color: rgb(24,94,174); }
td.TdClassName
{
border-color: #185EAE;
}
.TagClassName
{
border-color: #185EAE;
}
</style>