Shades of Denim #1460BD
Tints of Denim #1460BD
RGB
CMYK
RGB Variations
Color information
#1460BD (or 0x1460BD) is known color: Denim. HEX triplet: 14, 60 and BD. RGB value is (20,96,189). Sum of RGB (Red+Green+Blue) = 20+96+189=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #1460BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1460BD is #EB9F42. Grayscale: #535353. Windows color (decimal): -15441731 or 12410900. OLE color: 12410900.
HSL color Cylindrical-coordinate representation of color #1460BD: hue angle of 213.02º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1460BD is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 96 | 189 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.26 |
| HSL | 213.02º | 0.81% | 0.41% | - |
| HSV(B) | 213.02º | 0.89% | 0.74% | - |
| XYZ | 13.66 | 12.19 | 49.78 | - |
| YUV | 83.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 189 | 0.89 | 0.49 | 0 | 0.26 | 213.02 | 0.81 | 0.41 |
| Hex | 14 | 60 | BD | 59 | 31 | 0 | 1A | D5 | 51 | 29 |
| Octal | 24 | 140 | 275 | 131 | 61 | 0 | 32 | 325 | 121 | 51 |
| Binary | 10100 | 1100000 | 10111101 | 1011001 | 110001 | 0 | 11010 | 11010101 | 1010001 | 101001 |
Color Harmonies of #1460BD
Complementary color
Monochromatic Colors of #1460BD
Black with #1460BD
Text Example
Text Example
White with #1460BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1460BD; }
p { color: rgb(20,96,189); }
H1.HeaderClassName
{
color: #1460BD;
}
.AnyTagClassName
{
color: #1460BD;
}
</style>
background-color css
<style>
a { background-color: #1460BD; }
a { background-color: rgb(20,96,189); }
div.DivClassName
{
background-color: #1460BD;
}
.BgClassName
{
background-color: #1460BD;
}
</style>
border-color css
<style>
span { border-color: #1460BD; }
span { border-color: rgb(20,96,189); }
td.TdClassName
{
border-color: #1460BD;
}
.TagClassName
{
border-color: #1460BD;
}
</style>