Shades of Denim #1259CF
Tints of Denim #1259CF
RGB
CMYK
RGB Variations
Color information
#1259CF (or 0x1259CF) is known color: Denim. HEX triplet: 12, 59 and CF. RGB value is (18,89,207). Sum of RGB (Red+Green+Blue) = 18+89+207=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #1259CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259CF is #EDA630. Grayscale: #505050. Windows color (decimal): -15574577 or 13588754. OLE color: 13588754.
HSL color Cylindrical-coordinate representation of color #1259CF: hue angle of 217.46º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1259CF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 89 | 207 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.19 |
| HSL | 217.46º | 0.84% | 0.44% | - |
| HSV(B) | 217.46º | 0.91% | 0.81% | - |
| XYZ | 15.08 | 11.78 | 60.51 | - |
| YUV | 81.22 | 198.98 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 207 | 0.91 | 0.57 | 0 | 0.19 | 217.46 | 0.84 | 0.44 |
| Hex | 12 | 59 | CF | 5B | 39 | 0 | 13 | D9 | 54 | 2C |
| Octal | 22 | 131 | 317 | 133 | 71 | 0 | 23 | 331 | 124 | 54 |
| Binary | 10010 | 1011001 | 11001111 | 1011011 | 111001 | 0 | 10011 | 11011001 | 1010100 | 101100 |
Color Harmonies of #1259CF
Complementary color
Monochromatic Colors of #1259CF
Black with #1259CF
Text Example
Text Example
White with #1259CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259CF; }
p { color: rgb(18,89,207); }
H1.HeaderClassName
{
color: #1259CF;
}
.AnyTagClassName
{
color: #1259CF;
}
</style>
background-color css
<style>
a { background-color: #1259CF; }
a { background-color: rgb(18,89,207); }
div.DivClassName
{
background-color: #1259CF;
}
.BgClassName
{
background-color: #1259CF;
}
</style>
border-color css
<style>
span { border-color: #1259CF; }
span { border-color: rgb(18,89,207); }
td.TdClassName
{
border-color: #1259CF;
}
.TagClassName
{
border-color: #1259CF;
}
</style>