Shades of Denim #185FDB
Tints of Denim #185FDB
RGB
CMYK
RGB Variations
Color information
#185FDB (or 0x185FDB) is known color: Denim. HEX triplet: 18, 5F and DB. RGB value is (24,95,219). Sum of RGB (Red+Green+Blue) = 24+95+219=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #185FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FDB is #E7A024. Grayscale: #575757. Windows color (decimal): -15179813 or 14376728. OLE color: 14376728.
HSL color Cylindrical-coordinate representation of color #185FDB: hue angle of 218.15º 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 #185FDB is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 95 | 219 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.14 |
| HSL | 218.15º | 0.8% | 0.48% | - |
| HSV(B) | 218.15º | 0.89% | 0.86% | - |
| XYZ | 17.26 | 13.49 | 68.71 | - |
| YUV | 87.91 | 201.98 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 219 | 0.89 | 0.57 | 0 | 0.14 | 218.15 | 0.8 | 0.48 |
| Hex | 18 | 5F | DB | 59 | 39 | 0 | E | DA | 50 | 30 |
| Octal | 30 | 137 | 333 | 131 | 71 | 0 | 16 | 332 | 120 | 60 |
| Binary | 11000 | 1011111 | 11011011 | 1011001 | 111001 | 0 | 1110 | 11011010 | 1010000 | 110000 |
Color Harmonies of #185FDB
Complementary color
Monochromatic Colors of #185FDB
Black with #185FDB
Text Example
Text Example
White with #185FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FDB; }
p { color: rgb(24,95,219); }
H1.HeaderClassName
{
color: #185FDB;
}
.AnyTagClassName
{
color: #185FDB;
}
</style>
background-color css
<style>
a { background-color: #185FDB; }
a { background-color: rgb(24,95,219); }
div.DivClassName
{
background-color: #185FDB;
}
.BgClassName
{
background-color: #185FDB;
}
</style>
border-color css
<style>
span { border-color: #185FDB; }
span { border-color: rgb(24,95,219); }
td.TdClassName
{
border-color: #185FDB;
}
.TagClassName
{
border-color: #185FDB;
}
</style>