Shades of Denim #185CAA
Tints of Denim #185CAA
RGB
CMYK
RGB Variations
Color information
#185CAA (or 0x185CAA) is known color: Denim. HEX triplet: 18, 5C and AA. RGB value is (24,92,170). Sum of RGB (Red+Green+Blue) = 24+92+170=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #185CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185CAA is #E7A355. Grayscale: #505050. Windows color (decimal): -15180630 or 11164696. OLE color: 11164696.
HSL color Cylindrical-coordinate representation of color #185CAA: hue angle of 212.05º 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 #185CAA is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 92 | 170 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.33 |
| HSL | 212.05º | 0.75% | 0.38% | - |
| HSV(B) | 212.05º | 0.86% | 0.67% | - |
| XYZ | 11.46 | 10.75 | 39.5 | - |
| YUV | 80.56 | 178.47 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 170 | 0.86 | 0.46 | 0 | 0.33 | 212.05 | 0.75 | 0.38 |
| Hex | 18 | 5C | AA | 56 | 2E | 0 | 21 | D4 | 4B | 26 |
| Octal | 30 | 134 | 252 | 126 | 56 | 0 | 41 | 324 | 113 | 46 |
| Binary | 11000 | 1011100 | 10101010 | 1010110 | 101110 | 0 | 100001 | 11010100 | 1001011 | 100110 |
Color Harmonies of #185CAA
Complementary color
Monochromatic Colors of #185CAA
Black with #185CAA
Text Example
Text Example
White with #185CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CAA; }
p { color: rgb(24,92,170); }
H1.HeaderClassName
{
color: #185CAA;
}
.AnyTagClassName
{
color: #185CAA;
}
</style>
background-color css
<style>
a { background-color: #185CAA; }
a { background-color: rgb(24,92,170); }
div.DivClassName
{
background-color: #185CAA;
}
.BgClassName
{
background-color: #185CAA;
}
</style>
border-color css
<style>
span { border-color: #185CAA; }
span { border-color: rgb(24,92,170); }
td.TdClassName
{
border-color: #185CAA;
}
.TagClassName
{
border-color: #185CAA;
}
</style>