Shades of Denim #185BDB
Tints of Denim #185BDB
RGB
CMYK
RGB Variations
Color information
#185BDB (or 0x185BDB) is known color: Denim. HEX triplet: 18, 5B and DB. RGB value is (24,91,219). Sum of RGB (Red+Green+Blue) = 24+91+219=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #185BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BDB is #E7A424. Grayscale: #545454. Windows color (decimal): -15180837 or 14375704. OLE color: 14375704.
HSL color Cylindrical-coordinate representation of color #185BDB: hue angle of 219.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185BDB is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 91 | 219 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.14 |
| HSL | 219.38º | 0.8% | 0.48% | - |
| HSV(B) | 219.38º | 0.89% | 0.86% | - |
| XYZ | 16.9 | 12.79 | 68.6 | - |
| YUV | 85.56 | 203.3 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 219 | 0.89 | 0.58 | 0 | 0.14 | 219.38 | 0.8 | 0.48 |
| Hex | 18 | 5B | DB | 59 | 3A | 0 | E | DB | 50 | 30 |
| Octal | 30 | 133 | 333 | 131 | 72 | 0 | 16 | 333 | 120 | 60 |
| Binary | 11000 | 1011011 | 11011011 | 1011001 | 111010 | 0 | 1110 | 11011011 | 1010000 | 110000 |
Color Harmonies of #185BDB
Complementary color
Monochromatic Colors of #185BDB
Black with #185BDB
Text Example
Text Example
White with #185BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BDB; }
p { color: rgb(24,91,219); }
H1.HeaderClassName
{
color: #185BDB;
}
.AnyTagClassName
{
color: #185BDB;
}
</style>
background-color css
<style>
a { background-color: #185BDB; }
a { background-color: rgb(24,91,219); }
div.DivClassName
{
background-color: #185BDB;
}
.BgClassName
{
background-color: #185BDB;
}
</style>
border-color css
<style>
span { border-color: #185BDB; }
span { border-color: rgb(24,91,219); }
td.TdClassName
{
border-color: #185BDB;
}
.TagClassName
{
border-color: #185BDB;
}
</style>