Shades of Denim #1256B2
Tints of Denim #1256B2
RGB
CMYK
RGB Variations
Color information
#1256B2 (or 0x1256B2) is known color: Denim. HEX triplet: 12, 56 and B2. RGB value is (18,86,178). Sum of RGB (Red+Green+Blue) = 18+86+178=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 178 (69.92% from 255 or 63.12% from 282); Max value from RGB is 178 - color contains mainly: blue. Hex color #1256B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1256B2 is #EDA94D. Grayscale: #4B4B4B. Windows color (decimal): -15575374 or 11687442. OLE color: 11687442.
HSL color Cylindrical-coordinate representation of color #1256B2: hue angle of 214.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1256B2 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 86 | 178 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.30 |
| HSL | 214.5º | 0.82% | 0.38% | - |
| HSV(B) | 214.5º | 0.9% | 0.7% | - |
| XYZ | 11.61 | 10 | 43.44 | - |
| YUV | 76.16 | 185.47 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 178 | 0.90 | 0.52 | 0 | 0.30 | 214.5 | 0.82 | 0.38 |
| Hex | 12 | 56 | B2 | 5A | 34 | 0 | 1E | D6 | 52 | 26 |
| Octal | 22 | 126 | 262 | 132 | 64 | 0 | 36 | 326 | 122 | 46 |
| Binary | 10010 | 1010110 | 10110010 | 1011010 | 110100 | 0 | 11110 | 11010110 | 1010010 | 100110 |
Color Harmonies of #1256B2
Complementary color
Monochromatic Colors of #1256B2
Black with #1256B2
Text Example
Text Example
White with #1256B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256B2; }
p { color: rgb(18,86,178); }
H1.HeaderClassName
{
color: #1256B2;
}
.AnyTagClassName
{
color: #1256B2;
}
</style>
background-color css
<style>
a { background-color: #1256B2; }
a { background-color: rgb(18,86,178); }
div.DivClassName
{
background-color: #1256B2;
}
.BgClassName
{
background-color: #1256B2;
}
</style>
border-color css
<style>
span { border-color: #1256B2; }
span { border-color: rgb(18,86,178); }
td.TdClassName
{
border-color: #1256B2;
}
.TagClassName
{
border-color: #1256B2;
}
</style>