Shades of Denim #185ED0
Tints of Denim #185ED0
RGB
CMYK
RGB Variations
Color information
#185ED0 (or 0x185ED0) is known color: Denim. HEX triplet: 18, 5E and D0. RGB value is (24,94,208). Sum of RGB (Red+Green+Blue) = 24+94+208=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #185ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ED0 is #E7A12F. Grayscale: #555555. Windows color (decimal): -15180080 or 13655576. OLE color: 13655576.
HSL color Cylindrical-coordinate representation of color #185ED0: hue angle of 217.17º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185ED0 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 94 | 208 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.18 |
| HSL | 217.17º | 0.79% | 0.45% | - |
| HSV(B) | 217.17º | 0.88% | 0.82% | - |
| XYZ | 15.76 | 12.75 | 61.31 | - |
| YUV | 86.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 208 | 0.88 | 0.55 | 0 | 0.18 | 217.17 | 0.79 | 0.45 |
| Hex | 18 | 5E | D0 | 58 | 37 | 0 | 12 | D9 | 4F | 2D |
| Octal | 30 | 136 | 320 | 130 | 67 | 0 | 22 | 331 | 117 | 55 |
| Binary | 11000 | 1011110 | 11010000 | 1011000 | 110111 | 0 | 10010 | 11011001 | 1001111 | 101101 |
Color Harmonies of #185ED0
Complementary color
Monochromatic Colors of #185ED0
Black with #185ED0
Text Example
Text Example
White with #185ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185ED0; }
p { color: rgb(24,94,208); }
H1.HeaderClassName
{
color: #185ED0;
}
.AnyTagClassName
{
color: #185ED0;
}
</style>
background-color css
<style>
a { background-color: #185ED0; }
a { background-color: rgb(24,94,208); }
div.DivClassName
{
background-color: #185ED0;
}
.BgClassName
{
background-color: #185ED0;
}
</style>
border-color css
<style>
span { border-color: #185ED0; }
span { border-color: rgb(24,94,208); }
td.TdClassName
{
border-color: #185ED0;
}
.TagClassName
{
border-color: #185ED0;
}
</style>