Shades of Denim #1356BB
Tints of Denim #1356BB
RGB
CMYK
RGB Variations
Color information
#1356BB (or 0x1356BB) is known color: Denim. HEX triplet: 13, 56 and BB. RGB value is (19,86,187). Sum of RGB (Red+Green+Blue) = 19+86+187=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #1356BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1356BB is #ECA944. Grayscale: #4D4D4D. Windows color (decimal): -15509829 or 12277267. OLE color: 12277267.
HSL color Cylindrical-coordinate representation of color #1356BB: hue angle of 216.07º 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 #1356BB is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 86 | 187 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.27 |
| HSL | 216.07º | 0.82% | 0.4% | - |
| HSV(B) | 216.07º | 0.9% | 0.73% | - |
| XYZ | 12.57 | 10.38 | 48.36 | - |
| YUV | 77.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 187 | 0.90 | 0.54 | 0 | 0.27 | 216.07 | 0.82 | 0.4 |
| Hex | 13 | 56 | BB | 5A | 36 | 0 | 1B | D8 | 52 | 28 |
| Octal | 23 | 126 | 273 | 132 | 66 | 0 | 33 | 330 | 122 | 50 |
| Binary | 10011 | 1010110 | 10111011 | 1011010 | 110110 | 0 | 11011 | 11011000 | 1010010 | 101000 |
Color Harmonies of #1356BB
Complementary color
Monochromatic Colors of #1356BB
Black with #1356BB
Text Example
Text Example
White with #1356BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1356BB; }
p { color: rgb(19,86,187); }
H1.HeaderClassName
{
color: #1356BB;
}
.AnyTagClassName
{
color: #1356BB;
}
</style>
background-color css
<style>
a { background-color: #1356BB; }
a { background-color: rgb(19,86,187); }
div.DivClassName
{
background-color: #1356BB;
}
.BgClassName
{
background-color: #1356BB;
}
</style>
border-color css
<style>
span { border-color: #1356BB; }
span { border-color: rgb(19,86,187); }
td.TdClassName
{
border-color: #1356BB;
}
.TagClassName
{
border-color: #1356BB;
}
</style>