Shades of Denim #137DC0
Tints of Denim #137DC0
RGB
CMYK
RGB Variations
Color information
#137DC0 (or 0x137DC0) is known color: Denim. HEX triplet: 13, 7D and C0. RGB value is (19,125,192). Sum of RGB (Red+Green+Blue) = 19+125+192=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #137DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DC0 is #EC823F. Grayscale: #646464. Windows color (decimal): -15499840 or 12614931. OLE color: 12614931.
HSL color Cylindrical-coordinate representation of color #137DC0: hue angle of 203.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137DC0 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 125 | 192 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.25 |
| HSL | 203.24º | 0.82% | 0.41% | - |
| HSV(B) | 203.24º | 0.9% | 0.75% | - |
| XYZ | 17.12 | 18.61 | 52.56 | - |
| YUV | 100.94 | 179.38 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 192 | 0.90 | 0.35 | 0 | 0.25 | 203.24 | 0.82 | 0.41 |
| Hex | 13 | 7D | C0 | 5A | 23 | 0 | 19 | CB | 52 | 29 |
| Octal | 23 | 175 | 300 | 132 | 43 | 0 | 31 | 313 | 122 | 51 |
| Binary | 10011 | 1111101 | 11000000 | 1011010 | 100011 | 0 | 11001 | 11001011 | 1010010 | 101001 |
Color Harmonies of #137DC0
Complementary color
Monochromatic Colors of #137DC0
Black with #137DC0
Text Example
Text Example
White with #137DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DC0; }
p { color: rgb(19,125,192); }
H1.HeaderClassName
{
color: #137DC0;
}
.AnyTagClassName
{
color: #137DC0;
}
</style>
background-color css
<style>
a { background-color: #137DC0; }
a { background-color: rgb(19,125,192); }
div.DivClassName
{
background-color: #137DC0;
}
.BgClassName
{
background-color: #137DC0;
}
</style>
border-color css
<style>
span { border-color: #137DC0; }
span { border-color: rgb(19,125,192); }
td.TdClassName
{
border-color: #137DC0;
}
.TagClassName
{
border-color: #137DC0;
}
</style>