Shades of Denim #185FAB
Tints of Denim #185FAB
RGB
CMYK
RGB Variations
Color information
#185FAB (or 0x185FAB) is known color: Denim. HEX triplet: 18, 5F and AB. RGB value is (24,95,171). Sum of RGB (Red+Green+Blue) = 24+95+171=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #185FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185FAB is #E7A054. Grayscale: #525252. Windows color (decimal): -15179861 or 11231000. OLE color: 11231000.
HSL color Cylindrical-coordinate representation of color #185FAB: hue angle of 211.02º 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 #185FAB is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 95 | 171 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.33 |
| HSL | 211.02º | 0.75% | 0.38% | - |
| HSV(B) | 211.02º | 0.86% | 0.67% | - |
| XYZ | 11.82 | 11.32 | 40.09 | - |
| YUV | 82.44 | 177.98 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 171 | 0.86 | 0.44 | 0 | 0.33 | 211.02 | 0.75 | 0.38 |
| Hex | 18 | 5F | AB | 56 | 2C | 0 | 21 | D3 | 4B | 26 |
| Octal | 30 | 137 | 253 | 126 | 54 | 0 | 41 | 323 | 113 | 46 |
| Binary | 11000 | 1011111 | 10101011 | 1010110 | 101100 | 0 | 100001 | 11010011 | 1001011 | 100110 |
Color Harmonies of #185FAB
Complementary color
Monochromatic Colors of #185FAB
Black with #185FAB
Text Example
Text Example
White with #185FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FAB; }
p { color: rgb(24,95,171); }
H1.HeaderClassName
{
color: #185FAB;
}
.AnyTagClassName
{
color: #185FAB;
}
</style>
background-color css
<style>
a { background-color: #185FAB; }
a { background-color: rgb(24,95,171); }
div.DivClassName
{
background-color: #185FAB;
}
.BgClassName
{
background-color: #185FAB;
}
</style>
border-color css
<style>
span { border-color: #185FAB; }
span { border-color: rgb(24,95,171); }
td.TdClassName
{
border-color: #185FAB;
}
.TagClassName
{
border-color: #185FAB;
}
</style>