Shades of Denim #1456CC
Tints of Denim #1456CC
RGB
CMYK
RGB Variations
Color information
#1456CC (or 0x1456CC) is known color: Denim. HEX triplet: 14, 56 and CC. RGB value is (20,86,204). Sum of RGB (Red+Green+Blue) = 20+86+204=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #1456CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1456CC is #EBA933. Grayscale: #4F4F4F. Windows color (decimal): -15444276 or 13391380. OLE color: 13391380.
HSL color Cylindrical-coordinate representation of color #1456CC: hue angle of 218.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1456CC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 86 | 204 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.2 |
| HSL | 218.48º | 0.82% | 0.44% | - |
| HSV(B) | 218.48º | 0.9% | 0.8% | - |
| XYZ | 14.52 | 11.16 | 58.52 | - |
| YUV | 79.72 | 198.13 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 204 | 0.90 | 0.58 | 0 | 0.2 | 218.48 | 0.82 | 0.44 |
| Hex | 14 | 56 | CC | 5A | 3A | 0 | 14 | DA | 52 | 2C |
| Octal | 24 | 126 | 314 | 132 | 72 | 0 | 24 | 332 | 122 | 54 |
| Binary | 10100 | 1010110 | 11001100 | 1011010 | 111010 | 0 | 10100 | 11011010 | 1010010 | 101100 |
Color Harmonies of #1456CC
Complementary color
Monochromatic Colors of #1456CC
Black with #1456CC
Text Example
Text Example
White with #1456CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1456CC; }
p { color: rgb(20,86,204); }
H1.HeaderClassName
{
color: #1456CC;
}
.AnyTagClassName
{
color: #1456CC;
}
</style>
background-color css
<style>
a { background-color: #1456CC; }
a { background-color: rgb(20,86,204); }
div.DivClassName
{
background-color: #1456CC;
}
.BgClassName
{
background-color: #1456CC;
}
</style>
border-color css
<style>
span { border-color: #1456CC; }
span { border-color: rgb(20,86,204); }
td.TdClassName
{
border-color: #1456CC;
}
.TagClassName
{
border-color: #1456CC;
}
</style>