Shades of Denim #1370BC
Tints of Denim #1370BC
RGB
CMYK
RGB Variations
Color information
#1370BC (or 0x1370BC) is known color: Denim. HEX triplet: 13, 70 and BC. RGB value is (19,112,188). Sum of RGB (Red+Green+Blue) = 19+112+188=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #1370BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370BC is #EC8F43. Grayscale: #5C5C5C. Windows color (decimal): -15503172 or 12349459. OLE color: 12349459.
HSL color Cylindrical-coordinate representation of color #1370BC: hue angle of 206.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1370BC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 112 | 188 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.26 |
| HSL | 206.98º | 0.82% | 0.41% | - |
| HSV(B) | 206.98º | 0.9% | 0.74% | - |
| XYZ | 15.14 | 15.36 | 49.74 | - |
| YUV | 92.86 | 181.69 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 188 | 0.90 | 0.40 | 0 | 0.26 | 206.98 | 0.82 | 0.41 |
| Hex | 13 | 70 | BC | 5A | 28 | 0 | 1A | CF | 52 | 29 |
| Octal | 23 | 160 | 274 | 132 | 50 | 0 | 32 | 317 | 122 | 51 |
| Binary | 10011 | 1110000 | 10111100 | 1011010 | 101000 | 0 | 11010 | 11001111 | 1010010 | 101001 |
Color Harmonies of #1370BC
Complementary color
Monochromatic Colors of #1370BC
Black with #1370BC
Text Example
Text Example
White with #1370BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370BC; }
p { color: rgb(19,112,188); }
H1.HeaderClassName
{
color: #1370BC;
}
.AnyTagClassName
{
color: #1370BC;
}
</style>
background-color css
<style>
a { background-color: #1370BC; }
a { background-color: rgb(19,112,188); }
div.DivClassName
{
background-color: #1370BC;
}
.BgClassName
{
background-color: #1370BC;
}
</style>
border-color css
<style>
span { border-color: #1370BC; }
span { border-color: rgb(19,112,188); }
td.TdClassName
{
border-color: #1370BC;
}
.TagClassName
{
border-color: #1370BC;
}
</style>