Shades of Denim #1374BC
Tints of Denim #1374BC
RGB
CMYK
RGB Variations
Color information
#1374BC (or 0x1374BC) is known color: Denim. HEX triplet: 13, 74 and BC. RGB value is (19,116,188). Sum of RGB (Red+Green+Blue) = 19+116+188=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #1374BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1374BC is #EC8B43. Grayscale: #5E5E5E. Windows color (decimal): -15502148 or 12350483. OLE color: 12350483.
HSL color Cylindrical-coordinate representation of color #1374BC: hue angle of 205.56º 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 #1374BC is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 116 | 188 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.26 |
| HSL | 205.56º | 0.82% | 0.41% | - |
| HSV(B) | 205.56º | 0.9% | 0.74% | - |
| XYZ | 15.59 | 16.26 | 49.89 | - |
| YUV | 95.21 | 180.36 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 188 | 0.90 | 0.38 | 0 | 0.26 | 205.56 | 0.82 | 0.41 |
| Hex | 13 | 74 | BC | 5A | 26 | 0 | 1A | CE | 52 | 29 |
| Octal | 23 | 164 | 274 | 132 | 46 | 0 | 32 | 316 | 122 | 51 |
| Binary | 10011 | 1110100 | 10111100 | 1011010 | 100110 | 0 | 11010 | 11001110 | 1010010 | 101001 |
Color Harmonies of #1374BC
Complementary color
Monochromatic Colors of #1374BC
Black with #1374BC
Text Example
Text Example
White with #1374BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1374BC; }
p { color: rgb(19,116,188); }
H1.HeaderClassName
{
color: #1374BC;
}
.AnyTagClassName
{
color: #1374BC;
}
</style>
background-color css
<style>
a { background-color: #1374BC; }
a { background-color: rgb(19,116,188); }
div.DivClassName
{
background-color: #1374BC;
}
.BgClassName
{
background-color: #1374BC;
}
</style>
border-color css
<style>
span { border-color: #1374BC; }
span { border-color: rgb(19,116,188); }
td.TdClassName
{
border-color: #1374BC;
}
.TagClassName
{
border-color: #1374BC;
}
</style>