Shades of Denim #1374B7
Tints of Denim #1374B7
RGB
CMYK
RGB Variations
Color information
#1374B7 (or 0x1374B7) is known color: Denim. HEX triplet: 13, 74 and B7. RGB value is (19,116,183). Sum of RGB (Red+Green+Blue) = 19+116+183=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 183 (71.88% from 255 or 57.55% from 318); Max value from RGB is 183 - color contains mainly: blue. Hex color #1374B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1374B7 is #EC8B48. Grayscale: #5E5E5E. Windows color (decimal): -15502153 or 12022803. OLE color: 12022803.
HSL color Cylindrical-coordinate representation of color #1374B7: hue angle of 204.51º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1374B7 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 116 | 183 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.28 |
| HSL | 204.51º | 0.81% | 0.4% | - |
| HSV(B) | 204.51º | 0.9% | 0.72% | - |
| XYZ | 15.06 | 16.05 | 47.1 | - |
| YUV | 94.64 | 177.86 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 183 | 0.90 | 0.37 | 0 | 0.28 | 204.51 | 0.81 | 0.4 |
| Hex | 13 | 74 | B7 | 5A | 25 | 0 | 1C | CD | 51 | 28 |
| Octal | 23 | 164 | 267 | 132 | 45 | 0 | 34 | 315 | 121 | 50 |
| Binary | 10011 | 1110100 | 10110111 | 1011010 | 100101 | 0 | 11100 | 11001101 | 1010001 | 101000 |
Color Harmonies of #1374B7
Complementary color
Monochromatic Colors of #1374B7
Black with #1374B7
Text Example
Text Example
White with #1374B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1374B7; }
p { color: rgb(19,116,183); }
H1.HeaderClassName
{
color: #1374B7;
}
.AnyTagClassName
{
color: #1374B7;
}
</style>
background-color css
<style>
a { background-color: #1374B7; }
a { background-color: rgb(19,116,183); }
div.DivClassName
{
background-color: #1374B7;
}
.BgClassName
{
background-color: #1374B7;
}
</style>
border-color css
<style>
span { border-color: #1374B7; }
span { border-color: rgb(19,116,183); }
td.TdClassName
{
border-color: #1374B7;
}
.TagClassName
{
border-color: #1374B7;
}
</style>