Shades of Denim #1370BD
Tints of Denim #1370BD
RGB
CMYK
RGB Variations
Color information
#1370BD (or 0x1370BD) is known color: Denim. HEX triplet: 13, 70 and BD. RGB value is (19,112,189). Sum of RGB (Red+Green+Blue) = 19+112+189=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #1370BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370BD is #EC8F42. Grayscale: #5C5C5C. Windows color (decimal): -15503171 or 12414995. OLE color: 12414995.
HSL color Cylindrical-coordinate representation of color #1370BD: hue angle of 207.18º 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 #1370BD is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 112 | 189 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.26 |
| HSL | 207.18º | 0.82% | 0.41% | - |
| HSV(B) | 207.18º | 0.9% | 0.74% | - |
| XYZ | 15.25 | 15.4 | 50.31 | - |
| YUV | 92.97 | 182.19 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 189 | 0.90 | 0.41 | 0 | 0.26 | 207.18 | 0.82 | 0.41 |
| Hex | 13 | 70 | BD | 5A | 29 | 0 | 1A | CF | 52 | 29 |
| Octal | 23 | 160 | 275 | 132 | 51 | 0 | 32 | 317 | 122 | 51 |
| Binary | 10011 | 1110000 | 10111101 | 1011010 | 101001 | 0 | 11010 | 11001111 | 1010010 | 101001 |
Color Harmonies of #1370BD
Complementary color
Monochromatic Colors of #1370BD
Black with #1370BD
Text Example
Text Example
White with #1370BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370BD; }
p { color: rgb(19,112,189); }
H1.HeaderClassName
{
color: #1370BD;
}
.AnyTagClassName
{
color: #1370BD;
}
</style>
background-color css
<style>
a { background-color: #1370BD; }
a { background-color: rgb(19,112,189); }
div.DivClassName
{
background-color: #1370BD;
}
.BgClassName
{
background-color: #1370BD;
}
</style>
border-color css
<style>
span { border-color: #1370BD; }
span { border-color: rgb(19,112,189); }
td.TdClassName
{
border-color: #1370BD;
}
.TagClassName
{
border-color: #1370BD;
}
</style>