Shades of Denim #185AAC
Tints of Denim #185AAC
RGB
CMYK
RGB Variations
Color information
#185AAC (or 0x185AAC) is known color: Denim. HEX triplet: 18, 5A and AC. RGB value is (24,90,172). Sum of RGB (Red+Green+Blue) = 24+90+172=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #185AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185AAC is #E7A553. Grayscale: #4F4F4F. Windows color (decimal): -15181140 or 11295256. OLE color: 11295256.
HSL color Cylindrical-coordinate representation of color #185AAC: hue angle of 213.24º degrees, saturation: 0.76, 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 #185AAC is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 90 | 172 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.33 |
| HSL | 213.24º | 0.76% | 0.38% | - |
| HSV(B) | 213.24º | 0.86% | 0.67% | - |
| XYZ | 11.48 | 10.49 | 40.45 | - |
| YUV | 79.61 | 180.13 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 172 | 0.86 | 0.48 | 0 | 0.33 | 213.24 | 0.76 | 0.38 |
| Hex | 18 | 5A | AC | 56 | 30 | 0 | 21 | D5 | 4C | 26 |
| Octal | 30 | 132 | 254 | 126 | 60 | 0 | 41 | 325 | 114 | 46 |
| Binary | 11000 | 1011010 | 10101100 | 1010110 | 110000 | 0 | 100001 | 11010101 | 1001100 | 100110 |
Color Harmonies of #185AAC
Complementary color
Monochromatic Colors of #185AAC
Black with #185AAC
Text Example
Text Example
White with #185AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AAC; }
p { color: rgb(24,90,172); }
H1.HeaderClassName
{
color: #185AAC;
}
.AnyTagClassName
{
color: #185AAC;
}
</style>
background-color css
<style>
a { background-color: #185AAC; }
a { background-color: rgb(24,90,172); }
div.DivClassName
{
background-color: #185AAC;
}
.BgClassName
{
background-color: #185AAC;
}
</style>
border-color css
<style>
span { border-color: #185AAC; }
span { border-color: rgb(24,90,172); }
td.TdClassName
{
border-color: #185AAC;
}
.TagClassName
{
border-color: #185AAC;
}
</style>