Shades of Denim #1259CA
Tints of Denim #1259CA
RGB
CMYK
RGB Variations
Color information
#1259CA (or 0x1259CA) is known color: Denim. HEX triplet: 12, 59 and CA. RGB value is (18,89,202). Sum of RGB (Red+Green+Blue) = 18+89+202=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #1259CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259CA is #EDA635. Grayscale: #505050. Windows color (decimal): -15574582 or 13261074. OLE color: 13261074.
HSL color Cylindrical-coordinate representation of color #1259CA: hue angle of 216.85º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1259CA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 89 | 202 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.21 |
| HSL | 216.85º | 0.84% | 0.43% | - |
| HSV(B) | 216.85º | 0.91% | 0.79% | - |
| XYZ | 14.48 | 11.54 | 57.34 | - |
| YUV | 80.65 | 196.48 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 202 | 0.91 | 0.56 | 0 | 0.21 | 216.85 | 0.84 | 0.43 |
| Hex | 12 | 59 | CA | 5B | 38 | 0 | 15 | D9 | 54 | 2B |
| Octal | 22 | 131 | 312 | 133 | 70 | 0 | 25 | 331 | 124 | 53 |
| Binary | 10010 | 1011001 | 11001010 | 1011011 | 111000 | 0 | 10101 | 11011001 | 1010100 | 101011 |
Color Harmonies of #1259CA
Complementary color
Monochromatic Colors of #1259CA
Black with #1259CA
Text Example
Text Example
White with #1259CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259CA; }
p { color: rgb(18,89,202); }
H1.HeaderClassName
{
color: #1259CA;
}
.AnyTagClassName
{
color: #1259CA;
}
</style>
background-color css
<style>
a { background-color: #1259CA; }
a { background-color: rgb(18,89,202); }
div.DivClassName
{
background-color: #1259CA;
}
.BgClassName
{
background-color: #1259CA;
}
</style>
border-color css
<style>
span { border-color: #1259CA; }
span { border-color: rgb(18,89,202); }
td.TdClassName
{
border-color: #1259CA;
}
.TagClassName
{
border-color: #1259CA;
}
</style>