Shades of Denim #1256BA
Tints of Denim #1256BA
RGB
CMYK
RGB Variations
Color information
#1256BA (or 0x1256BA) is known color: Denim. HEX triplet: 12, 56 and BA. RGB value is (18,86,186). Sum of RGB (Red+Green+Blue) = 18+86+186=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #1256BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256BA is #EDA945. Grayscale: #4C4C4C. Windows color (decimal): -15575366 or 12211730. OLE color: 12211730.
HSL color Cylindrical-coordinate representation of color #1256BA: hue angle of 215.71º 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 #1256BA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 86 | 186 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.27 |
| HSL | 215.71º | 0.82% | 0.4% | - |
| HSV(B) | 215.71º | 0.9% | 0.73% | - |
| XYZ | 12.44 | 10.33 | 47.79 | - |
| YUV | 77.07 | 189.47 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 186 | 0.90 | 0.54 | 0 | 0.27 | 215.71 | 0.82 | 0.4 |
| Hex | 12 | 56 | BA | 5A | 36 | 0 | 1B | D8 | 52 | 28 |
| Octal | 22 | 126 | 272 | 132 | 66 | 0 | 33 | 330 | 122 | 50 |
| Binary | 10010 | 1010110 | 10111010 | 1011010 | 110110 | 0 | 11011 | 11011000 | 1010010 | 101000 |
Color Harmonies of #1256BA
Complementary color
Monochromatic Colors of #1256BA
Black with #1256BA
Text Example
Text Example
White with #1256BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256BA; }
p { color: rgb(18,86,186); }
H1.HeaderClassName
{
color: #1256BA;
}
.AnyTagClassName
{
color: #1256BA;
}
</style>
background-color css
<style>
a { background-color: #1256BA; }
a { background-color: rgb(18,86,186); }
div.DivClassName
{
background-color: #1256BA;
}
.BgClassName
{
background-color: #1256BA;
}
</style>
border-color css
<style>
span { border-color: #1256BA; }
span { border-color: rgb(18,86,186); }
td.TdClassName
{
border-color: #1256BA;
}
.TagClassName
{
border-color: #1256BA;
}
</style>