Shades of Denim #185AD2
Tints of Denim #185AD2
RGB
CMYK
RGB Variations
Color information
#185AD2 (or 0x185AD2) is known color: Denim. HEX triplet: 18, 5A and D2. RGB value is (24,90,210). Sum of RGB (Red+Green+Blue) = 24+90+210=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 210 (82.42% from 255 or 64.81% from 324); Max value from RGB is 210 - color contains mainly: blue. Hex color #185AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185AD2 is #E7A52D. Grayscale: #535353. Windows color (decimal): -15181102 or 13785624. OLE color: 13785624.
HSL color Cylindrical-coordinate representation of color #185AD2: hue angle of 218.71º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185AD2 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 90 | 210 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.18 |
| HSL | 218.71º | 0.79% | 0.46% | - |
| HSV(B) | 218.71º | 0.89% | 0.82% | - |
| XYZ | 15.67 | 12.16 | 62.49 | - |
| YUV | 83.95 | 199.13 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 210 | 0.89 | 0.57 | 0 | 0.18 | 218.71 | 0.79 | 0.46 |
| Hex | 18 | 5A | D2 | 59 | 39 | 0 | 12 | DB | 4F | 2E |
| Octal | 30 | 132 | 322 | 131 | 71 | 0 | 22 | 333 | 117 | 56 |
| Binary | 11000 | 1011010 | 11010010 | 1011001 | 111001 | 0 | 10010 | 11011011 | 1001111 | 101110 |
Color Harmonies of #185AD2
Complementary color
Monochromatic Colors of #185AD2
Black with #185AD2
Text Example
Text Example
White with #185AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AD2; }
p { color: rgb(24,90,210); }
H1.HeaderClassName
{
color: #185AD2;
}
.AnyTagClassName
{
color: #185AD2;
}
</style>
background-color css
<style>
a { background-color: #185AD2; }
a { background-color: rgb(24,90,210); }
div.DivClassName
{
background-color: #185AD2;
}
.BgClassName
{
background-color: #185AD2;
}
</style>
border-color css
<style>
span { border-color: #185AD2; }
span { border-color: rgb(24,90,210); }
td.TdClassName
{
border-color: #185AD2;
}
.TagClassName
{
border-color: #185AD2;
}
</style>