Shades of Denim #1471CB
Tints of Denim #1471CB
RGB
CMYK
RGB Variations
Color information
#1471CB (or 0x1471CB) is known color: Denim. HEX triplet: 14, 71 and CB. RGB value is (20,113,203). Sum of RGB (Red+Green+Blue) = 20+113+203=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #1471CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471CB is #EB8E34. Grayscale: #5F5F5F. Windows color (decimal): -15437365 or 13332756. OLE color: 13332756.
HSL color Cylindrical-coordinate representation of color #1471CB: hue angle of 209.51º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1471CB is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 113 | 203 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.20 |
| HSL | 209.51º | 0.82% | 0.44% | - |
| HSV(B) | 209.51º | 0.9% | 0.8% | - |
| XYZ | 16.97 | 16.27 | 58.75 | - |
| YUV | 95.45 | 188.69 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 203 | 0.90 | 0.44 | 0 | 0.20 | 209.51 | 0.82 | 0.44 |
| Hex | 14 | 71 | CB | 5A | 2C | 0 | 14 | D2 | 52 | 2C |
| Octal | 24 | 161 | 313 | 132 | 54 | 0 | 24 | 322 | 122 | 54 |
| Binary | 10100 | 1110001 | 11001011 | 1011010 | 101100 | 0 | 10100 | 11010010 | 1010010 | 101100 |
Color Harmonies of #1471CB
Complementary color
Monochromatic Colors of #1471CB
Black with #1471CB
Text Example
Text Example
White with #1471CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471CB; }
p { color: rgb(20,113,203); }
H1.HeaderClassName
{
color: #1471CB;
}
.AnyTagClassName
{
color: #1471CB;
}
</style>
background-color css
<style>
a { background-color: #1471CB; }
a { background-color: rgb(20,113,203); }
div.DivClassName
{
background-color: #1471CB;
}
.BgClassName
{
background-color: #1471CB;
}
</style>
border-color css
<style>
span { border-color: #1471CB; }
span { border-color: rgb(20,113,203); }
td.TdClassName
{
border-color: #1471CB;
}
.TagClassName
{
border-color: #1471CB;
}
</style>