Shades of Denim #1256BF
Tints of Denim #1256BF
RGB
CMYK
RGB Variations
Color information
#1256BF (or 0x1256BF) is known color: Denim. HEX triplet: 12, 56 and BF. RGB value is (18,86,191). Sum of RGB (Red+Green+Blue) = 18+86+191=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #1256BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256BF is #EDA940. Grayscale: #4D4D4D. Windows color (decimal): -15575361 or 12539410. OLE color: 12539410.
HSL color Cylindrical-coordinate representation of color #1256BF: hue angle of 216.42º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1256BF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 86 | 191 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.25 |
| HSL | 216.42º | 0.83% | 0.41% | - |
| HSV(B) | 216.42º | 0.91% | 0.75% | - |
| XYZ | 12.98 | 10.55 | 50.64 | - |
| YUV | 77.64 | 191.97 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 191 | 0.91 | 0.55 | 0 | 0.25 | 216.42 | 0.83 | 0.41 |
| Hex | 12 | 56 | BF | 5B | 37 | 0 | 19 | D8 | 53 | 29 |
| Octal | 22 | 126 | 277 | 133 | 67 | 0 | 31 | 330 | 123 | 51 |
| Binary | 10010 | 1010110 | 10111111 | 1011011 | 110111 | 0 | 11001 | 11011000 | 1010011 | 101001 |
Color Harmonies of #1256BF
Complementary color
Monochromatic Colors of #1256BF
Black with #1256BF
Text Example
Text Example
White with #1256BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256BF; }
p { color: rgb(18,86,191); }
H1.HeaderClassName
{
color: #1256BF;
}
.AnyTagClassName
{
color: #1256BF;
}
</style>
background-color css
<style>
a { background-color: #1256BF; }
a { background-color: rgb(18,86,191); }
div.DivClassName
{
background-color: #1256BF;
}
.BgClassName
{
background-color: #1256BF;
}
</style>
border-color css
<style>
span { border-color: #1256BF; }
span { border-color: rgb(18,86,191); }
td.TdClassName
{
border-color: #1256BF;
}
.TagClassName
{
border-color: #1256BF;
}
</style>