Shades of Denim #185CDB
Tints of Denim #185CDB
RGB
CMYK
RGB Variations
Color information
#185CDB (or 0x185CDB) is known color: Denim. HEX triplet: 18, 5C and DB. RGB value is (24,92,219). Sum of RGB (Red+Green+Blue) = 24+92+219=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #185CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CDB is #E7A324. Grayscale: #555555. Windows color (decimal): -15180581 or 14375960. OLE color: 14375960.
HSL color Cylindrical-coordinate representation of color #185CDB: hue angle of 219.08º 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 #185CDB is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 92 | 219 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.14 |
| HSL | 219.08º | 0.8% | 0.48% | - |
| HSV(B) | 219.08º | 0.89% | 0.86% | - |
| XYZ | 16.99 | 12.96 | 68.62 | - |
| YUV | 86.15 | 202.97 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 219 | 0.89 | 0.58 | 0 | 0.14 | 219.08 | 0.8 | 0.48 |
| Hex | 18 | 5C | DB | 59 | 3A | 0 | E | DB | 50 | 30 |
| Octal | 30 | 134 | 333 | 131 | 72 | 0 | 16 | 333 | 120 | 60 |
| Binary | 11000 | 1011100 | 11011011 | 1011001 | 111010 | 0 | 1110 | 11011011 | 1010000 | 110000 |
Color Harmonies of #185CDB
Complementary color
Monochromatic Colors of #185CDB
Black with #185CDB
Text Example
Text Example
White with #185CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CDB; }
p { color: rgb(24,92,219); }
H1.HeaderClassName
{
color: #185CDB;
}
.AnyTagClassName
{
color: #185CDB;
}
</style>
background-color css
<style>
a { background-color: #185CDB; }
a { background-color: rgb(24,92,219); }
div.DivClassName
{
background-color: #185CDB;
}
.BgClassName
{
background-color: #185CDB;
}
</style>
border-color css
<style>
span { border-color: #185CDB; }
span { border-color: rgb(24,92,219); }
td.TdClassName
{
border-color: #185CDB;
}
.TagClassName
{
border-color: #185CDB;
}
</style>