Shades of Denim #1357BA
Tints of Denim #1357BA
RGB
CMYK
RGB Variations
Color information
#1357BA (or 0x1357BA) is known color: Denim. HEX triplet: 13, 57 and BA. RGB value is (19,87,186). Sum of RGB (Red+Green+Blue) = 19+87+186=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #1357BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1357BA is #ECA845. Grayscale: #4D4D4D. Windows color (decimal): -15509574 or 12211987. OLE color: 12211987.
HSL color Cylindrical-coordinate representation of color #1357BA: hue angle of 215.57º 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 #1357BA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 87 | 186 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.27 |
| HSL | 215.57º | 0.81% | 0.4% | - |
| HSV(B) | 215.57º | 0.9% | 0.73% | - |
| XYZ | 12.54 | 10.5 | 47.82 | - |
| YUV | 77.95 | 188.97 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 186 | 0.90 | 0.53 | 0 | 0.27 | 215.57 | 0.81 | 0.4 |
| Hex | 13 | 57 | BA | 5A | 35 | 0 | 1B | D8 | 51 | 28 |
| Octal | 23 | 127 | 272 | 132 | 65 | 0 | 33 | 330 | 121 | 50 |
| Binary | 10011 | 1010111 | 10111010 | 1011010 | 110101 | 0 | 11011 | 11011000 | 1010001 | 101000 |
Color Harmonies of #1357BA
Complementary color
Monochromatic Colors of #1357BA
Black with #1357BA
Text Example
Text Example
White with #1357BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1357BA; }
p { color: rgb(19,87,186); }
H1.HeaderClassName
{
color: #1357BA;
}
.AnyTagClassName
{
color: #1357BA;
}
</style>
background-color css
<style>
a { background-color: #1357BA; }
a { background-color: rgb(19,87,186); }
div.DivClassName
{
background-color: #1357BA;
}
.BgClassName
{
background-color: #1357BA;
}
</style>
border-color css
<style>
span { border-color: #1357BA; }
span { border-color: rgb(19,87,186); }
td.TdClassName
{
border-color: #1357BA;
}
.TagClassName
{
border-color: #1357BA;
}
</style>