Shades of Denim #185BDE
Tints of Denim #185BDE
RGB
CMYK
RGB Variations
Color information
#185BDE (or 0x185BDE) is known color: Denim. HEX triplet: 18, 5B and DE. RGB value is (24,91,222). Sum of RGB (Red+Green+Blue) = 24+91+222=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #185BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BDE is #E7A421. Grayscale: #555555. Windows color (decimal): -15180834 or 14572312. OLE color: 14572312.
HSL color Cylindrical-coordinate representation of color #185BDE: hue angle of 219.7º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185BDE is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 91 | 222 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.13 |
| HSL | 219.7º | 0.8% | 0.48% | - |
| HSV(B) | 219.7º | 0.89% | 0.87% | - |
| XYZ | 17.3 | 12.95 | 70.69 | - |
| YUV | 85.9 | 204.8 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 222 | 0.89 | 0.59 | 0 | 0.13 | 219.7 | 0.8 | 0.48 |
| Hex | 18 | 5B | DE | 59 | 3B | 0 | D | DC | 50 | 30 |
| Octal | 30 | 133 | 336 | 131 | 73 | 0 | 15 | 334 | 120 | 60 |
| Binary | 11000 | 1011011 | 11011110 | 1011001 | 111011 | 0 | 1101 | 11011100 | 1010000 | 110000 |
Color Harmonies of #185BDE
Complementary color
Monochromatic Colors of #185BDE
Black with #185BDE
Text Example
Text Example
White with #185BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BDE; }
p { color: rgb(24,91,222); }
H1.HeaderClassName
{
color: #185BDE;
}
.AnyTagClassName
{
color: #185BDE;
}
</style>
background-color css
<style>
a { background-color: #185BDE; }
a { background-color: rgb(24,91,222); }
div.DivClassName
{
background-color: #185BDE;
}
.BgClassName
{
background-color: #185BDE;
}
</style>
border-color css
<style>
span { border-color: #185BDE; }
span { border-color: rgb(24,91,222); }
td.TdClassName
{
border-color: #185BDE;
}
.TagClassName
{
border-color: #185BDE;
}
</style>