Shades of Denim #185DAE
Tints of Denim #185DAE
RGB
CMYK
RGB Variations
Color information
#185DAE (or 0x185DAE) is known color: Denim. HEX triplet: 18, 5D and AE. RGB value is (24,93,174). Sum of RGB (Red+Green+Blue) = 24+93+174=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #185DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185DAE is #E7A251. Grayscale: #515151. Windows color (decimal): -15180370 or 11427096. OLE color: 11427096.
HSL color Cylindrical-coordinate representation of color #185DAE: hue angle of 212.4º 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 #185DAE is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 93 | 174 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.32 |
| HSL | 212.4º | 0.76% | 0.39% | - |
| HSV(B) | 212.4º | 0.86% | 0.68% | - |
| XYZ | 11.93 | 11.08 | 41.55 | - |
| YUV | 81.6 | 180.14 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 174 | 0.86 | 0.47 | 0 | 0.32 | 212.4 | 0.76 | 0.39 |
| Hex | 18 | 5D | AE | 56 | 2F | 0 | 20 | D4 | 4C | 27 |
| Octal | 30 | 135 | 256 | 126 | 57 | 0 | 40 | 324 | 114 | 47 |
| Binary | 11000 | 1011101 | 10101110 | 1010110 | 101111 | 0 | 100000 | 11010100 | 1001100 | 100111 |
Color Harmonies of #185DAE
Complementary color
Monochromatic Colors of #185DAE
Black with #185DAE
Text Example
Text Example
White with #185DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DAE; }
p { color: rgb(24,93,174); }
H1.HeaderClassName
{
color: #185DAE;
}
.AnyTagClassName
{
color: #185DAE;
}
</style>
background-color css
<style>
a { background-color: #185DAE; }
a { background-color: rgb(24,93,174); }
div.DivClassName
{
background-color: #185DAE;
}
.BgClassName
{
background-color: #185DAE;
}
</style>
border-color css
<style>
span { border-color: #185DAE; }
span { border-color: rgb(24,93,174); }
td.TdClassName
{
border-color: #185DAE;
}
.TagClassName
{
border-color: #185DAE;
}
</style>