Shades of Denim #1460CC
Tints of Denim #1460CC
RGB
CMYK
RGB Variations
Color information
#1460CC (or 0x1460CC) is known color: Denim. HEX triplet: 14, 60 and CC. RGB value is (20,96,204). Sum of RGB (Red+Green+Blue) = 20+96+204=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #1460CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1460CC is #EB9F33. Grayscale: #555555. Windows color (decimal): -15441716 or 13393940. OLE color: 13393940.
HSL color Cylindrical-coordinate representation of color #1460CC: hue angle of 215.22º 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 #1460CC is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 96 | 204 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.2 |
| HSL | 215.22º | 0.82% | 0.44% | - |
| HSV(B) | 215.22º | 0.9% | 0.8% | - |
| XYZ | 15.37 | 12.87 | 58.8 | - |
| YUV | 85.59 | 194.82 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 204 | 0.90 | 0.53 | 0 | 0.2 | 215.22 | 0.82 | 0.44 |
| Hex | 14 | 60 | CC | 5A | 35 | 0 | 14 | D7 | 52 | 2C |
| Octal | 24 | 140 | 314 | 132 | 65 | 0 | 24 | 327 | 122 | 54 |
| Binary | 10100 | 1100000 | 11001100 | 1011010 | 110101 | 0 | 10100 | 11010111 | 1010010 | 101100 |
Color Harmonies of #1460CC
Complementary color
Monochromatic Colors of #1460CC
Black with #1460CC
Text Example
Text Example
White with #1460CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1460CC; }
p { color: rgb(20,96,204); }
H1.HeaderClassName
{
color: #1460CC;
}
.AnyTagClassName
{
color: #1460CC;
}
</style>
background-color css
<style>
a { background-color: #1460CC; }
a { background-color: rgb(20,96,204); }
div.DivClassName
{
background-color: #1460CC;
}
.BgClassName
{
background-color: #1460CC;
}
</style>
border-color css
<style>
span { border-color: #1460CC; }
span { border-color: rgb(20,96,204); }
td.TdClassName
{
border-color: #1460CC;
}
.TagClassName
{
border-color: #1460CC;
}
</style>