Shades of Allports #13738A
Tints of Allports #13738A
RGB
CMYK
RGB Variations
Color information
#13738A (or 0x13738A) is known color: Allports. HEX triplet: 13, 73 and 8A. RGB value is (19,115,138). Sum of RGB (Red+Green+Blue) = 19+115+138=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #13738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13738A is #EC8C75. Grayscale: #585858. Windows color (decimal): -15502454 or 9073427. OLE color: 9073427.
HSL color Cylindrical-coordinate representation of color #13738A: hue angle of 191.6º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13738A is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 115 | 138 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.46 |
| HSL | 191.6º | 0.76% | 0.31% | - |
| HSV(B) | 191.6º | 0.86% | 0.54% | - |
| XYZ | 10.99 | 14.23 | 26.21 | - |
| YUV | 88.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 138 | 0.86 | 0.17 | 0 | 0.46 | 191.6 | 0.76 | 0.31 |
| Hex | 13 | 73 | 8A | 56 | 11 | 0 | 2E | C0 | 4C | 1F |
| Octal | 23 | 163 | 212 | 126 | 21 | 0 | 56 | 300 | 114 | 37 |
| Binary | 10011 | 1110011 | 10001010 | 1010110 | 10001 | 0 | 101110 | 11000000 | 1001100 | 11111 |
Color Harmonies of #13738A
Complementary color
Monochromatic Colors of #13738A
Black with #13738A
Text Example
Text Example
White with #13738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13738A; }
p { color: rgb(19,115,138); }
H1.HeaderClassName
{
color: #13738A;
}
.AnyTagClassName
{
color: #13738A;
}
</style>
background-color css
<style>
a { background-color: #13738A; }
a { background-color: rgb(19,115,138); }
div.DivClassName
{
background-color: #13738A;
}
.BgClassName
{
background-color: #13738A;
}
</style>
border-color css
<style>
span { border-color: #13738A; }
span { border-color: rgb(19,115,138); }
td.TdClassName
{
border-color: #13738A;
}
.TagClassName
{
border-color: #13738A;
}
</style>