Shades of Denim #1376BB
Tints of Denim #1376BB
RGB
CMYK
RGB Variations
Color information
#1376BB (or 0x1376BB) is known color: Denim. HEX triplet: 13, 76 and BB. RGB value is (19,118,187). Sum of RGB (Red+Green+Blue) = 19+118+187=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #1376BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376BB is #EC8944. Grayscale: #5F5F5F. Windows color (decimal): -15501637 or 12285459. OLE color: 12285459.
HSL color Cylindrical-coordinate representation of color #1376BB: hue angle of 204.64º 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 #1376BB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 118 | 187 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.27 |
| HSL | 204.64º | 0.82% | 0.4% | - |
| HSV(B) | 204.64º | 0.9% | 0.73% | - |
| XYZ | 15.72 | 16.68 | 49.41 | - |
| YUV | 96.27 | 179.2 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 187 | 0.90 | 0.37 | 0 | 0.27 | 204.64 | 0.82 | 0.4 |
| Hex | 13 | 76 | BB | 5A | 25 | 0 | 1B | CD | 52 | 28 |
| Octal | 23 | 166 | 273 | 132 | 45 | 0 | 33 | 315 | 122 | 50 |
| Binary | 10011 | 1110110 | 10111011 | 1011010 | 100101 | 0 | 11011 | 11001101 | 1010010 | 101000 |
Color Harmonies of #1376BB
Complementary color
Monochromatic Colors of #1376BB
Black with #1376BB
Text Example
Text Example
White with #1376BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1376BB; }
p { color: rgb(19,118,187); }
H1.HeaderClassName
{
color: #1376BB;
}
.AnyTagClassName
{
color: #1376BB;
}
</style>
background-color css
<style>
a { background-color: #1376BB; }
a { background-color: rgb(19,118,187); }
div.DivClassName
{
background-color: #1376BB;
}
.BgClassName
{
background-color: #1376BB;
}
</style>
border-color css
<style>
span { border-color: #1376BB; }
span { border-color: rgb(19,118,187); }
td.TdClassName
{
border-color: #1376BB;
}
.TagClassName
{
border-color: #1376BB;
}
</style>