Shades of Denim #185ED6
Tints of Denim #185ED6
RGB
CMYK
RGB Variations
Color information
#185ED6 (or 0x185ED6) is known color: Denim. HEX triplet: 18, 5E and D6. RGB value is (24,94,214). Sum of RGB (Red+Green+Blue) = 24+94+214=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 214 (83.98% from 255 or 64.46% from 332); Max value from RGB is 214 - color contains mainly: blue. Hex color #185ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ED6 is #E7A129. Grayscale: #565656. Windows color (decimal): -15180074 or 14048792. OLE color: 14048792.
HSL color Cylindrical-coordinate representation of color #185ED6: hue angle of 217.89º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185ED6 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 94 | 214 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.16 |
| HSL | 217.89º | 0.8% | 0.47% | - |
| HSV(B) | 217.89º | 0.89% | 0.84% | - |
| XYZ | 16.52 | 13.05 | 65.27 | - |
| YUV | 86.75 | 199.81 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 214 | 0.89 | 0.56 | 0 | 0.16 | 217.89 | 0.8 | 0.47 |
| Hex | 18 | 5E | D6 | 59 | 38 | 0 | 10 | DA | 50 | 2F |
| Octal | 30 | 136 | 326 | 131 | 70 | 0 | 20 | 332 | 120 | 57 |
| Binary | 11000 | 1011110 | 11010110 | 1011001 | 111000 | 0 | 10000 | 11011010 | 1010000 | 101111 |
Color Harmonies of #185ED6
Complementary color
Monochromatic Colors of #185ED6
Black with #185ED6
Text Example
Text Example
White with #185ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185ED6; }
p { color: rgb(24,94,214); }
H1.HeaderClassName
{
color: #185ED6;
}
.AnyTagClassName
{
color: #185ED6;
}
</style>
background-color css
<style>
a { background-color: #185ED6; }
a { background-color: rgb(24,94,214); }
div.DivClassName
{
background-color: #185ED6;
}
.BgClassName
{
background-color: #185ED6;
}
</style>
border-color css
<style>
span { border-color: #185ED6; }
span { border-color: rgb(24,94,214); }
td.TdClassName
{
border-color: #185ED6;
}
.TagClassName
{
border-color: #185ED6;
}
</style>