Shades of Denim #1472CA
Tints of Denim #1472CA
RGB
CMYK
RGB Variations
Color information
#1472CA (or 0x1472CA) is known color: Denim. HEX triplet: 14, 72 and CA. RGB value is (20,114,202). Sum of RGB (Red+Green+Blue) = 20+114+202=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #1472CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1472CA is #EB8D35. Grayscale: #5F5F5F. Windows color (decimal): -15437110 or 13267476. OLE color: 13267476.
HSL color Cylindrical-coordinate representation of color #1472CA: hue angle of 209.01º 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 #1472CA is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 114 | 202 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.21 |
| HSL | 209.01º | 0.82% | 0.44% | - |
| HSV(B) | 209.01º | 0.9% | 0.79% | - |
| XYZ | 16.97 | 16.45 | 58.16 | - |
| YUV | 95.93 | 187.86 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 202 | 0.90 | 0.44 | 0 | 0.21 | 209.01 | 0.82 | 0.44 |
| Hex | 14 | 72 | CA | 5A | 2C | 0 | 15 | D1 | 52 | 2C |
| Octal | 24 | 162 | 312 | 132 | 54 | 0 | 25 | 321 | 122 | 54 |
| Binary | 10100 | 1110010 | 11001010 | 1011010 | 101100 | 0 | 10101 | 11010001 | 1010010 | 101100 |
Color Harmonies of #1472CA
Complementary color
Monochromatic Colors of #1472CA
Black with #1472CA
Text Example
Text Example
White with #1472CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1472CA; }
p { color: rgb(20,114,202); }
H1.HeaderClassName
{
color: #1472CA;
}
.AnyTagClassName
{
color: #1472CA;
}
</style>
background-color css
<style>
a { background-color: #1472CA; }
a { background-color: rgb(20,114,202); }
div.DivClassName
{
background-color: #1472CA;
}
.BgClassName
{
background-color: #1472CA;
}
</style>
border-color css
<style>
span { border-color: #1472CA; }
span { border-color: rgb(20,114,202); }
td.TdClassName
{
border-color: #1472CA;
}
.TagClassName
{
border-color: #1472CA;
}
</style>