Shades of Denim #1256D7
Tints of Denim #1256D7
RGB
CMYK
RGB Variations
Color information
#1256D7 (or 0x1256D7) is known color: Denim. HEX triplet: 12, 56 and D7. RGB value is (18,86,215). Sum of RGB (Red+Green+Blue) = 18+86+215=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 215 (84.38% from 255 or 67.40% from 319); Max value from RGB is 215 - color contains mainly: blue. Hex color #1256D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256D7 is #EDA928. Grayscale: #4F4F4F. Windows color (decimal): -15575337 or 14112274. OLE color: 14112274.
HSL color Cylindrical-coordinate representation of color #1256D7: hue angle of 219.29º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1256D7 is Cyan = 0.92, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 86 | 215 | - |
| CMYK | 0.92 | 0.6 | 0 | 0.16 |
| HSL | 219.29º | 0.85% | 0.46% | - |
| HSV(B) | 219.29º | 0.92% | 0.84% | - |
| XYZ | 15.84 | 11.69 | 65.71 | - |
| YUV | 80.37 | 203.97 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 215 | 0.92 | 0.6 | 0 | 0.16 | 219.29 | 0.85 | 0.46 |
| Hex | 12 | 56 | D7 | 5C | 3C | 0 | 10 | DB | 55 | 2E |
| Octal | 22 | 126 | 327 | 134 | 74 | 0 | 20 | 333 | 125 | 56 |
| Binary | 10010 | 1010110 | 11010111 | 1011100 | 111100 | 0 | 10000 | 11011011 | 1010101 | 101110 |
Color Harmonies of #1256D7
Complementary color
Monochromatic Colors of #1256D7
Black with #1256D7
Text Example
Text Example
White with #1256D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256D7; }
p { color: rgb(18,86,215); }
H1.HeaderClassName
{
color: #1256D7;
}
.AnyTagClassName
{
color: #1256D7;
}
</style>
background-color css
<style>
a { background-color: #1256D7; }
a { background-color: rgb(18,86,215); }
div.DivClassName
{
background-color: #1256D7;
}
.BgClassName
{
background-color: #1256D7;
}
</style>
border-color css
<style>
span { border-color: #1256D7; }
span { border-color: rgb(18,86,215); }
td.TdClassName
{
border-color: #1256D7;
}
.TagClassName
{
border-color: #1256D7;
}
</style>