Shades of Denim #185ADD
Tints of Denim #185ADD
RGB
CMYK
RGB Variations
Color information
#185ADD (or 0x185ADD) is known color: Denim. HEX triplet: 18, 5A and DD. RGB value is (24,90,221). Sum of RGB (Red+Green+Blue) = 24+90+221=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #185ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ADD is #E7A522. Grayscale: #545454. Windows color (decimal): -15181091 or 14506520. OLE color: 14506520.
HSL color Cylindrical-coordinate representation of color #185ADD: hue angle of 219.9º 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 #185ADD is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 90 | 221 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.13 |
| HSL | 219.9º | 0.8% | 0.48% | - |
| HSV(B) | 219.9º | 0.89% | 0.87% | - |
| XYZ | 17.08 | 12.73 | 69.96 | - |
| YUV | 85.2 | 204.63 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 221 | 0.89 | 0.59 | 0 | 0.13 | 219.9 | 0.8 | 0.48 |
| Hex | 18 | 5A | DD | 59 | 3B | 0 | D | DC | 50 | 30 |
| Octal | 30 | 132 | 335 | 131 | 73 | 0 | 15 | 334 | 120 | 60 |
| Binary | 11000 | 1011010 | 11011101 | 1011001 | 111011 | 0 | 1101 | 11011100 | 1010000 | 110000 |
Color Harmonies of #185ADD
Complementary color
Monochromatic Colors of #185ADD
Black with #185ADD
Text Example
Text Example
White with #185ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185ADD; }
p { color: rgb(24,90,221); }
H1.HeaderClassName
{
color: #185ADD;
}
.AnyTagClassName
{
color: #185ADD;
}
</style>
background-color css
<style>
a { background-color: #185ADD; }
a { background-color: rgb(24,90,221); }
div.DivClassName
{
background-color: #185ADD;
}
.BgClassName
{
background-color: #185ADD;
}
</style>
border-color css
<style>
span { border-color: #185ADD; }
span { border-color: rgb(24,90,221); }
td.TdClassName
{
border-color: #185ADD;
}
.TagClassName
{
border-color: #185ADD;
}
</style>