Shades of Denim #1260AB
Tints of Denim #1260AB
RGB
CMYK
RGB Variations
Color information
#1260AB (or 0x1260AB) is known color: Denim. HEX triplet: 12, 60 and AB. RGB value is (18,96,171). Sum of RGB (Red+Green+Blue) = 18+96+171=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #1260AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1260AB is #ED9F54. Grayscale: #505050. Windows color (decimal): -15572821 or 11231250. OLE color: 11231250.
HSL color Cylindrical-coordinate representation of color #1260AB: hue angle of 209.41º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1260AB is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 96 | 171 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.33 |
| HSL | 209.41º | 0.81% | 0.37% | - |
| HSV(B) | 209.41º | 0.89% | 0.67% | - |
| XYZ | 11.78 | 11.43 | 40.11 | - |
| YUV | 81.23 | 178.66 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 171 | 0.89 | 0.44 | 0 | 0.33 | 209.41 | 0.81 | 0.37 |
| Hex | 12 | 60 | AB | 59 | 2C | 0 | 21 | D1 | 51 | 25 |
| Octal | 22 | 140 | 253 | 131 | 54 | 0 | 41 | 321 | 121 | 45 |
| Binary | 10010 | 1100000 | 10101011 | 1011001 | 101100 | 0 | 100001 | 11010001 | 1010001 | 100101 |
Color Harmonies of #1260AB
Complementary color
Monochromatic Colors of #1260AB
Black with #1260AB
Text Example
Text Example
White with #1260AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1260AB; }
p { color: rgb(18,96,171); }
H1.HeaderClassName
{
color: #1260AB;
}
.AnyTagClassName
{
color: #1260AB;
}
</style>
background-color css
<style>
a { background-color: #1260AB; }
a { background-color: rgb(18,96,171); }
div.DivClassName
{
background-color: #1260AB;
}
.BgClassName
{
background-color: #1260AB;
}
</style>
border-color css
<style>
span { border-color: #1260AB; }
span { border-color: rgb(18,96,171); }
td.TdClassName
{
border-color: #1260AB;
}
.TagClassName
{
border-color: #1260AB;
}
</style>