Shades of Denim #1572B1
Tints of Denim #1572B1
RGB
CMYK
RGB Variations
Color information
#1572B1 (or 0x1572B1) is known color: Denim. HEX triplet: 15, 72 and B1. RGB value is (21,114,177). Sum of RGB (Red+Green+Blue) = 21+114+177=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #1572B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1572B1 is #EA8D4E. Grayscale: #5D5D5D. Windows color (decimal): -15371599 or 11629077. OLE color: 11629077.
HSL color Cylindrical-coordinate representation of color #1572B1: hue angle of 204.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1572B1 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 114 | 177 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.31 |
| HSL | 204.23º | 0.79% | 0.39% | - |
| HSV(B) | 204.23º | 0.88% | 0.69% | - |
| XYZ | 14.26 | 15.37 | 43.81 | - |
| YUV | 93.38 | 175.19 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 177 | 0.88 | 0.36 | 0 | 0.31 | 204.23 | 0.79 | 0.39 |
| Hex | 15 | 72 | B1 | 58 | 24 | 0 | 1F | CC | 4F | 27 |
| Octal | 25 | 162 | 261 | 130 | 44 | 0 | 37 | 314 | 117 | 47 |
| Binary | 10101 | 1110010 | 10110001 | 1011000 | 100100 | 0 | 11111 | 11001100 | 1001111 | 100111 |
Color Harmonies of #1572B1
Complementary color
Monochromatic Colors of #1572B1
Black with #1572B1
Text Example
Text Example
White with #1572B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572B1; }
p { color: rgb(21,114,177); }
H1.HeaderClassName
{
color: #1572B1;
}
.AnyTagClassName
{
color: #1572B1;
}
</style>
background-color css
<style>
a { background-color: #1572B1; }
a { background-color: rgb(21,114,177); }
div.DivClassName
{
background-color: #1572B1;
}
.BgClassName
{
background-color: #1572B1;
}
</style>
border-color css
<style>
span { border-color: #1572B1; }
span { border-color: rgb(21,114,177); }
td.TdClassName
{
border-color: #1572B1;
}
.TagClassName
{
border-color: #1572B1;
}
</style>