Shades of Denim #1371B4
Tints of Denim #1371B4
RGB
CMYK
RGB Variations
Color information
#1371B4 (or 0x1371B4) is known color: Denim. HEX triplet: 13, 71 and B4. RGB value is (19,113,180). Sum of RGB (Red+Green+Blue) = 19+113+180=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #1371B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1371B4 is #EC8E4B. Grayscale: #5C5C5C. Windows color (decimal): -15502924 or 11825427. OLE color: 11825427.
HSL color Cylindrical-coordinate representation of color #1371B4: hue angle of 204.97º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1371B4 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 113 | 180 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.29 |
| HSL | 204.97º | 0.81% | 0.39% | - |
| HSV(B) | 204.97º | 0.89% | 0.71% | - |
| XYZ | 14.41 | 15.24 | 45.36 | - |
| YUV | 92.53 | 177.36 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 180 | 0.89 | 0.37 | 0 | 0.29 | 204.97 | 0.81 | 0.39 |
| Hex | 13 | 71 | B4 | 59 | 25 | 0 | 1D | CD | 51 | 27 |
| Octal | 23 | 161 | 264 | 131 | 45 | 0 | 35 | 315 | 121 | 47 |
| Binary | 10011 | 1110001 | 10110100 | 1011001 | 100101 | 0 | 11101 | 11001101 | 1010001 | 100111 |
Color Harmonies of #1371B4
Complementary color
Monochromatic Colors of #1371B4
Black with #1371B4
Text Example
Text Example
White with #1371B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1371B4; }
p { color: rgb(19,113,180); }
H1.HeaderClassName
{
color: #1371B4;
}
.AnyTagClassName
{
color: #1371B4;
}
</style>
background-color css
<style>
a { background-color: #1371B4; }
a { background-color: rgb(19,113,180); }
div.DivClassName
{
background-color: #1371B4;
}
.BgClassName
{
background-color: #1371B4;
}
</style>
border-color css
<style>
span { border-color: #1371B4; }
span { border-color: rgb(19,113,180); }
td.TdClassName
{
border-color: #1371B4;
}
.TagClassName
{
border-color: #1371B4;
}
</style>