Shades of Denim #137AC3
Tints of Denim #137AC3
RGB
CMYK
RGB Variations
Color information
#137AC3 (or 0x137AC3) is known color: Denim. HEX triplet: 13, 7A and C3. RGB value is (19,122,195). Sum of RGB (Red+Green+Blue) = 19+122+195=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 195 (76.56% from 255 or 58.04% from 336); Max value from RGB is 195 - color contains mainly: blue. Hex color #137AC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137AC3 is #EC853C. Grayscale: #636363. Windows color (decimal): -15500605 or 12810771. OLE color: 12810771.
HSL color Cylindrical-coordinate representation of color #137AC3: hue angle of 204.89º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137AC3 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 122 | 195 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.24 |
| HSL | 204.89º | 0.82% | 0.42% | - |
| HSV(B) | 204.89º | 0.9% | 0.76% | - |
| XYZ | 17.08 | 18 | 54.2 | - |
| YUV | 99.53 | 181.88 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 195 | 0.90 | 0.37 | 0 | 0.24 | 204.89 | 0.82 | 0.42 |
| Hex | 13 | 7A | C3 | 5A | 25 | 0 | 18 | CD | 52 | 2A |
| Octal | 23 | 172 | 303 | 132 | 45 | 0 | 30 | 315 | 122 | 52 |
| Binary | 10011 | 1111010 | 11000011 | 1011010 | 100101 | 0 | 11000 | 11001101 | 1010010 | 101010 |
Color Harmonies of #137AC3
Complementary color
Monochromatic Colors of #137AC3
Black with #137AC3
Text Example
Text Example
White with #137AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AC3; }
p { color: rgb(19,122,195); }
H1.HeaderClassName
{
color: #137AC3;
}
.AnyTagClassName
{
color: #137AC3;
}
</style>
background-color css
<style>
a { background-color: #137AC3; }
a { background-color: rgb(19,122,195); }
div.DivClassName
{
background-color: #137AC3;
}
.BgClassName
{
background-color: #137AC3;
}
</style>
border-color css
<style>
span { border-color: #137AC3; }
span { border-color: rgb(19,122,195); }
td.TdClassName
{
border-color: #137AC3;
}
.TagClassName
{
border-color: #137AC3;
}
</style>