Shades of Denim #1353BA
Tints of Denim #1353BA
RGB
CMYK
RGB Variations
Color information
#1353BA (or 0x1353BA) is known color: Denim. HEX triplet: 13, 53 and BA. RGB value is (19,83,186). Sum of RGB (Red+Green+Blue) = 19+83+186=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #1353BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1353BA is #ECAC45. Grayscale: #4B4B4B. Windows color (decimal): -15510598 or 12210963. OLE color: 12210963.
HSL color Cylindrical-coordinate representation of color #1353BA: hue angle of 217.01º degrees, saturation: 0.81, 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 #1353BA is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 83 | 186 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.27 |
| HSL | 217.01º | 0.81% | 0.4% | - |
| HSV(B) | 217.01º | 0.9% | 0.73% | - |
| XYZ | 12.22 | 9.87 | 47.72 | - |
| YUV | 75.61 | 190.3 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 186 | 0.90 | 0.55 | 0 | 0.27 | 217.01 | 0.81 | 0.4 |
| Hex | 13 | 53 | BA | 5A | 37 | 0 | 1B | D9 | 51 | 28 |
| Octal | 23 | 123 | 272 | 132 | 67 | 0 | 33 | 331 | 121 | 50 |
| Binary | 10011 | 1010011 | 10111010 | 1011010 | 110111 | 0 | 11011 | 11011001 | 1010001 | 101000 |
Color Harmonies of #1353BA
Complementary color
Monochromatic Colors of #1353BA
Black with #1353BA
Text Example
Text Example
White with #1353BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1353BA; }
p { color: rgb(19,83,186); }
H1.HeaderClassName
{
color: #1353BA;
}
.AnyTagClassName
{
color: #1353BA;
}
</style>
background-color css
<style>
a { background-color: #1353BA; }
a { background-color: rgb(19,83,186); }
div.DivClassName
{
background-color: #1353BA;
}
.BgClassName
{
background-color: #1353BA;
}
</style>
border-color css
<style>
span { border-color: #1353BA; }
span { border-color: rgb(19,83,186); }
td.TdClassName
{
border-color: #1353BA;
}
.TagClassName
{
border-color: #1353BA;
}
</style>