Shades of Denim #1459CA
Tints of Denim #1459CA
RGB
CMYK
RGB Variations
Color information
#1459CA (or 0x1459CA) is known color: Denim. HEX triplet: 14, 59 and CA. RGB value is (20,89,202). Sum of RGB (Red+Green+Blue) = 20+89+202=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #1459CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1459CA is #EBA635. Grayscale: #505050. Windows color (decimal): -15443510 or 13261076. OLE color: 13261076.
HSL color Cylindrical-coordinate representation of color #1459CA: hue angle of 217.25º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1459CA is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 89 | 202 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.21 |
| HSL | 217.25º | 0.82% | 0.44% | - |
| HSV(B) | 217.25º | 0.9% | 0.79% | - |
| XYZ | 14.52 | 11.56 | 57.34 | - |
| YUV | 81.25 | 196.14 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 202 | 0.90 | 0.56 | 0 | 0.21 | 217.25 | 0.82 | 0.44 |
| Hex | 14 | 59 | CA | 5A | 38 | 0 | 15 | D9 | 52 | 2C |
| Octal | 24 | 131 | 312 | 132 | 70 | 0 | 25 | 331 | 122 | 54 |
| Binary | 10100 | 1011001 | 11001010 | 1011010 | 111000 | 0 | 10101 | 11011001 | 1010010 | 101100 |
Color Harmonies of #1459CA
Complementary color
Monochromatic Colors of #1459CA
Black with #1459CA
Text Example
Text Example
White with #1459CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1459CA; }
p { color: rgb(20,89,202); }
H1.HeaderClassName
{
color: #1459CA;
}
.AnyTagClassName
{
color: #1459CA;
}
</style>
background-color css
<style>
a { background-color: #1459CA; }
a { background-color: rgb(20,89,202); }
div.DivClassName
{
background-color: #1459CA;
}
.BgClassName
{
background-color: #1459CA;
}
</style>
border-color css
<style>
span { border-color: #1459CA; }
span { border-color: rgb(20,89,202); }
td.TdClassName
{
border-color: #1459CA;
}
.TagClassName
{
border-color: #1459CA;
}
</style>