Shades of Denim #1456CF
Tints of Denim #1456CF
RGB
CMYK
RGB Variations
Color information
#1456CF (or 0x1456CF) is known color: Denim. HEX triplet: 14, 56 and CF. RGB value is (20,86,207). Sum of RGB (Red+Green+Blue) = 20+86+207=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #1456CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1456CF is #EBA930. Grayscale: #4F4F4F. Windows color (decimal): -15444273 or 13587988. OLE color: 13587988.
HSL color Cylindrical-coordinate representation of color #1456CF: hue angle of 218.82º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1456CF is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 86 | 207 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.19 |
| HSL | 218.82º | 0.82% | 0.45% | - |
| HSV(B) | 218.82º | 0.9% | 0.81% | - |
| XYZ | 14.88 | 11.31 | 60.43 | - |
| YUV | 80.06 | 199.63 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 207 | 0.90 | 0.58 | 0 | 0.19 | 218.82 | 0.82 | 0.45 |
| Hex | 14 | 56 | CF | 5A | 3A | 0 | 13 | DB | 52 | 2D |
| Octal | 24 | 126 | 317 | 132 | 72 | 0 | 23 | 333 | 122 | 55 |
| Binary | 10100 | 1010110 | 11001111 | 1011010 | 111010 | 0 | 10011 | 11011011 | 1010010 | 101101 |
Color Harmonies of #1456CF
Complementary color
Monochromatic Colors of #1456CF
Black with #1456CF
Text Example
Text Example
White with #1456CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1456CF; }
p { color: rgb(20,86,207); }
H1.HeaderClassName
{
color: #1456CF;
}
.AnyTagClassName
{
color: #1456CF;
}
</style>
background-color css
<style>
a { background-color: #1456CF; }
a { background-color: rgb(20,86,207); }
div.DivClassName
{
background-color: #1456CF;
}
.BgClassName
{
background-color: #1456CF;
}
</style>
border-color css
<style>
span { border-color: #1456CF; }
span { border-color: rgb(20,86,207); }
td.TdClassName
{
border-color: #1456CF;
}
.TagClassName
{
border-color: #1456CF;
}
</style>