Shades of Denim #1552BD
Tints of Denim #1552BD
RGB
CMYK
RGB Variations
Color information
#1552BD (or 0x1552BD) is known color: Denim. HEX triplet: 15, 52 and BD. RGB value is (21,82,189). Sum of RGB (Red+Green+Blue) = 21+82+189=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #1552BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552BD is #EAAD42. Grayscale: #4B4B4B. Windows color (decimal): -15379779 or 12407317. OLE color: 12407317.
HSL color Cylindrical-coordinate representation of color #1552BD: hue angle of 218.21º 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 #1552BD is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 82 | 189 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.26 |
| HSL | 218.21º | 0.8% | 0.41% | - |
| HSV(B) | 218.21º | 0.89% | 0.74% | - |
| XYZ | 12.51 | 9.87 | 49.39 | - |
| YUV | 75.96 | 191.79 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 189 | 0.89 | 0.57 | 0 | 0.26 | 218.21 | 0.8 | 0.41 |
| Hex | 15 | 52 | BD | 59 | 39 | 0 | 1A | DA | 50 | 29 |
| Octal | 25 | 122 | 275 | 131 | 71 | 0 | 32 | 332 | 120 | 51 |
| Binary | 10101 | 1010010 | 10111101 | 1011001 | 111001 | 0 | 11010 | 11011010 | 1010000 | 101001 |
Color Harmonies of #1552BD
Complementary color
Monochromatic Colors of #1552BD
Black with #1552BD
Text Example
Text Example
White with #1552BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1552BD; }
p { color: rgb(21,82,189); }
H1.HeaderClassName
{
color: #1552BD;
}
.AnyTagClassName
{
color: #1552BD;
}
</style>
background-color css
<style>
a { background-color: #1552BD; }
a { background-color: rgb(21,82,189); }
div.DivClassName
{
background-color: #1552BD;
}
.BgClassName
{
background-color: #1552BD;
}
</style>
border-color css
<style>
span { border-color: #1552BD; }
span { border-color: rgb(21,82,189); }
td.TdClassName
{
border-color: #1552BD;
}
.TagClassName
{
border-color: #1552BD;
}
</style>