Shades of Denim #137ABC
Tints of Denim #137ABC
RGB
CMYK
RGB Variations
Color information
#137ABC (or 0x137ABC) is known color: Denim. HEX triplet: 13, 7A and BC. RGB value is (19,122,188). Sum of RGB (Red+Green+Blue) = 19+122+188=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #137ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ABC is #EC8543. Grayscale: #626262. Windows color (decimal): -15500612 or 12352019. OLE color: 12352019.
HSL color Cylindrical-coordinate representation of color #137ABC: hue angle of 203.43º 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 #137ABC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 122 | 188 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.26 |
| HSL | 203.43º | 0.82% | 0.41% | - |
| HSV(B) | 203.43º | 0.9% | 0.74% | - |
| XYZ | 16.31 | 17.69 | 50.13 | - |
| YUV | 98.73 | 178.38 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 188 | 0.90 | 0.35 | 0 | 0.26 | 203.43 | 0.82 | 0.41 |
| Hex | 13 | 7A | BC | 5A | 23 | 0 | 1A | CB | 52 | 29 |
| Octal | 23 | 172 | 274 | 132 | 43 | 0 | 32 | 313 | 122 | 51 |
| Binary | 10011 | 1111010 | 10111100 | 1011010 | 100011 | 0 | 11010 | 11001011 | 1010010 | 101001 |
Color Harmonies of #137ABC
Complementary color
Monochromatic Colors of #137ABC
Black with #137ABC
Text Example
Text Example
White with #137ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137ABC; }
p { color: rgb(19,122,188); }
H1.HeaderClassName
{
color: #137ABC;
}
.AnyTagClassName
{
color: #137ABC;
}
</style>
background-color css
<style>
a { background-color: #137ABC; }
a { background-color: rgb(19,122,188); }
div.DivClassName
{
background-color: #137ABC;
}
.BgClassName
{
background-color: #137ABC;
}
</style>
border-color css
<style>
span { border-color: #137ABC; }
span { border-color: rgb(19,122,188); }
td.TdClassName
{
border-color: #137ABC;
}
.TagClassName
{
border-color: #137ABC;
}
</style>