Shades of Denim #185BD5
Tints of Denim #185BD5
RGB
CMYK
RGB Variations
Color information
#185BD5 (or 0x185BD5) is known color: Denim. HEX triplet: 18, 5B and D5. RGB value is (24,91,213). Sum of RGB (Red+Green+Blue) = 24+91+213=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 213 (83.59% from 255 or 64.94% from 328); Max value from RGB is 213 - color contains mainly: blue. Hex color #185BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BD5 is #E7A42A. Grayscale: #545454. Windows color (decimal): -15180843 or 13982488. OLE color: 13982488.
HSL color Cylindrical-coordinate representation of color #185BD5: hue angle of 218.73º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185BD5 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 91 | 213 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.16 |
| HSL | 218.73º | 0.8% | 0.46% | - |
| HSV(B) | 218.73º | 0.89% | 0.84% | - |
| XYZ | 16.13 | 12.48 | 64.51 | - |
| YUV | 84.88 | 200.3 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 213 | 0.89 | 0.57 | 0 | 0.16 | 218.73 | 0.8 | 0.46 |
| Hex | 18 | 5B | D5 | 59 | 39 | 0 | 10 | DB | 50 | 2E |
| Octal | 30 | 133 | 325 | 131 | 71 | 0 | 20 | 333 | 120 | 56 |
| Binary | 11000 | 1011011 | 11010101 | 1011001 | 111001 | 0 | 10000 | 11011011 | 1010000 | 101110 |
Color Harmonies of #185BD5
Complementary color
Monochromatic Colors of #185BD5
Black with #185BD5
Text Example
Text Example
White with #185BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BD5; }
p { color: rgb(24,91,213); }
H1.HeaderClassName
{
color: #185BD5;
}
.AnyTagClassName
{
color: #185BD5;
}
</style>
background-color css
<style>
a { background-color: #185BD5; }
a { background-color: rgb(24,91,213); }
div.DivClassName
{
background-color: #185BD5;
}
.BgClassName
{
background-color: #185BD5;
}
</style>
border-color css
<style>
span { border-color: #185BD5; }
span { border-color: rgb(24,91,213); }
td.TdClassName
{
border-color: #185BD5;
}
.TagClassName
{
border-color: #185BD5;
}
</style>