Shades of Denim #1259BA
Tints of Denim #1259BA
RGB
CMYK
RGB Variations
Color information
#1259BA (or 0x1259BA) is known color: Denim. HEX triplet: 12, 59 and BA. RGB value is (18,89,186). Sum of RGB (Red+Green+Blue) = 18+89+186=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #1259BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259BA is #EDA645. Grayscale: #4E4E4E. Windows color (decimal): -15574598 or 12212498. OLE color: 12212498.
HSL color Cylindrical-coordinate representation of color #1259BA: hue angle of 214.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1259BA is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 89 | 186 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.27 |
| HSL | 214.64º | 0.82% | 0.4% | - |
| HSV(B) | 214.64º | 0.9% | 0.73% | - |
| XYZ | 12.68 | 10.82 | 47.87 | - |
| YUV | 78.83 | 188.48 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 186 | 0.90 | 0.52 | 0 | 0.27 | 214.64 | 0.82 | 0.4 |
| Hex | 12 | 59 | BA | 5A | 34 | 0 | 1B | D7 | 52 | 28 |
| Octal | 22 | 131 | 272 | 132 | 64 | 0 | 33 | 327 | 122 | 50 |
| Binary | 10010 | 1011001 | 10111010 | 1011010 | 110100 | 0 | 11011 | 11010111 | 1010010 | 101000 |
Color Harmonies of #1259BA
Complementary color
Monochromatic Colors of #1259BA
Black with #1259BA
Text Example
Text Example
White with #1259BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259BA; }
p { color: rgb(18,89,186); }
H1.HeaderClassName
{
color: #1259BA;
}
.AnyTagClassName
{
color: #1259BA;
}
</style>
background-color css
<style>
a { background-color: #1259BA; }
a { background-color: rgb(18,89,186); }
div.DivClassName
{
background-color: #1259BA;
}
.BgClassName
{
background-color: #1259BA;
}
</style>
border-color css
<style>
span { border-color: #1259BA; }
span { border-color: rgb(18,89,186); }
td.TdClassName
{
border-color: #1259BA;
}
.TagClassName
{
border-color: #1259BA;
}
</style>