Shades of Denim #1572BF
Tints of Denim #1572BF
RGB
CMYK
RGB Variations
Color information
#1572BF (or 0x1572BF) is known color: Denim. HEX triplet: 15, 72 and BF. RGB value is (21,114,191). Sum of RGB (Red+Green+Blue) = 21+114+191=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #1572BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572BF is #EA8D40. Grayscale: #5E5E5E. Windows color (decimal): -15371585 or 12546581. OLE color: 12546581.
HSL color Cylindrical-coordinate representation of color #1572BF: hue angle of 207.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1572BF is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 114 | 191 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.25 |
| HSL | 207.18º | 0.8% | 0.42% | - |
| HSV(B) | 207.18º | 0.89% | 0.75% | - |
| XYZ | 15.73 | 15.96 | 51.54 | - |
| YUV | 94.97 | 182.19 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 191 | 0.89 | 0.40 | 0 | 0.25 | 207.18 | 0.8 | 0.42 |
| Hex | 15 | 72 | BF | 59 | 28 | 0 | 19 | CF | 50 | 2A |
| Octal | 25 | 162 | 277 | 131 | 50 | 0 | 31 | 317 | 120 | 52 |
| Binary | 10101 | 1110010 | 10111111 | 1011001 | 101000 | 0 | 11001 | 11001111 | 1010000 | 101010 |
Color Harmonies of #1572BF
Complementary color
Monochromatic Colors of #1572BF
Black with #1572BF
Text Example
Text Example
White with #1572BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572BF; }
p { color: rgb(21,114,191); }
H1.HeaderClassName
{
color: #1572BF;
}
.AnyTagClassName
{
color: #1572BF;
}
</style>
background-color css
<style>
a { background-color: #1572BF; }
a { background-color: rgb(21,114,191); }
div.DivClassName
{
background-color: #1572BF;
}
.BgClassName
{
background-color: #1572BF;
}
</style>
border-color css
<style>
span { border-color: #1572BF; }
span { border-color: rgb(21,114,191); }
td.TdClassName
{
border-color: #1572BF;
}
.TagClassName
{
border-color: #1572BF;
}
</style>