Shades of Denim #1353BB
Tints of Denim #1353BB
RGB
CMYK
RGB Variations
Color information
#1353BB (or 0x1353BB) is known color: Denim. HEX triplet: 13, 53 and BB. RGB value is (19,83,187). Sum of RGB (Red+Green+Blue) = 19+83+187=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #1353BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1353BB is #ECAC44. Grayscale: #4B4B4B. Windows color (decimal): -15510597 or 12276499. OLE color: 12276499.
HSL color Cylindrical-coordinate representation of color #1353BB: hue angle of 217.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1353BB is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 83 | 187 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.27 |
| HSL | 217.14º | 0.82% | 0.4% | - |
| HSV(B) | 217.14º | 0.9% | 0.73% | - |
| XYZ | 12.33 | 9.91 | 48.28 | - |
| YUV | 75.72 | 190.8 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 187 | 0.90 | 0.56 | 0 | 0.27 | 217.14 | 0.82 | 0.4 |
| Hex | 13 | 53 | BB | 5A | 38 | 0 | 1B | D9 | 52 | 28 |
| Octal | 23 | 123 | 273 | 132 | 70 | 0 | 33 | 331 | 122 | 50 |
| Binary | 10011 | 1010011 | 10111011 | 1011010 | 111000 | 0 | 11011 | 11011001 | 1010010 | 101000 |
Color Harmonies of #1353BB
Complementary color
Monochromatic Colors of #1353BB
Black with #1353BB
Text Example
Text Example
White with #1353BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1353BB; }
p { color: rgb(19,83,187); }
H1.HeaderClassName
{
color: #1353BB;
}
.AnyTagClassName
{
color: #1353BB;
}
</style>
background-color css
<style>
a { background-color: #1353BB; }
a { background-color: rgb(19,83,187); }
div.DivClassName
{
background-color: #1353BB;
}
.BgClassName
{
background-color: #1353BB;
}
</style>
border-color css
<style>
span { border-color: #1353BB; }
span { border-color: rgb(19,83,187); }
td.TdClassName
{
border-color: #1353BB;
}
.TagClassName
{
border-color: #1353BB;
}
</style>