Shades of Denim #1256CA
Tints of Denim #1256CA
RGB
CMYK
RGB Variations
Color information
#1256CA (or 0x1256CA) is known color: Denim. HEX triplet: 12, 56 and CA. RGB value is (18,86,202). Sum of RGB (Red+Green+Blue) = 18+86+202=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #1256CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256CA is #EDA935. Grayscale: #4E4E4E. Windows color (decimal): -15575350 or 13260306. OLE color: 13260306.
HSL color Cylindrical-coordinate representation of color #1256CA: hue angle of 217.83º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1256CA is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 86 | 202 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.21 |
| HSL | 217.83º | 0.84% | 0.43% | - |
| HSV(B) | 217.83º | 0.91% | 0.79% | - |
| XYZ | 14.24 | 11.05 | 57.26 | - |
| YUV | 78.89 | 197.47 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 202 | 0.91 | 0.57 | 0 | 0.21 | 217.83 | 0.84 | 0.43 |
| Hex | 12 | 56 | CA | 5B | 39 | 0 | 15 | DA | 54 | 2B |
| Octal | 22 | 126 | 312 | 133 | 71 | 0 | 25 | 332 | 124 | 53 |
| Binary | 10010 | 1010110 | 11001010 | 1011011 | 111001 | 0 | 10101 | 11011010 | 1010100 | 101011 |
Color Harmonies of #1256CA
Complementary color
Monochromatic Colors of #1256CA
Black with #1256CA
Text Example
Text Example
White with #1256CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256CA; }
p { color: rgb(18,86,202); }
H1.HeaderClassName
{
color: #1256CA;
}
.AnyTagClassName
{
color: #1256CA;
}
</style>
background-color css
<style>
a { background-color: #1256CA; }
a { background-color: rgb(18,86,202); }
div.DivClassName
{
background-color: #1256CA;
}
.BgClassName
{
background-color: #1256CA;
}
</style>
border-color css
<style>
span { border-color: #1256CA; }
span { border-color: rgb(18,86,202); }
td.TdClassName
{
border-color: #1256CA;
}
.TagClassName
{
border-color: #1256CA;
}
</style>