Shades of Denim #1B60AC
Tints of Denim #1B60AC
RGB
CMYK
RGB Variations
Color information
#1B60AC (or 0x1B60AC) is known color: Denim. HEX triplet: 1B, 60 and AC. RGB value is (27,96,172). Sum of RGB (Red+Green+Blue) = 27+96+172=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B60AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B60AC is #E49F53. Grayscale: #535353. Windows color (decimal): -14982996 or 11296795. OLE color: 11296795.
HSL color Cylindrical-coordinate representation of color #1B60AC: hue angle of 211.45º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B60AC is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 96 | 172 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.33 |
| HSL | 211.45º | 0.73% | 0.39% | - |
| HSV(B) | 211.45º | 0.84% | 0.67% | - |
| XYZ | 12.08 | 11.58 | 40.63 | - |
| YUV | 84.03 | 177.64 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 172 | 0.84 | 0.44 | 0 | 0.33 | 211.45 | 0.73 | 0.39 |
| Hex | 1B | 60 | AC | 54 | 2C | 0 | 21 | D3 | 49 | 27 |
| Octal | 33 | 140 | 254 | 124 | 54 | 0 | 41 | 323 | 111 | 47 |
| Binary | 11011 | 1100000 | 10101100 | 1010100 | 101100 | 0 | 100001 | 11010011 | 1001001 | 100111 |
Color Harmonies of #1B60AC
Complementary color
Monochromatic Colors of #1B60AC
Black with #1B60AC
Text Example
Text Example
White with #1B60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B60AC; }
p { color: rgb(27,96,172); }
H1.HeaderClassName
{
color: #1B60AC;
}
.AnyTagClassName
{
color: #1B60AC;
}
</style>
background-color css
<style>
a { background-color: #1B60AC; }
a { background-color: rgb(27,96,172); }
div.DivClassName
{
background-color: #1B60AC;
}
.BgClassName
{
background-color: #1B60AC;
}
</style>
border-color css
<style>
span { border-color: #1B60AC; }
span { border-color: rgb(27,96,172); }
td.TdClassName
{
border-color: #1B60AC;
}
.TagClassName
{
border-color: #1B60AC;
}
</style>