Shades of Denim #1260A0
Tints of Denim #1260A0
RGB
CMYK
RGB Variations
Color information
#1260A0 (or 0x1260A0) is known color: Denim. HEX triplet: 12, 60 and A0. RGB value is (18,96,160). Sum of RGB (Red+Green+Blue) = 18+96+160=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #1260A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1260A0 is #ED9F5F. Grayscale: #4F4F4F. Windows color (decimal): -15572832 or 10510354. OLE color: 10510354.
HSL color Cylindrical-coordinate representation of color #1260A0: hue angle of 207.04º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1260A0 is Cyan = 0.89, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 96 | 160 | - |
| CMYK | 0.89 | 0.4 | 0 | 0.37 |
| HSL | 207.04º | 0.8% | 0.35% | - |
| HSV(B) | 207.04º | 0.89% | 0.63% | - |
| XYZ | 10.78 | 11.03 | 34.82 | - |
| YUV | 79.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 160 | 0.89 | 0.4 | 0 | 0.37 | 207.04 | 0.8 | 0.35 |
| Hex | 12 | 60 | A0 | 59 | 28 | 0 | 25 | CF | 50 | 23 |
| Octal | 22 | 140 | 240 | 131 | 50 | 0 | 45 | 317 | 120 | 43 |
| Binary | 10010 | 1100000 | 10100000 | 1011001 | 101000 | 0 | 100101 | 11001111 | 1010000 | 100011 |
Color Harmonies of #1260A0
Complementary color
Monochromatic Colors of #1260A0
Black with #1260A0
Text Example
Text Example
White with #1260A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1260A0; }
p { color: rgb(18,96,160); }
H1.HeaderClassName
{
color: #1260A0;
}
.AnyTagClassName
{
color: #1260A0;
}
</style>
background-color css
<style>
a { background-color: #1260A0; }
a { background-color: rgb(18,96,160); }
div.DivClassName
{
background-color: #1260A0;
}
.BgClassName
{
background-color: #1260A0;
}
</style>
border-color css
<style>
span { border-color: #1260A0; }
span { border-color: rgb(18,96,160); }
td.TdClassName
{
border-color: #1260A0;
}
.TagClassName
{
border-color: #1260A0;
}
</style>