Shades of Allports #137293
Tints of Allports #137293
RGB
CMYK
RGB Variations
Color information
#137293 (or 0x137293) is known color: Allports. HEX triplet: 13, 72 and 93. RGB value is (19,114,147). Sum of RGB (Red+Green+Blue) = 19+114+147=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #137293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137293 is #EC8D6C. Grayscale: #595959. Windows color (decimal): -15502701 or 9662995. OLE color: 9662995.
HSL color Cylindrical-coordinate representation of color #137293: hue angle of 195.47º 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 #137293 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 114 | 147 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.42 |
| HSL | 195.47º | 0.77% | 0.33% | - |
| HSV(B) | 195.47º | 0.87% | 0.58% | - |
| XYZ | 11.55 | 14.28 | 29.75 | - |
| YUV | 89.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 147 | 0.87 | 0.22 | 0 | 0.42 | 195.47 | 0.77 | 0.33 |
| Hex | 13 | 72 | 93 | 57 | 16 | 0 | 2A | C3 | 4D | 21 |
| Octal | 23 | 162 | 223 | 127 | 26 | 0 | 52 | 303 | 115 | 41 |
| Binary | 10011 | 1110010 | 10010011 | 1010111 | 10110 | 0 | 101010 | 11000011 | 1001101 | 100001 |
Color Harmonies of #137293
Complementary color
Monochromatic Colors of #137293
Black with #137293
Text Example
Text Example
White with #137293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137293; }
p { color: rgb(19,114,147); }
H1.HeaderClassName
{
color: #137293;
}
.AnyTagClassName
{
color: #137293;
}
</style>
background-color css
<style>
a { background-color: #137293; }
a { background-color: rgb(19,114,147); }
div.DivClassName
{
background-color: #137293;
}
.BgClassName
{
background-color: #137293;
}
</style>
border-color css
<style>
span { border-color: #137293; }
span { border-color: rgb(19,114,147); }
td.TdClassName
{
border-color: #137293;
}
.TagClassName
{
border-color: #137293;
}
</style>