Shades of Denim #1575B6
Tints of Denim #1575B6
RGB
CMYK
RGB Variations
Color information
#1575B6 (or 0x1575B6) is known color: Denim. HEX triplet: 15, 75 and B6. RGB value is (21,117,182). Sum of RGB (Red+Green+Blue) = 21+117+182=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 182 (71.48% from 255 or 56.88% from 320); Max value from RGB is 182 - color contains mainly: blue. Hex color #1575B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575B6 is #EA8A49. Grayscale: #5F5F5F. Windows color (decimal): -15370826 or 11957525. OLE color: 11957525.
HSL color Cylindrical-coordinate representation of color #1575B6: hue angle of 204.22º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1575B6 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 117 | 182 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.29 |
| HSL | 204.22º | 0.79% | 0.4% | - |
| HSV(B) | 204.22º | 0.88% | 0.71% | - |
| XYZ | 15.11 | 16.26 | 46.6 | - |
| YUV | 95.71 | 176.7 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 182 | 0.88 | 0.36 | 0 | 0.29 | 204.22 | 0.79 | 0.4 |
| Hex | 15 | 75 | B6 | 58 | 24 | 0 | 1D | CC | 4F | 28 |
| Octal | 25 | 165 | 266 | 130 | 44 | 0 | 35 | 314 | 117 | 50 |
| Binary | 10101 | 1110101 | 10110110 | 1011000 | 100100 | 0 | 11101 | 11001100 | 1001111 | 101000 |
Color Harmonies of #1575B6
Complementary color
Monochromatic Colors of #1575B6
Black with #1575B6
Text Example
Text Example
White with #1575B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1575B6; }
p { color: rgb(21,117,182); }
H1.HeaderClassName
{
color: #1575B6;
}
.AnyTagClassName
{
color: #1575B6;
}
</style>
background-color css
<style>
a { background-color: #1575B6; }
a { background-color: rgb(21,117,182); }
div.DivClassName
{
background-color: #1575B6;
}
.BgClassName
{
background-color: #1575B6;
}
</style>
border-color css
<style>
span { border-color: #1575B6; }
span { border-color: rgb(21,117,182); }
td.TdClassName
{
border-color: #1575B6;
}
.TagClassName
{
border-color: #1575B6;
}
</style>