Shades of Denim #185BA2
Tints of Denim #185BA2
RGB
CMYK
RGB Variations
Color information
#185BA2 (or 0x185BA2) is known color: Denim. HEX triplet: 18, 5B and A2. RGB value is (24,91,162). Sum of RGB (Red+Green+Blue) = 24+91+162=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #185BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185BA2 is #E7A45D. Grayscale: #4E4E4E. Windows color (decimal): -15180894 or 10640152. OLE color: 10640152.
HSL color Cylindrical-coordinate representation of color #185BA2: hue angle of 210.87º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #185BA2 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 91 | 162 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.36 |
| HSL | 210.87º | 0.74% | 0.36% | - |
| HSV(B) | 210.87º | 0.85% | 0.64% | - |
| XYZ | 10.64 | 10.29 | 35.61 | - |
| YUV | 79.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 162 | 0.85 | 0.44 | 0 | 0.36 | 210.87 | 0.74 | 0.36 |
| Hex | 18 | 5B | A2 | 55 | 2C | 0 | 24 | D3 | 4A | 24 |
| Octal | 30 | 133 | 242 | 125 | 54 | 0 | 44 | 323 | 112 | 44 |
| Binary | 11000 | 1011011 | 10100010 | 1010101 | 101100 | 0 | 100100 | 11010011 | 1001010 | 100100 |
Color Harmonies of #185BA2
Complementary color
Monochromatic Colors of #185BA2
Black with #185BA2
Text Example
Text Example
White with #185BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BA2; }
p { color: rgb(24,91,162); }
H1.HeaderClassName
{
color: #185BA2;
}
.AnyTagClassName
{
color: #185BA2;
}
</style>
background-color css
<style>
a { background-color: #185BA2; }
a { background-color: rgb(24,91,162); }
div.DivClassName
{
background-color: #185BA2;
}
.BgClassName
{
background-color: #185BA2;
}
</style>
border-color css
<style>
span { border-color: #185BA2; }
span { border-color: rgb(24,91,162); }
td.TdClassName
{
border-color: #185BA2;
}
.TagClassName
{
border-color: #185BA2;
}
</style>