Shades of Denim #1256B6
Tints of Denim #1256B6
RGB
CMYK
RGB Variations
Color information
#1256B6 (or 0x1256B6) is known color: Denim. HEX triplet: 12, 56 and B6. RGB value is (18,86,182). Sum of RGB (Red+Green+Blue) = 18+86+182=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 182 (71.48% from 255 or 63.64% from 286); Max value from RGB is 182 - color contains mainly: blue. Hex color #1256B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256B6 is #EDA949. Grayscale: #4C4C4C. Windows color (decimal): -15575370 or 11949586. OLE color: 11949586.
HSL color Cylindrical-coordinate representation of color #1256B6: hue angle of 215.12º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1256B6 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 86 | 182 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.29 |
| HSL | 215.12º | 0.82% | 0.39% | - |
| HSV(B) | 215.12º | 0.9% | 0.71% | - |
| XYZ | 12.02 | 10.16 | 45.58 | - |
| YUV | 76.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 182 | 0.90 | 0.53 | 0 | 0.29 | 215.12 | 0.82 | 0.39 |
| Hex | 12 | 56 | B6 | 5A | 35 | 0 | 1D | D7 | 52 | 27 |
| Octal | 22 | 126 | 266 | 132 | 65 | 0 | 35 | 327 | 122 | 47 |
| Binary | 10010 | 1010110 | 10110110 | 1011010 | 110101 | 0 | 11101 | 11010111 | 1010010 | 100111 |
Color Harmonies of #1256B6
Complementary color
Monochromatic Colors of #1256B6
Black with #1256B6
Text Example
Text Example
White with #1256B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256B6; }
p { color: rgb(18,86,182); }
H1.HeaderClassName
{
color: #1256B6;
}
.AnyTagClassName
{
color: #1256B6;
}
</style>
background-color css
<style>
a { background-color: #1256B6; }
a { background-color: rgb(18,86,182); }
div.DivClassName
{
background-color: #1256B6;
}
.BgClassName
{
background-color: #1256B6;
}
</style>
border-color css
<style>
span { border-color: #1256B6; }
span { border-color: rgb(18,86,182); }
td.TdClassName
{
border-color: #1256B6;
}
.TagClassName
{
border-color: #1256B6;
}
</style>