Shades of Denim #185ABE
Tints of Denim #185ABE
RGB
CMYK
RGB Variations
Color information
#185ABE (or 0x185ABE) is known color: Denim. HEX triplet: 18, 5A and BE. RGB value is (24,90,190). Sum of RGB (Red+Green+Blue) = 24+90+190=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #185ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185ABE is #E7A541. Grayscale: #515151. Windows color (decimal): -15181122 or 12474904. OLE color: 12474904.
HSL color Cylindrical-coordinate representation of color #185ABE: hue angle of 216.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185ABE is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 90 | 190 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.25 |
| HSL | 216.14º | 0.78% | 0.42% | - |
| HSV(B) | 216.14º | 0.87% | 0.75% | - |
| XYZ | 13.33 | 11.22 | 50.18 | - |
| YUV | 81.67 | 189.13 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 190 | 0.87 | 0.53 | 0 | 0.25 | 216.14 | 0.78 | 0.42 |
| Hex | 18 | 5A | BE | 57 | 35 | 0 | 19 | D8 | 4E | 2A |
| Octal | 30 | 132 | 276 | 127 | 65 | 0 | 31 | 330 | 116 | 52 |
| Binary | 11000 | 1011010 | 10111110 | 1010111 | 110101 | 0 | 11001 | 11011000 | 1001110 | 101010 |
Color Harmonies of #185ABE
Complementary color
Monochromatic Colors of #185ABE
Black with #185ABE
Text Example
Text Example
White with #185ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185ABE; }
p { color: rgb(24,90,190); }
H1.HeaderClassName
{
color: #185ABE;
}
.AnyTagClassName
{
color: #185ABE;
}
</style>
background-color css
<style>
a { background-color: #185ABE; }
a { background-color: rgb(24,90,190); }
div.DivClassName
{
background-color: #185ABE;
}
.BgClassName
{
background-color: #185ABE;
}
</style>
border-color css
<style>
span { border-color: #185ABE; }
span { border-color: rgb(24,90,190); }
td.TdClassName
{
border-color: #185ABE;
}
.TagClassName
{
border-color: #185ABE;
}
</style>