Shades of Allports #137483
Tints of Allports #137483
RGB
CMYK
RGB Variations
Color information
#137483 (or 0x137483) is known color: Allports. HEX triplet: 13, 74 and 83. RGB value is (19,116,131). Sum of RGB (Red+Green+Blue) = 19+116+131=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #137483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137483 is #EC8B7C. Grayscale: #585858. Windows color (decimal): -15502205 or 8614931. OLE color: 8614931.
HSL color Cylindrical-coordinate representation of color #137483: hue angle of 188.04º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137483 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 116 | 131 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.49 |
| HSL | 188.04º | 0.75% | 0.29% | - |
| HSV(B) | 188.04º | 0.85% | 0.51% | - |
| XYZ | 10.61 | 14.27 | 23.67 | - |
| YUV | 88.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 131 | 0.85 | 0.11 | 0 | 0.49 | 188.04 | 0.75 | 0.29 |
| Hex | 13 | 74 | 83 | 55 | B | 0 | 31 | BC | 4B | 1D |
| Octal | 23 | 164 | 203 | 125 | 13 | 0 | 61 | 274 | 113 | 35 |
| Binary | 10011 | 1110100 | 10000011 | 1010101 | 1011 | 0 | 110001 | 10111100 | 1001011 | 11101 |
Color Harmonies of #137483
Complementary color
Monochromatic Colors of #137483
Black with #137483
Text Example
Text Example
White with #137483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137483; }
p { color: rgb(19,116,131); }
H1.HeaderClassName
{
color: #137483;
}
.AnyTagClassName
{
color: #137483;
}
</style>
background-color css
<style>
a { background-color: #137483; }
a { background-color: rgb(19,116,131); }
div.DivClassName
{
background-color: #137483;
}
.BgClassName
{
background-color: #137483;
}
</style>
border-color css
<style>
span { border-color: #137483; }
span { border-color: rgb(19,116,131); }
td.TdClassName
{
border-color: #137483;
}
.TagClassName
{
border-color: #137483;
}
</style>