Shades of Allports #13767F
Tints of Allports #13767F
RGB
CMYK
RGB Variations
Color information
#13767F (or 0x13767F) is known color: Allports. HEX triplet: 13, 76 and 7F. RGB value is (19,118,127). Sum of RGB (Red+Green+Blue) = 19+118+127=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #13767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13767F is #EC8980. Grayscale: #595959. Windows color (decimal): -15501697 or 8353299. OLE color: 8353299.
HSL color Cylindrical-coordinate representation of color #13767F: hue angle of 185º 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 #13767F is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 118 | 127 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.50 |
| HSL | 185º | 0.74% | 0.29% | - |
| HSV(B) | 185º | 0.85% | 0.5% | - |
| XYZ | 10.58 | 14.63 | 22.34 | - |
| YUV | 89.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 127 | 0.85 | 0.07 | 0 | 0.50 | 185 | 0.74 | 0.29 |
| Hex | 13 | 76 | 7F | 55 | 7 | 0 | 32 | B9 | 4A | 1D |
| Octal | 23 | 166 | 177 | 125 | 7 | 0 | 62 | 271 | 112 | 35 |
| Binary | 10011 | 1110110 | 1111111 | 1010101 | 111 | 0 | 110010 | 10111001 | 1001010 | 11101 |
Color Harmonies of #13767F
Complementary color
Monochromatic Colors of #13767F
Black with #13767F
Text Example
Text Example
White with #13767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13767F; }
p { color: rgb(19,118,127); }
H1.HeaderClassName
{
color: #13767F;
}
.AnyTagClassName
{
color: #13767F;
}
</style>
background-color css
<style>
a { background-color: #13767F; }
a { background-color: rgb(19,118,127); }
div.DivClassName
{
background-color: #13767F;
}
.BgClassName
{
background-color: #13767F;
}
</style>
border-color css
<style>
span { border-color: #13767F; }
span { border-color: rgb(19,118,127); }
td.TdClassName
{
border-color: #13767F;
}
.TagClassName
{
border-color: #13767F;
}
</style>