Shades of Denim #1371BD
Tints of Denim #1371BD
RGB
CMYK
RGB Variations
Color information
#1371BD (or 0x1371BD) is known color: Denim. HEX triplet: 13, 71 and BD. RGB value is (19,113,189). Sum of RGB (Red+Green+Blue) = 19+113+189=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #1371BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1371BD is #EC8E42. Grayscale: #5D5D5D. Windows color (decimal): -15502915 or 12415251. OLE color: 12415251.
HSL color Cylindrical-coordinate representation of color #1371BD: hue angle of 206.82º 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 #1371BD is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 113 | 189 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.26 |
| HSL | 206.82º | 0.82% | 0.41% | - |
| HSV(B) | 206.82º | 0.9% | 0.74% | - |
| XYZ | 15.36 | 15.62 | 50.35 | - |
| YUV | 93.56 | 181.86 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 189 | 0.90 | 0.40 | 0 | 0.26 | 206.82 | 0.82 | 0.41 |
| Hex | 13 | 71 | BD | 5A | 28 | 0 | 1A | CF | 52 | 29 |
| Octal | 23 | 161 | 275 | 132 | 50 | 0 | 32 | 317 | 122 | 51 |
| Binary | 10011 | 1110001 | 10111101 | 1011010 | 101000 | 0 | 11010 | 11001111 | 1010010 | 101001 |
Color Harmonies of #1371BD
Complementary color
Monochromatic Colors of #1371BD
Black with #1371BD
Text Example
Text Example
White with #1371BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1371BD; }
p { color: rgb(19,113,189); }
H1.HeaderClassName
{
color: #1371BD;
}
.AnyTagClassName
{
color: #1371BD;
}
</style>
background-color css
<style>
a { background-color: #1371BD; }
a { background-color: rgb(19,113,189); }
div.DivClassName
{
background-color: #1371BD;
}
.BgClassName
{
background-color: #1371BD;
}
</style>
border-color css
<style>
span { border-color: #1371BD; }
span { border-color: rgb(19,113,189); }
td.TdClassName
{
border-color: #1371BD;
}
.TagClassName
{
border-color: #1371BD;
}
</style>