Shades of Denim #1471CA
Tints of Denim #1471CA
RGB
CMYK
RGB Variations
Color information
#1471CA (or 0x1471CA) is known color: Denim. HEX triplet: 14, 71 and CA. RGB value is (20,113,202). Sum of RGB (Red+Green+Blue) = 20+113+202=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #1471CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471CA is #EB8E35. Grayscale: #5E5E5E. Windows color (decimal): -15437366 or 13267220. OLE color: 13267220.
HSL color Cylindrical-coordinate representation of color #1471CA: hue angle of 209.34º 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 #1471CA is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 113 | 202 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.21 |
| HSL | 209.34º | 0.82% | 0.44% | - |
| HSV(B) | 209.34º | 0.9% | 0.79% | - |
| XYZ | 16.85 | 16.22 | 58.12 | - |
| YUV | 95.34 | 188.19 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 202 | 0.90 | 0.44 | 0 | 0.21 | 209.34 | 0.82 | 0.44 |
| Hex | 14 | 71 | CA | 5A | 2C | 0 | 15 | D1 | 52 | 2C |
| Octal | 24 | 161 | 312 | 132 | 54 | 0 | 25 | 321 | 122 | 54 |
| Binary | 10100 | 1110001 | 11001010 | 1011010 | 101100 | 0 | 10101 | 11010001 | 1010010 | 101100 |
Color Harmonies of #1471CA
Complementary color
Monochromatic Colors of #1471CA
Black with #1471CA
Text Example
Text Example
White with #1471CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471CA; }
p { color: rgb(20,113,202); }
H1.HeaderClassName
{
color: #1471CA;
}
.AnyTagClassName
{
color: #1471CA;
}
</style>
background-color css
<style>
a { background-color: #1471CA; }
a { background-color: rgb(20,113,202); }
div.DivClassName
{
background-color: #1471CA;
}
.BgClassName
{
background-color: #1471CA;
}
</style>
border-color css
<style>
span { border-color: #1471CA; }
span { border-color: rgb(20,113,202); }
td.TdClassName
{
border-color: #1471CA;
}
.TagClassName
{
border-color: #1471CA;
}
</style>