Shades of Denim #1576BA
Tints of Denim #1576BA
RGB
CMYK
RGB Variations
Color information
#1576BA (or 0x1576BA) is known color: Denim. HEX triplet: 15, 76 and BA. RGB value is (21,118,186). Sum of RGB (Red+Green+Blue) = 21+118+186=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #1576BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576BA is #EA8945. Grayscale: #606060. Windows color (decimal): -15370566 or 12219925. OLE color: 12219925.
HSL color Cylindrical-coordinate representation of color #1576BA: hue angle of 204.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1576BA is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 118 | 186 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.27 |
| HSL | 204.73º | 0.8% | 0.41% | - |
| HSV(B) | 204.73º | 0.89% | 0.73% | - |
| XYZ | 15.65 | 16.66 | 48.85 | - |
| YUV | 96.75 | 178.36 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 186 | 0.89 | 0.37 | 0 | 0.27 | 204.73 | 0.8 | 0.41 |
| Hex | 15 | 76 | BA | 59 | 25 | 0 | 1B | CD | 50 | 29 |
| Octal | 25 | 166 | 272 | 131 | 45 | 0 | 33 | 315 | 120 | 51 |
| Binary | 10101 | 1110110 | 10111010 | 1011001 | 100101 | 0 | 11011 | 11001101 | 1010000 | 101001 |
Color Harmonies of #1576BA
Complementary color
Monochromatic Colors of #1576BA
Black with #1576BA
Text Example
Text Example
White with #1576BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1576BA; }
p { color: rgb(21,118,186); }
H1.HeaderClassName
{
color: #1576BA;
}
.AnyTagClassName
{
color: #1576BA;
}
</style>
background-color css
<style>
a { background-color: #1576BA; }
a { background-color: rgb(21,118,186); }
div.DivClassName
{
background-color: #1576BA;
}
.BgClassName
{
background-color: #1576BA;
}
</style>
border-color css
<style>
span { border-color: #1576BA; }
span { border-color: rgb(21,118,186); }
td.TdClassName
{
border-color: #1576BA;
}
.TagClassName
{
border-color: #1576BA;
}
</style>