Shades of Denim #1460CE
Tints of Denim #1460CE
RGB
CMYK
RGB Variations
Color information
#1460CE (or 0x1460CE) is known color: Denim. HEX triplet: 14, 60 and CE. RGB value is (20,96,206). Sum of RGB (Red+Green+Blue) = 20+96+206=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #1460CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1460CE is #EB9F31. Grayscale: #555555. Windows color (decimal): -15441714 or 13525012. OLE color: 13525012.
HSL color Cylindrical-coordinate representation of color #1460CE: hue angle of 215.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1460CE is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 96 | 206 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.19 |
| HSL | 215.48º | 0.82% | 0.44% | - |
| HSV(B) | 215.48º | 0.9% | 0.81% | - |
| XYZ | 15.61 | 12.97 | 60.07 | - |
| YUV | 85.82 | 195.82 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 206 | 0.90 | 0.53 | 0 | 0.19 | 215.48 | 0.82 | 0.44 |
| Hex | 14 | 60 | CE | 5A | 35 | 0 | 13 | D7 | 52 | 2C |
| Octal | 24 | 140 | 316 | 132 | 65 | 0 | 23 | 327 | 122 | 54 |
| Binary | 10100 | 1100000 | 11001110 | 1011010 | 110101 | 0 | 10011 | 11010111 | 1010010 | 101100 |
Color Harmonies of #1460CE
Complementary color
Monochromatic Colors of #1460CE
Black with #1460CE
Text Example
Text Example
White with #1460CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1460CE; }
p { color: rgb(20,96,206); }
H1.HeaderClassName
{
color: #1460CE;
}
.AnyTagClassName
{
color: #1460CE;
}
</style>
background-color css
<style>
a { background-color: #1460CE; }
a { background-color: rgb(20,96,206); }
div.DivClassName
{
background-color: #1460CE;
}
.BgClassName
{
background-color: #1460CE;
}
</style>
border-color css
<style>
span { border-color: #1460CE; }
span { border-color: rgb(20,96,206); }
td.TdClassName
{
border-color: #1460CE;
}
.TagClassName
{
border-color: #1460CE;
}
</style>