Shades of Allports #13727B
Tints of Allports #13727B
RGB
CMYK
RGB Variations
Color information
#13727B (or 0x13727B) is known color: Allports. HEX triplet: 13, 72 and 7B. RGB value is (19,114,123). Sum of RGB (Red+Green+Blue) = 19+114+123=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #13727B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13727B is #EC8D84. Grayscale: #565656. Windows color (decimal): -15502725 or 8090131. OLE color: 8090131.
HSL color Cylindrical-coordinate representation of color #13727B: hue angle of 185.19º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13727B is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 114 | 123 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.52 |
| HSL | 185.19º | 0.73% | 0.28% | - |
| HSV(B) | 185.19º | 0.85% | 0.48% | - |
| XYZ | 9.86 | 13.6 | 20.84 | - |
| YUV | 86.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 123 | 0.85 | 0.07 | 0 | 0.52 | 185.19 | 0.73 | 0.28 |
| Hex | 13 | 72 | 7B | 55 | 7 | 0 | 34 | B9 | 49 | 1C |
| Octal | 23 | 162 | 173 | 125 | 7 | 0 | 64 | 271 | 111 | 34 |
| Binary | 10011 | 1110010 | 1111011 | 1010101 | 111 | 0 | 110100 | 10111001 | 1001001 | 11100 |
Color Harmonies of #13727B
Complementary color
Monochromatic Colors of #13727B
Black with #13727B
Text Example
Text Example
White with #13727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13727B; }
p { color: rgb(19,114,123); }
H1.HeaderClassName
{
color: #13727B;
}
.AnyTagClassName
{
color: #13727B;
}
</style>
background-color css
<style>
a { background-color: #13727B; }
a { background-color: rgb(19,114,123); }
div.DivClassName
{
background-color: #13727B;
}
.BgClassName
{
background-color: #13727B;
}
</style>
border-color css
<style>
span { border-color: #13727B; }
span { border-color: rgb(19,114,123); }
td.TdClassName
{
border-color: #13727B;
}
.TagClassName
{
border-color: #13727B;
}
</style>