Shades of Denim #185BAA
Tints of Denim #185BAA
RGB
CMYK
RGB Variations
Color information
#185BAA (or 0x185BAA) is known color: Denim. HEX triplet: 18, 5B and AA. RGB value is (24,91,170). Sum of RGB (Red+Green+Blue) = 24+91+170=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #185BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185BAA is #E7A455. Grayscale: #4F4F4F. Windows color (decimal): -15180886 or 11164440. OLE color: 11164440.
HSL color Cylindrical-coordinate representation of color #185BAA: hue angle of 212.47º 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 #185BAA is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 91 | 170 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.33 |
| HSL | 212.47º | 0.75% | 0.38% | - |
| HSV(B) | 212.47º | 0.86% | 0.67% | - |
| XYZ | 11.37 | 10.58 | 39.47 | - |
| YUV | 79.97 | 178.8 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 170 | 0.86 | 0.46 | 0 | 0.33 | 212.47 | 0.75 | 0.38 |
| Hex | 18 | 5B | AA | 56 | 2E | 0 | 21 | D4 | 4B | 26 |
| Octal | 30 | 133 | 252 | 126 | 56 | 0 | 41 | 324 | 113 | 46 |
| Binary | 11000 | 1011011 | 10101010 | 1010110 | 101110 | 0 | 100001 | 11010100 | 1001011 | 100110 |
Color Harmonies of #185BAA
Complementary color
Monochromatic Colors of #185BAA
Black with #185BAA
Text Example
Text Example
White with #185BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BAA; }
p { color: rgb(24,91,170); }
H1.HeaderClassName
{
color: #185BAA;
}
.AnyTagClassName
{
color: #185BAA;
}
</style>
background-color css
<style>
a { background-color: #185BAA; }
a { background-color: rgb(24,91,170); }
div.DivClassName
{
background-color: #185BAA;
}
.BgClassName
{
background-color: #185BAA;
}
</style>
border-color css
<style>
span { border-color: #185BAA; }
span { border-color: rgb(24,91,170); }
td.TdClassName
{
border-color: #185BAA;
}
.TagClassName
{
border-color: #185BAA;
}
</style>