Shades of Denim #1376BA
Tints of Denim #1376BA
RGB
CMYK
RGB Variations
Color information
#1376BA (or 0x1376BA) is known color: Denim. HEX triplet: 13, 76 and BA. RGB value is (19,118,186). Sum of RGB (Red+Green+Blue) = 19+118+186=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #1376BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376BA is #EC8945. Grayscale: #5F5F5F. Windows color (decimal): -15501638 or 12219923. OLE color: 12219923.
HSL color Cylindrical-coordinate representation of color #1376BA: hue angle of 204.43º 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 #1376BA is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 118 | 186 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.27 |
| HSL | 204.43º | 0.81% | 0.4% | - |
| HSV(B) | 204.43º | 0.9% | 0.73% | - |
| XYZ | 15.61 | 16.64 | 48.84 | - |
| YUV | 96.15 | 178.7 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 186 | 0.90 | 0.37 | 0 | 0.27 | 204.43 | 0.81 | 0.4 |
| Hex | 13 | 76 | BA | 5A | 25 | 0 | 1B | CC | 51 | 28 |
| Octal | 23 | 166 | 272 | 132 | 45 | 0 | 33 | 314 | 121 | 50 |
| Binary | 10011 | 1110110 | 10111010 | 1011010 | 100101 | 0 | 11011 | 11001100 | 1010001 | 101000 |
Color Harmonies of #1376BA
Complementary color
Monochromatic Colors of #1376BA
Black with #1376BA
Text Example
Text Example
White with #1376BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1376BA; }
p { color: rgb(19,118,186); }
H1.HeaderClassName
{
color: #1376BA;
}
.AnyTagClassName
{
color: #1376BA;
}
</style>
background-color css
<style>
a { background-color: #1376BA; }
a { background-color: rgb(19,118,186); }
div.DivClassName
{
background-color: #1376BA;
}
.BgClassName
{
background-color: #1376BA;
}
</style>
border-color css
<style>
span { border-color: #1376BA; }
span { border-color: rgb(19,118,186); }
td.TdClassName
{
border-color: #1376BA;
}
.TagClassName
{
border-color: #1376BA;
}
</style>