Shades of Denim #185AAA
Tints of Denim #185AAA
RGB
CMYK
RGB Variations
Color information
#185AAA (or 0x185AAA) is known color: Denim. HEX triplet: 18, 5A and AA. RGB value is (24,90,170). Sum of RGB (Red+Green+Blue) = 24+90+170=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #185AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185AAA is #E7A555. Grayscale: #4F4F4F. Windows color (decimal): -15181142 or 11164184. OLE color: 11164184.
HSL color Cylindrical-coordinate representation of color #185AAA: hue angle of 212.88º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185AAA is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 90 | 170 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.33 |
| HSL | 212.88º | 0.75% | 0.38% | - |
| HSV(B) | 212.88º | 0.86% | 0.67% | - |
| XYZ | 11.29 | 10.41 | 39.44 | - |
| YUV | 79.39 | 179.13 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 170 | 0.86 | 0.47 | 0 | 0.33 | 212.88 | 0.75 | 0.38 |
| Hex | 18 | 5A | AA | 56 | 2F | 0 | 21 | D5 | 4B | 26 |
| Octal | 30 | 132 | 252 | 126 | 57 | 0 | 41 | 325 | 113 | 46 |
| Binary | 11000 | 1011010 | 10101010 | 1010110 | 101111 | 0 | 100001 | 11010101 | 1001011 | 100110 |
Color Harmonies of #185AAA
Complementary color
Monochromatic Colors of #185AAA
Black with #185AAA
Text Example
Text Example
White with #185AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AAA; }
p { color: rgb(24,90,170); }
H1.HeaderClassName
{
color: #185AAA;
}
.AnyTagClassName
{
color: #185AAA;
}
</style>
background-color css
<style>
a { background-color: #185AAA; }
a { background-color: rgb(24,90,170); }
div.DivClassName
{
background-color: #185AAA;
}
.BgClassName
{
background-color: #185AAA;
}
</style>
border-color css
<style>
span { border-color: #185AAA; }
span { border-color: rgb(24,90,170); }
td.TdClassName
{
border-color: #185AAA;
}
.TagClassName
{
border-color: #185AAA;
}
</style>