Shades of Denim #137BBD
Tints of Denim #137BBD
RGB
CMYK
RGB Variations
Color information
#137BBD (or 0x137BBD) is known color: Denim. HEX triplet: 13, 7B and BD. RGB value is (19,123,189). Sum of RGB (Red+Green+Blue) = 19+123+189=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #137BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BBD is #EC8442. Grayscale: #636363. Windows color (decimal): -15500355 or 12417811. OLE color: 12417811.
HSL color Cylindrical-coordinate representation of color #137BBD: hue angle of 203.29º 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 #137BBD is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 123 | 189 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.26 |
| HSL | 203.29º | 0.82% | 0.41% | - |
| HSV(B) | 203.29º | 0.9% | 0.74% | - |
| XYZ | 16.54 | 17.98 | 50.74 | - |
| YUV | 99.43 | 178.54 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 189 | 0.90 | 0.35 | 0 | 0.26 | 203.29 | 0.82 | 0.41 |
| Hex | 13 | 7B | BD | 5A | 23 | 0 | 1A | CB | 52 | 29 |
| Octal | 23 | 173 | 275 | 132 | 43 | 0 | 32 | 313 | 122 | 51 |
| Binary | 10011 | 1111011 | 10111101 | 1011010 | 100011 | 0 | 11010 | 11001011 | 1010010 | 101001 |
Color Harmonies of #137BBD
Complementary color
Monochromatic Colors of #137BBD
Black with #137BBD
Text Example
Text Example
White with #137BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BBD; }
p { color: rgb(19,123,189); }
H1.HeaderClassName
{
color: #137BBD;
}
.AnyTagClassName
{
color: #137BBD;
}
</style>
background-color css
<style>
a { background-color: #137BBD; }
a { background-color: rgb(19,123,189); }
div.DivClassName
{
background-color: #137BBD;
}
.BgClassName
{
background-color: #137BBD;
}
</style>
border-color css
<style>
span { border-color: #137BBD; }
span { border-color: rgb(19,123,189); }
td.TdClassName
{
border-color: #137BBD;
}
.TagClassName
{
border-color: #137BBD;
}
</style>