Shades of Allports #13747F
Tints of Allports #13747F
RGB
CMYK
RGB Variations
Color information
#13747F (or 0x13747F) is known color: Allports. HEX triplet: 13, 74 and 7F. RGB value is (19,116,127). Sum of RGB (Red+Green+Blue) = 19+116+127=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #13747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13747F is #EC8B80. Grayscale: #585858. Windows color (decimal): -15502209 or 8352787. OLE color: 8352787.
HSL color Cylindrical-coordinate representation of color #13747F: hue angle of 186.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13747F is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 116 | 127 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.50 |
| HSL | 186.11º | 0.74% | 0.29% | - |
| HSV(B) | 186.11º | 0.85% | 0.5% | - |
| XYZ | 10.34 | 14.16 | 22.27 | - |
| YUV | 88.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 127 | 0.85 | 0.09 | 0 | 0.50 | 186.11 | 0.74 | 0.29 |
| Hex | 13 | 74 | 7F | 55 | 9 | 0 | 32 | BA | 4A | 1D |
| Octal | 23 | 164 | 177 | 125 | 11 | 0 | 62 | 272 | 112 | 35 |
| Binary | 10011 | 1110100 | 1111111 | 1010101 | 1001 | 0 | 110010 | 10111010 | 1001010 | 11101 |
Color Harmonies of #13747F
Complementary color
Monochromatic Colors of #13747F
Black with #13747F
Text Example
Text Example
White with #13747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13747F; }
p { color: rgb(19,116,127); }
H1.HeaderClassName
{
color: #13747F;
}
.AnyTagClassName
{
color: #13747F;
}
</style>
background-color css
<style>
a { background-color: #13747F; }
a { background-color: rgb(19,116,127); }
div.DivClassName
{
background-color: #13747F;
}
.BgClassName
{
background-color: #13747F;
}
</style>
border-color css
<style>
span { border-color: #13747F; }
span { border-color: rgb(19,116,127); }
td.TdClassName
{
border-color: #13747F;
}
.TagClassName
{
border-color: #13747F;
}
</style>