Shades of Denim #185BAC
Tints of Denim #185BAC
RGB
CMYK
RGB Variations
Color information
#185BAC (or 0x185BAC) is known color: Denim. HEX triplet: 18, 5B and AC. RGB value is (24,91,172). Sum of RGB (Red+Green+Blue) = 24+91+172=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #185BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185BAC is #E7A453. Grayscale: #4F4F4F. Windows color (decimal): -15180884 or 11295512. OLE color: 11295512.
HSL color Cylindrical-coordinate representation of color #185BAC: hue angle of 212.84º 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 #185BAC is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 91 | 172 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.33 |
| HSL | 212.84º | 0.76% | 0.38% | - |
| HSV(B) | 212.84º | 0.86% | 0.67% | - |
| XYZ | 11.56 | 10.65 | 40.48 | - |
| YUV | 80.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 172 | 0.86 | 0.47 | 0 | 0.33 | 212.84 | 0.76 | 0.38 |
| Hex | 18 | 5B | AC | 56 | 2F | 0 | 21 | D5 | 4C | 26 |
| Octal | 30 | 133 | 254 | 126 | 57 | 0 | 41 | 325 | 114 | 46 |
| Binary | 11000 | 1011011 | 10101100 | 1010110 | 101111 | 0 | 100001 | 11010101 | 1001100 | 100110 |
Color Harmonies of #185BAC
Complementary color
Monochromatic Colors of #185BAC
Black with #185BAC
Text Example
Text Example
White with #185BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BAC; }
p { color: rgb(24,91,172); }
H1.HeaderClassName
{
color: #185BAC;
}
.AnyTagClassName
{
color: #185BAC;
}
</style>
background-color css
<style>
a { background-color: #185BAC; }
a { background-color: rgb(24,91,172); }
div.DivClassName
{
background-color: #185BAC;
}
.BgClassName
{
background-color: #185BAC;
}
</style>
border-color css
<style>
span { border-color: #185BAC; }
span { border-color: rgb(24,91,172); }
td.TdClassName
{
border-color: #185BAC;
}
.TagClassName
{
border-color: #185BAC;
}
</style>