Shades of Denim #1572BA
Tints of Denim #1572BA
RGB
CMYK
RGB Variations
Color information
#1572BA (or 0x1572BA) is known color: Denim. HEX triplet: 15, 72 and BA. RGB value is (21,114,186). Sum of RGB (Red+Green+Blue) = 21+114+186=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #1572BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572BA is #EA8D45. Grayscale: #5E5E5E. Windows color (decimal): -15371590 or 12218901. OLE color: 12218901.
HSL color Cylindrical-coordinate representation of color #1572BA: hue angle of 206.18º 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 #1572BA is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 114 | 186 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.27 |
| HSL | 206.18º | 0.8% | 0.41% | - |
| HSV(B) | 206.18º | 0.89% | 0.73% | - |
| XYZ | 15.19 | 15.74 | 48.69 | - |
| YUV | 94.4 | 179.69 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 186 | 0.89 | 0.39 | 0 | 0.27 | 206.18 | 0.8 | 0.41 |
| Hex | 15 | 72 | BA | 59 | 27 | 0 | 1B | CE | 50 | 29 |
| Octal | 25 | 162 | 272 | 131 | 47 | 0 | 33 | 316 | 120 | 51 |
| Binary | 10101 | 1110010 | 10111010 | 1011001 | 100111 | 0 | 11011 | 11001110 | 1010000 | 101001 |
Color Harmonies of #1572BA
Complementary color
Monochromatic Colors of #1572BA
Black with #1572BA
Text Example
Text Example
White with #1572BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572BA; }
p { color: rgb(21,114,186); }
H1.HeaderClassName
{
color: #1572BA;
}
.AnyTagClassName
{
color: #1572BA;
}
</style>
background-color css
<style>
a { background-color: #1572BA; }
a { background-color: rgb(21,114,186); }
div.DivClassName
{
background-color: #1572BA;
}
.BgClassName
{
background-color: #1572BA;
}
</style>
border-color css
<style>
span { border-color: #1572BA; }
span { border-color: rgb(21,114,186); }
td.TdClassName
{
border-color: #1572BA;
}
.TagClassName
{
border-color: #1572BA;
}
</style>