Shades of Denim #1370B9
Tints of Denim #1370B9
RGB
CMYK
RGB Variations
Color information
#1370B9 (or 0x1370B9) is known color: Denim. HEX triplet: 13, 70 and B9. RGB value is (19,112,185). Sum of RGB (Red+Green+Blue) = 19+112+185=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #1370B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370B9 is #EC8F46. Grayscale: #5C5C5C. Windows color (decimal): -15503175 or 12152851. OLE color: 12152851.
HSL color Cylindrical-coordinate representation of color #1370B9: hue angle of 206.39º 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 #1370B9 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 112 | 185 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.27 |
| HSL | 206.39º | 0.81% | 0.4% | - |
| HSV(B) | 206.39º | 0.9% | 0.73% | - |
| XYZ | 14.82 | 15.23 | 48.06 | - |
| YUV | 92.52 | 180.19 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 185 | 0.90 | 0.39 | 0 | 0.27 | 206.39 | 0.81 | 0.4 |
| Hex | 13 | 70 | B9 | 5A | 27 | 0 | 1B | CE | 51 | 28 |
| Octal | 23 | 160 | 271 | 132 | 47 | 0 | 33 | 316 | 121 | 50 |
| Binary | 10011 | 1110000 | 10111001 | 1011010 | 100111 | 0 | 11011 | 11001110 | 1010001 | 101000 |
Color Harmonies of #1370B9
Complementary color
Monochromatic Colors of #1370B9
Black with #1370B9
Text Example
Text Example
White with #1370B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370B9; }
p { color: rgb(19,112,185); }
H1.HeaderClassName
{
color: #1370B9;
}
.AnyTagClassName
{
color: #1370B9;
}
</style>
background-color css
<style>
a { background-color: #1370B9; }
a { background-color: rgb(19,112,185); }
div.DivClassName
{
background-color: #1370B9;
}
.BgClassName
{
background-color: #1370B9;
}
</style>
border-color css
<style>
span { border-color: #1370B9; }
span { border-color: rgb(19,112,185); }
td.TdClassName
{
border-color: #1370B9;
}
.TagClassName
{
border-color: #1370B9;
}
</style>