Shades of Denim #1259BB
Tints of Denim #1259BB
RGB
CMYK
RGB Variations
Color information
#1259BB (or 0x1259BB) is known color: Denim. HEX triplet: 12, 59 and BB. RGB value is (18,89,187). Sum of RGB (Red+Green+Blue) = 18+89+187=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #1259BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259BB is #EDA644. Grayscale: #4E4E4E. Windows color (decimal): -15574597 or 12278034. OLE color: 12278034.
HSL color Cylindrical-coordinate representation of color #1259BB: hue angle of 214.79º 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 #1259BB is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 89 | 187 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.27 |
| HSL | 214.79º | 0.82% | 0.4% | - |
| HSV(B) | 214.79º | 0.9% | 0.73% | - |
| XYZ | 12.79 | 10.86 | 48.44 | - |
| YUV | 78.94 | 188.98 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 187 | 0.90 | 0.52 | 0 | 0.27 | 214.79 | 0.82 | 0.4 |
| Hex | 12 | 59 | BB | 5A | 34 | 0 | 1B | D7 | 52 | 28 |
| Octal | 22 | 131 | 273 | 132 | 64 | 0 | 33 | 327 | 122 | 50 |
| Binary | 10010 | 1011001 | 10111011 | 1011010 | 110100 | 0 | 11011 | 11010111 | 1010010 | 101000 |
Color Harmonies of #1259BB
Complementary color
Monochromatic Colors of #1259BB
Black with #1259BB
Text Example
Text Example
White with #1259BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259BB; }
p { color: rgb(18,89,187); }
H1.HeaderClassName
{
color: #1259BB;
}
.AnyTagClassName
{
color: #1259BB;
}
</style>
background-color css
<style>
a { background-color: #1259BB; }
a { background-color: rgb(18,89,187); }
div.DivClassName
{
background-color: #1259BB;
}
.BgClassName
{
background-color: #1259BB;
}
</style>
border-color css
<style>
span { border-color: #1259BB; }
span { border-color: rgb(18,89,187); }
td.TdClassName
{
border-color: #1259BB;
}
.TagClassName
{
border-color: #1259BB;
}
</style>