Shades of Denim #185AB4
Tints of Denim #185AB4
RGB
CMYK
RGB Variations
Color information
#185AB4 (or 0x185AB4) is known color: Denim. HEX triplet: 18, 5A and B4. RGB value is (24,90,180). Sum of RGB (Red+Green+Blue) = 24+90+180=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #185AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185AB4 is #E7A54B. Grayscale: #505050. Windows color (decimal): -15181132 or 11819544. OLE color: 11819544.
HSL color Cylindrical-coordinate representation of color #185AB4: hue angle of 214.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185AB4 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 90 | 180 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.29 |
| HSL | 214.62º | 0.76% | 0.4% | - |
| HSV(B) | 214.62º | 0.87% | 0.71% | - |
| XYZ | 12.27 | 10.8 | 44.62 | - |
| YUV | 80.53 | 184.13 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 180 | 0.87 | 0.50 | 0 | 0.29 | 214.62 | 0.76 | 0.4 |
| Hex | 18 | 5A | B4 | 57 | 32 | 0 | 1D | D7 | 4C | 28 |
| Octal | 30 | 132 | 264 | 127 | 62 | 0 | 35 | 327 | 114 | 50 |
| Binary | 11000 | 1011010 | 10110100 | 1010111 | 110010 | 0 | 11101 | 11010111 | 1001100 | 101000 |
Color Harmonies of #185AB4
Complementary color
Monochromatic Colors of #185AB4
Black with #185AB4
Text Example
Text Example
White with #185AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AB4; }
p { color: rgb(24,90,180); }
H1.HeaderClassName
{
color: #185AB4;
}
.AnyTagClassName
{
color: #185AB4;
}
</style>
background-color css
<style>
a { background-color: #185AB4; }
a { background-color: rgb(24,90,180); }
div.DivClassName
{
background-color: #185AB4;
}
.BgClassName
{
background-color: #185AB4;
}
</style>
border-color css
<style>
span { border-color: #185AB4; }
span { border-color: rgb(24,90,180); }
td.TdClassName
{
border-color: #185AB4;
}
.TagClassName
{
border-color: #185AB4;
}
</style>