Shades of Denim #1471BA
Tints of Denim #1471BA
RGB
CMYK
RGB Variations
Color information
#1471BA (or 0x1471BA) is known color: Denim. HEX triplet: 14, 71 and BA. RGB value is (20,113,186). Sum of RGB (Red+Green+Blue) = 20+113+186=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #1471BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471BA is #EB8E45. Grayscale: #5D5D5D. Windows color (decimal): -15437382 or 12218644. OLE color: 12218644.
HSL color Cylindrical-coordinate representation of color #1471BA: hue angle of 206.39º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1471BA is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 113 | 186 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.27 |
| HSL | 206.39º | 0.81% | 0.4% | - |
| HSV(B) | 206.39º | 0.89% | 0.73% | - |
| XYZ | 15.06 | 15.5 | 48.65 | - |
| YUV | 93.52 | 180.19 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 186 | 0.89 | 0.39 | 0 | 0.27 | 206.39 | 0.81 | 0.4 |
| Hex | 14 | 71 | BA | 59 | 27 | 0 | 1B | CE | 51 | 28 |
| Octal | 24 | 161 | 272 | 131 | 47 | 0 | 33 | 316 | 121 | 50 |
| Binary | 10100 | 1110001 | 10111010 | 1011001 | 100111 | 0 | 11011 | 11001110 | 1010001 | 101000 |
Color Harmonies of #1471BA
Complementary color
Monochromatic Colors of #1471BA
Black with #1471BA
Text Example
Text Example
White with #1471BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471BA; }
p { color: rgb(20,113,186); }
H1.HeaderClassName
{
color: #1471BA;
}
.AnyTagClassName
{
color: #1471BA;
}
</style>
background-color css
<style>
a { background-color: #1471BA; }
a { background-color: rgb(20,113,186); }
div.DivClassName
{
background-color: #1471BA;
}
.BgClassName
{
background-color: #1471BA;
}
</style>
border-color css
<style>
span { border-color: #1471BA; }
span { border-color: rgb(20,113,186); }
td.TdClassName
{
border-color: #1471BA;
}
.TagClassName
{
border-color: #1471BA;
}
</style>