Shades of Denim #185AAF
Tints of Denim #185AAF
RGB
CMYK
RGB Variations
Color information
#185AAF (or 0x185AAF) is known color: Denim. HEX triplet: 18, 5A and AF. RGB value is (24,90,175). Sum of RGB (Red+Green+Blue) = 24+90+175=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #185AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185AAF is #E7A550. Grayscale: #4F4F4F. Windows color (decimal): -15181137 or 11491864. OLE color: 11491864.
HSL color Cylindrical-coordinate representation of color #185AAF: hue angle of 213.77º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185AAF is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 90 | 175 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.31 |
| HSL | 213.77º | 0.76% | 0.39% | - |
| HSV(B) | 213.77º | 0.86% | 0.69% | - |
| XYZ | 11.77 | 10.6 | 41.98 | - |
| YUV | 79.96 | 181.63 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 175 | 0.86 | 0.49 | 0 | 0.31 | 213.77 | 0.76 | 0.39 |
| Hex | 18 | 5A | AF | 56 | 31 | 0 | 1F | D6 | 4C | 27 |
| Octal | 30 | 132 | 257 | 126 | 61 | 0 | 37 | 326 | 114 | 47 |
| Binary | 11000 | 1011010 | 10101111 | 1010110 | 110001 | 0 | 11111 | 11010110 | 1001100 | 100111 |
Color Harmonies of #185AAF
Complementary color
Monochromatic Colors of #185AAF
Black with #185AAF
Text Example
Text Example
White with #185AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AAF; }
p { color: rgb(24,90,175); }
H1.HeaderClassName
{
color: #185AAF;
}
.AnyTagClassName
{
color: #185AAF;
}
</style>
background-color css
<style>
a { background-color: #185AAF; }
a { background-color: rgb(24,90,175); }
div.DivClassName
{
background-color: #185AAF;
}
.BgClassName
{
background-color: #185AAF;
}
</style>
border-color css
<style>
span { border-color: #185AAF; }
span { border-color: rgb(24,90,175); }
td.TdClassName
{
border-color: #185AAF;
}
.TagClassName
{
border-color: #185AAF;
}
</style>