Shades of Denim #185AB1
Tints of Denim #185AB1
RGB
CMYK
RGB Variations
Color information
#185AB1 (or 0x185AB1) is known color: Denim. HEX triplet: 18, 5A and B1. RGB value is (24,90,177). Sum of RGB (Red+Green+Blue) = 24+90+177=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #185AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185AB1 is #E7A54E. Grayscale: #4F4F4F. Windows color (decimal): -15181135 or 11622936. OLE color: 11622936.
HSL color Cylindrical-coordinate representation of color #185AB1: hue angle of 214.12º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185AB1 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 90 | 177 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.31 |
| HSL | 214.12º | 0.76% | 0.39% | - |
| HSV(B) | 214.12º | 0.86% | 0.69% | - |
| XYZ | 11.97 | 10.68 | 43.03 | - |
| YUV | 80.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 177 | 0.86 | 0.49 | 0 | 0.31 | 214.12 | 0.76 | 0.39 |
| Hex | 18 | 5A | B1 | 56 | 31 | 0 | 1F | D6 | 4C | 27 |
| Octal | 30 | 132 | 261 | 126 | 61 | 0 | 37 | 326 | 114 | 47 |
| Binary | 11000 | 1011010 | 10110001 | 1010110 | 110001 | 0 | 11111 | 11010110 | 1001100 | 100111 |
Color Harmonies of #185AB1
Complementary color
Monochromatic Colors of #185AB1
Black with #185AB1
Text Example
Text Example
White with #185AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AB1; }
p { color: rgb(24,90,177); }
H1.HeaderClassName
{
color: #185AB1;
}
.AnyTagClassName
{
color: #185AB1;
}
</style>
background-color css
<style>
a { background-color: #185AB1; }
a { background-color: rgb(24,90,177); }
div.DivClassName
{
background-color: #185AB1;
}
.BgClassName
{
background-color: #185AB1;
}
</style>
border-color css
<style>
span { border-color: #185AB1; }
span { border-color: rgb(24,90,177); }
td.TdClassName
{
border-color: #185AB1;
}
.TagClassName
{
border-color: #185AB1;
}
</style>