Shades of Denim #137AC1
Tints of Denim #137AC1
RGB
CMYK
RGB Variations
Color information
#137AC1 (or 0x137AC1) is known color: Denim. HEX triplet: 13, 7A and C1. RGB value is (19,122,193). Sum of RGB (Red+Green+Blue) = 19+122+193=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #137AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137AC1 is #EC853E. Grayscale: #626262. Windows color (decimal): -15500607 or 12679699. OLE color: 12679699.
HSL color Cylindrical-coordinate representation of color #137AC1: hue angle of 204.48º 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 #137AC1 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 122 | 193 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.24 |
| HSL | 204.48º | 0.82% | 0.42% | - |
| HSV(B) | 204.48º | 0.9% | 0.76% | - |
| XYZ | 16.85 | 17.91 | 53.02 | - |
| YUV | 99.3 | 180.88 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 193 | 0.90 | 0.37 | 0 | 0.24 | 204.48 | 0.82 | 0.42 |
| Hex | 13 | 7A | C1 | 5A | 25 | 0 | 18 | CC | 52 | 2A |
| Octal | 23 | 172 | 301 | 132 | 45 | 0 | 30 | 314 | 122 | 52 |
| Binary | 10011 | 1111010 | 11000001 | 1011010 | 100101 | 0 | 11000 | 11001100 | 1010010 | 101010 |
Color Harmonies of #137AC1
Complementary color
Monochromatic Colors of #137AC1
Black with #137AC1
Text Example
Text Example
White with #137AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AC1; }
p { color: rgb(19,122,193); }
H1.HeaderClassName
{
color: #137AC1;
}
.AnyTagClassName
{
color: #137AC1;
}
</style>
background-color css
<style>
a { background-color: #137AC1; }
a { background-color: rgb(19,122,193); }
div.DivClassName
{
background-color: #137AC1;
}
.BgClassName
{
background-color: #137AC1;
}
</style>
border-color css
<style>
span { border-color: #137AC1; }
span { border-color: rgb(19,122,193); }
td.TdClassName
{
border-color: #137AC1;
}
.TagClassName
{
border-color: #137AC1;
}
</style>