Shades of Allports #137493
Tints of Allports #137493
RGB
CMYK
RGB Variations
Color information
#137493 (or 0x137493) is known color: Allports. HEX triplet: 13, 74 and 93. RGB value is (19,116,147). Sum of RGB (Red+Green+Blue) = 19+116+147=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #137493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137493 is #EC8B6C. Grayscale: #5A5A5A. Windows color (decimal): -15502189 or 9663507. OLE color: 9663507.
HSL color Cylindrical-coordinate representation of color #137493: hue angle of 194.53º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137493 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 116 | 147 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.42 |
| HSL | 194.53º | 0.77% | 0.33% | - |
| HSV(B) | 194.53º | 0.87% | 0.58% | - |
| XYZ | 11.78 | 14.74 | 29.83 | - |
| YUV | 90.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 147 | 0.87 | 0.21 | 0 | 0.42 | 194.53 | 0.77 | 0.33 |
| Hex | 13 | 74 | 93 | 57 | 15 | 0 | 2A | C3 | 4D | 21 |
| Octal | 23 | 164 | 223 | 127 | 25 | 0 | 52 | 303 | 115 | 41 |
| Binary | 10011 | 1110100 | 10010011 | 1010111 | 10101 | 0 | 101010 | 11000011 | 1001101 | 100001 |
Color Harmonies of #137493
Complementary color
Monochromatic Colors of #137493
Black with #137493
Text Example
Text Example
White with #137493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137493; }
p { color: rgb(19,116,147); }
H1.HeaderClassName
{
color: #137493;
}
.AnyTagClassName
{
color: #137493;
}
</style>
background-color css
<style>
a { background-color: #137493; }
a { background-color: rgb(19,116,147); }
div.DivClassName
{
background-color: #137493;
}
.BgClassName
{
background-color: #137493;
}
</style>
border-color css
<style>
span { border-color: #137493; }
span { border-color: rgb(19,116,147); }
td.TdClassName
{
border-color: #137493;
}
.TagClassName
{
border-color: #137493;
}
</style>