Shades of Denim #1456D4
Tints of Denim #1456D4
RGB
CMYK
RGB Variations
Color information
#1456D4 (or 0x1456D4) is known color: Denim. HEX triplet: 14, 56 and D4. RGB value is (20,86,212). Sum of RGB (Red+Green+Blue) = 20+86+212=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #1456D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1456D4 is #EBA92B. Grayscale: #505050. Windows color (decimal): -15444268 or 13915668. OLE color: 13915668.
HSL color Cylindrical-coordinate representation of color #1456D4: hue angle of 219.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1456D4 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 86 | 212 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.17 |
| HSL | 219.38º | 0.83% | 0.45% | - |
| HSV(B) | 219.38º | 0.91% | 0.83% | - |
| XYZ | 15.5 | 11.56 | 63.7 | - |
| YUV | 80.63 | 202.13 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 212 | 0.91 | 0.59 | 0 | 0.17 | 219.38 | 0.83 | 0.45 |
| Hex | 14 | 56 | D4 | 5B | 3B | 0 | 11 | DB | 53 | 2D |
| Octal | 24 | 126 | 324 | 133 | 73 | 0 | 21 | 333 | 123 | 55 |
| Binary | 10100 | 1010110 | 11010100 | 1011011 | 111011 | 0 | 10001 | 11011011 | 1010011 | 101101 |
Color Harmonies of #1456D4
Complementary color
Monochromatic Colors of #1456D4
Black with #1456D4
Text Example
Text Example
White with #1456D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1456D4; }
p { color: rgb(20,86,212); }
H1.HeaderClassName
{
color: #1456D4;
}
.AnyTagClassName
{
color: #1456D4;
}
</style>
background-color css
<style>
a { background-color: #1456D4; }
a { background-color: rgb(20,86,212); }
div.DivClassName
{
background-color: #1456D4;
}
.BgClassName
{
background-color: #1456D4;
}
</style>
border-color css
<style>
span { border-color: #1456D4; }
span { border-color: rgb(20,86,212); }
td.TdClassName
{
border-color: #1456D4;
}
.TagClassName
{
border-color: #1456D4;
}
</style>