Shades of Denim #1259AD
Tints of Denim #1259AD
RGB
CMYK
RGB Variations
Color information
#1259AD (or 0x1259AD) is known color: Denim. HEX triplet: 12, 59 and AD. RGB value is (18,89,173). Sum of RGB (Red+Green+Blue) = 18+89+173=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #1259AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1259AD is #EDA652. Grayscale: #4C4C4C. Windows color (decimal): -15574611 or 11360530. OLE color: 11360530.
HSL color Cylindrical-coordinate representation of color #1259AD: hue angle of 212.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1259AD is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 89 | 173 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.32 |
| HSL | 212.52º | 0.81% | 0.37% | - |
| HSV(B) | 212.52º | 0.9% | 0.68% | - |
| XYZ | 11.36 | 10.29 | 40.92 | - |
| YUV | 77.35 | 181.98 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 173 | 0.90 | 0.49 | 0 | 0.32 | 212.52 | 0.81 | 0.37 |
| Hex | 12 | 59 | AD | 5A | 31 | 0 | 20 | D5 | 51 | 25 |
| Octal | 22 | 131 | 255 | 132 | 61 | 0 | 40 | 325 | 121 | 45 |
| Binary | 10010 | 1011001 | 10101101 | 1011010 | 110001 | 0 | 100000 | 11010101 | 1010001 | 100101 |
Color Harmonies of #1259AD
Complementary color
Monochromatic Colors of #1259AD
Black with #1259AD
Text Example
Text Example
White with #1259AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259AD; }
p { color: rgb(18,89,173); }
H1.HeaderClassName
{
color: #1259AD;
}
.AnyTagClassName
{
color: #1259AD;
}
</style>
background-color css
<style>
a { background-color: #1259AD; }
a { background-color: rgb(18,89,173); }
div.DivClassName
{
background-color: #1259AD;
}
.BgClassName
{
background-color: #1259AD;
}
</style>
border-color css
<style>
span { border-color: #1259AD; }
span { border-color: rgb(18,89,173); }
td.TdClassName
{
border-color: #1259AD;
}
.TagClassName
{
border-color: #1259AD;
}
</style>