Shades of Denim #1370BB
Tints of Denim #1370BB
RGB
CMYK
RGB Variations
Color information
#1370BB (or 0x1370BB) is known color: Denim. HEX triplet: 13, 70 and BB. RGB value is (19,112,187). Sum of RGB (Red+Green+Blue) = 19+112+187=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #1370BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370BB is #EC8F44. Grayscale: #5C5C5C. Windows color (decimal): -15503173 or 12283923. OLE color: 12283923.
HSL color Cylindrical-coordinate representation of color #1370BB: hue angle of 206.79º 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 #1370BB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 112 | 187 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.27 |
| HSL | 206.79º | 0.82% | 0.4% | - |
| HSV(B) | 206.79º | 0.9% | 0.73% | - |
| XYZ | 15.03 | 15.31 | 49.18 | - |
| YUV | 92.74 | 181.19 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 187 | 0.90 | 0.40 | 0 | 0.27 | 206.79 | 0.82 | 0.4 |
| Hex | 13 | 70 | BB | 5A | 28 | 0 | 1B | CF | 52 | 28 |
| Octal | 23 | 160 | 273 | 132 | 50 | 0 | 33 | 317 | 122 | 50 |
| Binary | 10011 | 1110000 | 10111011 | 1011010 | 101000 | 0 | 11011 | 11001111 | 1010010 | 101000 |
Color Harmonies of #1370BB
Complementary color
Monochromatic Colors of #1370BB
Black with #1370BB
Text Example
Text Example
White with #1370BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370BB; }
p { color: rgb(19,112,187); }
H1.HeaderClassName
{
color: #1370BB;
}
.AnyTagClassName
{
color: #1370BB;
}
</style>
background-color css
<style>
a { background-color: #1370BB; }
a { background-color: rgb(19,112,187); }
div.DivClassName
{
background-color: #1370BB;
}
.BgClassName
{
background-color: #1370BB;
}
</style>
border-color css
<style>
span { border-color: #1370BB; }
span { border-color: rgb(19,112,187); }
td.TdClassName
{
border-color: #1370BB;
}
.TagClassName
{
border-color: #1370BB;
}
</style>