Shades of Denim #1A60AC
Tints of Denim #1A60AC
RGB
CMYK
RGB Variations
Color information
#1A60AC (or 0x1A60AC) is known color: Denim. HEX triplet: 1A, 60 and AC. RGB value is (26,96,172). Sum of RGB (Red+Green+Blue) = 26+96+172=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A60AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A60AC is #E59F53. Grayscale: #535353. Windows color (decimal): -15048532 or 11296794. OLE color: 11296794.
HSL color Cylindrical-coordinate representation of color #1A60AC: hue angle of 211.23º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A60AC is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 96 | 172 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.33 |
| HSL | 211.23º | 0.74% | 0.39% | - |
| HSV(B) | 211.23º | 0.85% | 0.67% | - |
| XYZ | 12.06 | 11.56 | 40.63 | - |
| YUV | 83.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 172 | 0.85 | 0.44 | 0 | 0.33 | 211.23 | 0.74 | 0.39 |
| Hex | 1A | 60 | AC | 55 | 2C | 0 | 21 | D3 | 4A | 27 |
| Octal | 32 | 140 | 254 | 125 | 54 | 0 | 41 | 323 | 112 | 47 |
| Binary | 11010 | 1100000 | 10101100 | 1010101 | 101100 | 0 | 100001 | 11010011 | 1001010 | 100111 |
Color Harmonies of #1A60AC
Complementary color
Monochromatic Colors of #1A60AC
Black with #1A60AC
Text Example
Text Example
White with #1A60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A60AC; }
p { color: rgb(26,96,172); }
H1.HeaderClassName
{
color: #1A60AC;
}
.AnyTagClassName
{
color: #1A60AC;
}
</style>
background-color css
<style>
a { background-color: #1A60AC; }
a { background-color: rgb(26,96,172); }
div.DivClassName
{
background-color: #1A60AC;
}
.BgClassName
{
background-color: #1A60AC;
}
</style>
border-color css
<style>
span { border-color: #1A60AC; }
span { border-color: rgb(26,96,172); }
td.TdClassName
{
border-color: #1A60AC;
}
.TagClassName
{
border-color: #1A60AC;
}
</style>