Shades of Denim #1256CF
Tints of Denim #1256CF
RGB
CMYK
RGB Variations
Color information
#1256CF (or 0x1256CF) is known color: Denim. HEX triplet: 12, 56 and CF. RGB value is (18,86,207). Sum of RGB (Red+Green+Blue) = 18+86+207=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #1256CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256CF is #EDA930. Grayscale: #4E4E4E. Windows color (decimal): -15575345 or 13587986. OLE color: 13587986.
HSL color Cylindrical-coordinate representation of color #1256CF: hue angle of 218.41º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1256CF is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 86 | 207 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.19 |
| HSL | 218.41º | 0.84% | 0.44% | - |
| HSV(B) | 218.41º | 0.91% | 0.81% | - |
| XYZ | 14.84 | 11.29 | 60.43 | - |
| YUV | 79.46 | 199.97 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 207 | 0.91 | 0.58 | 0 | 0.19 | 218.41 | 0.84 | 0.44 |
| Hex | 12 | 56 | CF | 5B | 3A | 0 | 13 | DA | 54 | 2C |
| Octal | 22 | 126 | 317 | 133 | 72 | 0 | 23 | 332 | 124 | 54 |
| Binary | 10010 | 1010110 | 11001111 | 1011011 | 111010 | 0 | 10011 | 11011010 | 1010100 | 101100 |
Color Harmonies of #1256CF
Complementary color
Monochromatic Colors of #1256CF
Black with #1256CF
Text Example
Text Example
White with #1256CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256CF; }
p { color: rgb(18,86,207); }
H1.HeaderClassName
{
color: #1256CF;
}
.AnyTagClassName
{
color: #1256CF;
}
</style>
background-color css
<style>
a { background-color: #1256CF; }
a { background-color: rgb(18,86,207); }
div.DivClassName
{
background-color: #1256CF;
}
.BgClassName
{
background-color: #1256CF;
}
</style>
border-color css
<style>
span { border-color: #1256CF; }
span { border-color: rgb(18,86,207); }
td.TdClassName
{
border-color: #1256CF;
}
.TagClassName
{
border-color: #1256CF;
}
</style>