Shades of Denim #1575BC
Tints of Denim #1575BC
RGB
CMYK
RGB Variations
Color information
#1575BC (or 0x1575BC) is known color: Denim. HEX triplet: 15, 75 and BC. RGB value is (21,117,188). Sum of RGB (Red+Green+Blue) = 21+117+188=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #1575BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575BC is #EA8A43. Grayscale: #606060. Windows color (decimal): -15370820 or 12350741. OLE color: 12350741.
HSL color Cylindrical-coordinate representation of color #1575BC: hue angle of 205.51º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1575BC is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 117 | 188 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.26 |
| HSL | 205.51º | 0.8% | 0.41% | - |
| HSV(B) | 205.51º | 0.89% | 0.74% | - |
| XYZ | 15.75 | 16.51 | 49.93 | - |
| YUV | 96.39 | 179.7 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 188 | 0.89 | 0.38 | 0 | 0.26 | 205.51 | 0.8 | 0.41 |
| Hex | 15 | 75 | BC | 59 | 26 | 0 | 1A | CE | 50 | 29 |
| Octal | 25 | 165 | 274 | 131 | 46 | 0 | 32 | 316 | 120 | 51 |
| Binary | 10101 | 1110101 | 10111100 | 1011001 | 100110 | 0 | 11010 | 11001110 | 1010000 | 101001 |
Color Harmonies of #1575BC
Complementary color
Monochromatic Colors of #1575BC
Black with #1575BC
Text Example
Text Example
White with #1575BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1575BC; }
p { color: rgb(21,117,188); }
H1.HeaderClassName
{
color: #1575BC;
}
.AnyTagClassName
{
color: #1575BC;
}
</style>
background-color css
<style>
a { background-color: #1575BC; }
a { background-color: rgb(21,117,188); }
div.DivClassName
{
background-color: #1575BC;
}
.BgClassName
{
background-color: #1575BC;
}
</style>
border-color css
<style>
span { border-color: #1575BC; }
span { border-color: rgb(21,117,188); }
td.TdClassName
{
border-color: #1575BC;
}
.TagClassName
{
border-color: #1575BC;
}
</style>