Shades of Denim #1575B3
Tints of Denim #1575B3
RGB
CMYK
RGB Variations
Color information
#1575B3 (or 0x1575B3) is known color: Denim. HEX triplet: 15, 75 and B3. RGB value is (21,117,179). Sum of RGB (Red+Green+Blue) = 21+117+179=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #1575B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575B3 is #EA8A4C. Grayscale: #5F5F5F. Windows color (decimal): -15370829 or 11760917. OLE color: 11760917.
HSL color Cylindrical-coordinate representation of color #1575B3: hue angle of 203.54º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1575B3 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 117 | 179 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.30 |
| HSL | 203.54º | 0.79% | 0.39% | - |
| HSV(B) | 203.54º | 0.88% | 0.7% | - |
| XYZ | 14.81 | 16.14 | 44.98 | - |
| YUV | 95.36 | 175.2 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 179 | 0.88 | 0.35 | 0 | 0.30 | 203.54 | 0.79 | 0.39 |
| Hex | 15 | 75 | B3 | 58 | 23 | 0 | 1E | CC | 4F | 27 |
| Octal | 25 | 165 | 263 | 130 | 43 | 0 | 36 | 314 | 117 | 47 |
| Binary | 10101 | 1110101 | 10110011 | 1011000 | 100011 | 0 | 11110 | 11001100 | 1001111 | 100111 |
Color Harmonies of #1575B3
Complementary color
Monochromatic Colors of #1575B3
Black with #1575B3
Text Example
Text Example
White with #1575B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1575B3; }
p { color: rgb(21,117,179); }
H1.HeaderClassName
{
color: #1575B3;
}
.AnyTagClassName
{
color: #1575B3;
}
</style>
background-color css
<style>
a { background-color: #1575B3; }
a { background-color: rgb(21,117,179); }
div.DivClassName
{
background-color: #1575B3;
}
.BgClassName
{
background-color: #1575B3;
}
</style>
border-color css
<style>
span { border-color: #1575B3; }
span { border-color: rgb(21,117,179); }
td.TdClassName
{
border-color: #1575B3;
}
.TagClassName
{
border-color: #1575B3;
}
</style>