Shades of Denim #185ECB
Tints of Denim #185ECB
RGB
CMYK
RGB Variations
Color information
#185ECB (or 0x185ECB) is known color: Denim. HEX triplet: 18, 5E and CB. RGB value is (24,94,203). Sum of RGB (Red+Green+Blue) = 24+94+203=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #185ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ECB is #E7A134. Grayscale: #545454. Windows color (decimal): -15180085 or 13327896. OLE color: 13327896.
HSL color Cylindrical-coordinate representation of color #185ECB: hue angle of 216.54º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185ECB is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 94 | 203 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.20 |
| HSL | 216.54º | 0.79% | 0.45% | - |
| HSV(B) | 216.54º | 0.88% | 0.8% | - |
| XYZ | 15.16 | 12.51 | 58.12 | - |
| YUV | 85.5 | 194.31 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 203 | 0.88 | 0.54 | 0 | 0.20 | 216.54 | 0.79 | 0.45 |
| Hex | 18 | 5E | CB | 58 | 36 | 0 | 14 | D9 | 4F | 2D |
| Octal | 30 | 136 | 313 | 130 | 66 | 0 | 24 | 331 | 117 | 55 |
| Binary | 11000 | 1011110 | 11001011 | 1011000 | 110110 | 0 | 10100 | 11011001 | 1001111 | 101101 |
Color Harmonies of #185ECB
Complementary color
Monochromatic Colors of #185ECB
Black with #185ECB
Text Example
Text Example
White with #185ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185ECB; }
p { color: rgb(24,94,203); }
H1.HeaderClassName
{
color: #185ECB;
}
.AnyTagClassName
{
color: #185ECB;
}
</style>
background-color css
<style>
a { background-color: #185ECB; }
a { background-color: rgb(24,94,203); }
div.DivClassName
{
background-color: #185ECB;
}
.BgClassName
{
background-color: #185ECB;
}
</style>
border-color css
<style>
span { border-color: #185ECB; }
span { border-color: rgb(24,94,203); }
td.TdClassName
{
border-color: #185ECB;
}
.TagClassName
{
border-color: #185ECB;
}
</style>