Shades of Denim #185DA8
Tints of Denim #185DA8
RGB
CMYK
RGB Variations
Color information
#185DA8 (or 0x185DA8) is known color: Denim. HEX triplet: 18, 5D and A8. RGB value is (24,93,168). Sum of RGB (Red+Green+Blue) = 24+93+168=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 168 (66.02% from 255 or 58.95% from 285); Max value from RGB is 168 - color contains mainly: blue. Hex color #185DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185DA8 is #E7A257. Grayscale: #505050. Windows color (decimal): -15180376 or 11033880. OLE color: 11033880.
HSL color Cylindrical-coordinate representation of color #185DA8: hue angle of 211.25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185DA8 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 93 | 168 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.34 |
| HSL | 211.25º | 0.75% | 0.38% | - |
| HSV(B) | 211.25º | 0.86% | 0.66% | - |
| XYZ | 11.36 | 10.85 | 38.54 | - |
| YUV | 80.92 | 177.14 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 168 | 0.86 | 0.45 | 0 | 0.34 | 211.25 | 0.75 | 0.38 |
| Hex | 18 | 5D | A8 | 56 | 2D | 0 | 22 | D3 | 4B | 26 |
| Octal | 30 | 135 | 250 | 126 | 55 | 0 | 42 | 323 | 113 | 46 |
| Binary | 11000 | 1011101 | 10101000 | 1010110 | 101101 | 0 | 100010 | 11010011 | 1001011 | 100110 |
Color Harmonies of #185DA8
Complementary color
Monochromatic Colors of #185DA8
Black with #185DA8
Text Example
Text Example
White with #185DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DA8; }
p { color: rgb(24,93,168); }
H1.HeaderClassName
{
color: #185DA8;
}
.AnyTagClassName
{
color: #185DA8;
}
</style>
background-color css
<style>
a { background-color: #185DA8; }
a { background-color: rgb(24,93,168); }
div.DivClassName
{
background-color: #185DA8;
}
.BgClassName
{
background-color: #185DA8;
}
</style>
border-color css
<style>
span { border-color: #185DA8; }
span { border-color: rgb(24,93,168); }
td.TdClassName
{
border-color: #185DA8;
}
.TagClassName
{
border-color: #185DA8;
}
</style>