Shades of Denim #1256CB
Tints of Denim #1256CB
RGB
CMYK
RGB Variations
Color information
#1256CB (or 0x1256CB) is known color: Denim. HEX triplet: 12, 56 and CB. RGB value is (18,86,203). Sum of RGB (Red+Green+Blue) = 18+86+203=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #1256CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256CB is #EDA934. Grayscale: #4E4E4E. Windows color (decimal): -15575349 or 13325842. OLE color: 13325842.
HSL color Cylindrical-coordinate representation of color #1256CB: hue angle of 217.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1256CB is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 86 | 203 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.20 |
| HSL | 217.95º | 0.84% | 0.43% | - |
| HSV(B) | 217.95º | 0.91% | 0.8% | - |
| XYZ | 14.36 | 11.1 | 57.88 | - |
| YUV | 79.01 | 197.97 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 203 | 0.91 | 0.58 | 0 | 0.20 | 217.95 | 0.84 | 0.43 |
| Hex | 12 | 56 | CB | 5B | 3A | 0 | 14 | DA | 54 | 2B |
| Octal | 22 | 126 | 313 | 133 | 72 | 0 | 24 | 332 | 124 | 53 |
| Binary | 10010 | 1010110 | 11001011 | 1011011 | 111010 | 0 | 10100 | 11011010 | 1010100 | 101011 |
Color Harmonies of #1256CB
Complementary color
Monochromatic Colors of #1256CB
Black with #1256CB
Text Example
Text Example
White with #1256CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256CB; }
p { color: rgb(18,86,203); }
H1.HeaderClassName
{
color: #1256CB;
}
.AnyTagClassName
{
color: #1256CB;
}
</style>
background-color css
<style>
a { background-color: #1256CB; }
a { background-color: rgb(18,86,203); }
div.DivClassName
{
background-color: #1256CB;
}
.BgClassName
{
background-color: #1256CB;
}
</style>
border-color css
<style>
span { border-color: #1256CB; }
span { border-color: rgb(18,86,203); }
td.TdClassName
{
border-color: #1256CB;
}
.TagClassName
{
border-color: #1256CB;
}
</style>