Shades of Denim #1259CB
Tints of Denim #1259CB
RGB
CMYK
RGB Variations
Color information
#1259CB (or 0x1259CB) is known color: Denim. HEX triplet: 12, 59 and CB. RGB value is (18,89,203). Sum of RGB (Red+Green+Blue) = 18+89+203=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #1259CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259CB is #EDA634. Grayscale: #505050. Windows color (decimal): -15574581 or 13326610. OLE color: 13326610.
HSL color Cylindrical-coordinate representation of color #1259CB: hue angle of 216.97º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1259CB is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 89 | 203 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.20 |
| HSL | 216.97º | 0.84% | 0.43% | - |
| HSV(B) | 216.97º | 0.91% | 0.8% | - |
| XYZ | 14.6 | 11.59 | 57.97 | - |
| YUV | 80.77 | 196.98 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 203 | 0.91 | 0.56 | 0 | 0.20 | 216.97 | 0.84 | 0.43 |
| Hex | 12 | 59 | CB | 5B | 38 | 0 | 14 | D9 | 54 | 2B |
| Octal | 22 | 131 | 313 | 133 | 70 | 0 | 24 | 331 | 124 | 53 |
| Binary | 10010 | 1011001 | 11001011 | 1011011 | 111000 | 0 | 10100 | 11011001 | 1010100 | 101011 |
Color Harmonies of #1259CB
Complementary color
Monochromatic Colors of #1259CB
Black with #1259CB
Text Example
Text Example
White with #1259CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259CB; }
p { color: rgb(18,89,203); }
H1.HeaderClassName
{
color: #1259CB;
}
.AnyTagClassName
{
color: #1259CB;
}
</style>
background-color css
<style>
a { background-color: #1259CB; }
a { background-color: rgb(18,89,203); }
div.DivClassName
{
background-color: #1259CB;
}
.BgClassName
{
background-color: #1259CB;
}
</style>
border-color css
<style>
span { border-color: #1259CB; }
span { border-color: rgb(18,89,203); }
td.TdClassName
{
border-color: #1259CB;
}
.TagClassName
{
border-color: #1259CB;
}
</style>