Shades of Denim #137CC2
Tints of Denim #137CC2
RGB
CMYK
RGB Variations
Color information
#137CC2 (or 0x137CC2) is known color: Denim. HEX triplet: 13, 7C and C2. RGB value is (19,124,194). Sum of RGB (Red+Green+Blue) = 19+124+194=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 194 (76.17% from 255 or 57.57% from 337); Max value from RGB is 194 - color contains mainly: blue. Hex color #137CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CC2 is #EC833D. Grayscale: #646464. Windows color (decimal): -15500094 or 12745747. OLE color: 12745747.
HSL color Cylindrical-coordinate representation of color #137CC2: hue angle of 204º 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 #137CC2 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 124 | 194 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.24 |
| HSL | 204º | 0.82% | 0.42% | - |
| HSV(B) | 204º | 0.9% | 0.76% | - |
| XYZ | 17.21 | 18.45 | 53.69 | - |
| YUV | 100.59 | 180.71 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 194 | 0.90 | 0.36 | 0 | 0.24 | 204 | 0.82 | 0.42 |
| Hex | 13 | 7C | C2 | 5A | 24 | 0 | 18 | CC | 52 | 2A |
| Octal | 23 | 174 | 302 | 132 | 44 | 0 | 30 | 314 | 122 | 52 |
| Binary | 10011 | 1111100 | 11000010 | 1011010 | 100100 | 0 | 11000 | 11001100 | 1010010 | 101010 |
Color Harmonies of #137CC2
Complementary color
Monochromatic Colors of #137CC2
Black with #137CC2
Text Example
Text Example
White with #137CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CC2; }
p { color: rgb(19,124,194); }
H1.HeaderClassName
{
color: #137CC2;
}
.AnyTagClassName
{
color: #137CC2;
}
</style>
background-color css
<style>
a { background-color: #137CC2; }
a { background-color: rgb(19,124,194); }
div.DivClassName
{
background-color: #137CC2;
}
.BgClassName
{
background-color: #137CC2;
}
</style>
border-color css
<style>
span { border-color: #137CC2; }
span { border-color: rgb(19,124,194); }
td.TdClassName
{
border-color: #137CC2;
}
.TagClassName
{
border-color: #137CC2;
}
</style>