Shades of Allports #13738F
Tints of Allports #13738F
RGB
CMYK
RGB Variations
Color information
#13738F (or 0x13738F) is known color: Allports. HEX triplet: 13, 73 and 8F. RGB value is (19,115,143). Sum of RGB (Red+Green+Blue) = 19+115+143=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #13738F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13738F is #EC8C70. Grayscale: #595959. Windows color (decimal): -15502449 or 9401107. OLE color: 9401107.
HSL color Cylindrical-coordinate representation of color #13738F: hue angle of 193.55º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13738F is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 115 | 143 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.44 |
| HSL | 193.55º | 0.77% | 0.32% | - |
| HSV(B) | 193.55º | 0.87% | 0.56% | - |
| XYZ | 11.36 | 14.38 | 28.16 | - |
| YUV | 89.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 143 | 0.87 | 0.20 | 0 | 0.44 | 193.55 | 0.77 | 0.32 |
| Hex | 13 | 73 | 8F | 57 | 14 | 0 | 2C | C2 | 4D | 20 |
| Octal | 23 | 163 | 217 | 127 | 24 | 0 | 54 | 302 | 115 | 40 |
| Binary | 10011 | 1110011 | 10001111 | 1010111 | 10100 | 0 | 101100 | 11000010 | 1001101 | 100000 |
Color Harmonies of #13738F
Complementary color
Monochromatic Colors of #13738F
Black with #13738F
Text Example
Text Example
White with #13738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13738F; }
p { color: rgb(19,115,143); }
H1.HeaderClassName
{
color: #13738F;
}
.AnyTagClassName
{
color: #13738F;
}
</style>
background-color css
<style>
a { background-color: #13738F; }
a { background-color: rgb(19,115,143); }
div.DivClassName
{
background-color: #13738F;
}
.BgClassName
{
background-color: #13738F;
}
</style>
border-color css
<style>
span { border-color: #13738F; }
span { border-color: rgb(19,115,143); }
td.TdClassName
{
border-color: #13738F;
}
.TagClassName
{
border-color: #13738F;
}
</style>