Shades of Denim #1259CC
Tints of Denim #1259CC
RGB
CMYK
RGB Variations
Color information
#1259CC (or 0x1259CC) is known color: Denim. HEX triplet: 12, 59 and CC. RGB value is (18,89,204). Sum of RGB (Red+Green+Blue) = 18+89+204=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #1259CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259CC is #EDA633. Grayscale: #505050. Windows color (decimal): -15574580 or 13392146. OLE color: 13392146.
HSL color Cylindrical-coordinate representation of color #1259CC: hue angle of 217.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1259CC is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 89 | 204 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.2 |
| HSL | 217.1º | 0.84% | 0.44% | - |
| HSV(B) | 217.1º | 0.91% | 0.8% | - |
| XYZ | 14.72 | 11.63 | 58.6 | - |
| YUV | 80.88 | 197.48 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 204 | 0.91 | 0.56 | 0 | 0.2 | 217.1 | 0.84 | 0.44 |
| Hex | 12 | 59 | CC | 5B | 38 | 0 | 14 | D9 | 54 | 2C |
| Octal | 22 | 131 | 314 | 133 | 70 | 0 | 24 | 331 | 124 | 54 |
| Binary | 10010 | 1011001 | 11001100 | 1011011 | 111000 | 0 | 10100 | 11011001 | 1010100 | 101100 |
Color Harmonies of #1259CC
Complementary color
Monochromatic Colors of #1259CC
Black with #1259CC
Text Example
Text Example
White with #1259CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259CC; }
p { color: rgb(18,89,204); }
H1.HeaderClassName
{
color: #1259CC;
}
.AnyTagClassName
{
color: #1259CC;
}
</style>
background-color css
<style>
a { background-color: #1259CC; }
a { background-color: rgb(18,89,204); }
div.DivClassName
{
background-color: #1259CC;
}
.BgClassName
{
background-color: #1259CC;
}
</style>
border-color css
<style>
span { border-color: #1259CC; }
span { border-color: rgb(18,89,204); }
td.TdClassName
{
border-color: #1259CC;
}
.TagClassName
{
border-color: #1259CC;
}
</style>