Shades of Denim #1460CF
Tints of Denim #1460CF
RGB
CMYK
RGB Variations
Color information
#1460CF (or 0x1460CF) is known color: Denim. HEX triplet: 14, 60 and CF. RGB value is (20,96,207). Sum of RGB (Red+Green+Blue) = 20+96+207=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #1460CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1460CF is #EB9F30. Grayscale: #555555. Windows color (decimal): -15441713 or 13590548. OLE color: 13590548.
HSL color Cylindrical-coordinate representation of color #1460CF: hue angle of 215.61º 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 #1460CF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 96 | 207 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.19 |
| HSL | 215.62º | 0.82% | 0.45% | - |
| HSV(B) | 215.62º | 0.9% | 0.81% | - |
| XYZ | 15.73 | 13.02 | 60.72 | - |
| YUV | 85.93 | 196.32 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 207 | 0.90 | 0.54 | 0 | 0.19 | 215.62 | 0.82 | 0.45 |
| Hex | 14 | 60 | CF | 5A | 36 | 0 | 13 | D8 | 52 | 2D |
| Octal | 24 | 140 | 317 | 132 | 66 | 0 | 23 | 330 | 122 | 55 |
| Binary | 10100 | 1100000 | 11001111 | 1011010 | 110110 | 0 | 10011 | 11011000 | 1010010 | 101101 |
Color Harmonies of #1460CF
Complementary color
Monochromatic Colors of #1460CF
Black with #1460CF
Text Example
Text Example
White with #1460CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1460CF; }
p { color: rgb(20,96,207); }
H1.HeaderClassName
{
color: #1460CF;
}
.AnyTagClassName
{
color: #1460CF;
}
</style>
background-color css
<style>
a { background-color: #1460CF; }
a { background-color: rgb(20,96,207); }
div.DivClassName
{
background-color: #1460CF;
}
.BgClassName
{
background-color: #1460CF;
}
</style>
border-color css
<style>
span { border-color: #1460CF; }
span { border-color: rgb(20,96,207); }
td.TdClassName
{
border-color: #1460CF;
}
.TagClassName
{
border-color: #1460CF;
}
</style>