Shades of Denim #1350BA
Tints of Denim #1350BA
RGB
CMYK
RGB Variations
Color information
#1350BA (or 0x1350BA) is known color: Denim. HEX triplet: 13, 50 and BA. RGB value is (19,80,186). Sum of RGB (Red+Green+Blue) = 19+80+186=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #1350BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1350BA is #ECAF45. Grayscale: #494949. Windows color (decimal): -15511366 or 12210195. OLE color: 12210195.
HSL color Cylindrical-coordinate representation of color #1350BA: hue angle of 218.08º 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 #1350BA is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 80 | 186 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.27 |
| HSL | 218.08º | 0.81% | 0.4% | - |
| HSV(B) | 218.08º | 0.9% | 0.73% | - |
| XYZ | 12 | 9.42 | 47.64 | - |
| YUV | 73.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 186 | 0.90 | 0.57 | 0 | 0.27 | 218.08 | 0.81 | 0.4 |
| Hex | 13 | 50 | BA | 5A | 39 | 0 | 1B | DA | 51 | 28 |
| Octal | 23 | 120 | 272 | 132 | 71 | 0 | 33 | 332 | 121 | 50 |
| Binary | 10011 | 1010000 | 10111010 | 1011010 | 111001 | 0 | 11011 | 11011010 | 1010001 | 101000 |
Color Harmonies of #1350BA
Complementary color
Monochromatic Colors of #1350BA
Black with #1350BA
Text Example
Text Example
White with #1350BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1350BA; }
p { color: rgb(19,80,186); }
H1.HeaderClassName
{
color: #1350BA;
}
.AnyTagClassName
{
color: #1350BA;
}
</style>
background-color css
<style>
a { background-color: #1350BA; }
a { background-color: rgb(19,80,186); }
div.DivClassName
{
background-color: #1350BA;
}
.BgClassName
{
background-color: #1350BA;
}
</style>
border-color css
<style>
span { border-color: #1350BA; }
span { border-color: rgb(19,80,186); }
td.TdClassName
{
border-color: #1350BA;
}
.TagClassName
{
border-color: #1350BA;
}
</style>