Shades of Denim #1259AE
Tints of Denim #1259AE
RGB
CMYK
RGB Variations
Color information
#1259AE (or 0x1259AE) is known color: Denim. HEX triplet: 12, 59 and AE. RGB value is (18,89,174). Sum of RGB (Red+Green+Blue) = 18+89+174=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #1259AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1259AE is #EDA651. Grayscale: #4D4D4D. Windows color (decimal): -15574610 or 11426066. OLE color: 11426066.
HSL color Cylindrical-coordinate representation of color #1259AE: hue angle of 212.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1259AE is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 89 | 174 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.32 |
| HSL | 212.69º | 0.81% | 0.38% | - |
| HSV(B) | 212.69º | 0.9% | 0.68% | - |
| XYZ | 11.46 | 10.33 | 41.43 | - |
| YUV | 77.46 | 182.48 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 174 | 0.90 | 0.49 | 0 | 0.32 | 212.69 | 0.81 | 0.38 |
| Hex | 12 | 59 | AE | 5A | 31 | 0 | 20 | D5 | 51 | 26 |
| Octal | 22 | 131 | 256 | 132 | 61 | 0 | 40 | 325 | 121 | 46 |
| Binary | 10010 | 1011001 | 10101110 | 1011010 | 110001 | 0 | 100000 | 11010101 | 1010001 | 100110 |
Color Harmonies of #1259AE
Complementary color
Monochromatic Colors of #1259AE
Black with #1259AE
Text Example
Text Example
White with #1259AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259AE; }
p { color: rgb(18,89,174); }
H1.HeaderClassName
{
color: #1259AE;
}
.AnyTagClassName
{
color: #1259AE;
}
</style>
background-color css
<style>
a { background-color: #1259AE; }
a { background-color: rgb(18,89,174); }
div.DivClassName
{
background-color: #1259AE;
}
.BgClassName
{
background-color: #1259AE;
}
</style>
border-color css
<style>
span { border-color: #1259AE; }
span { border-color: rgb(18,89,174); }
td.TdClassName
{
border-color: #1259AE;
}
.TagClassName
{
border-color: #1259AE;
}
</style>