Shades of Allports #13677D
Tints of Allports #13677D
RGB
CMYK
RGB Variations
Color information
#13677D (or 0x13677D) is known color: Allports. HEX triplet: 13, 67 and 7D. RGB value is (19,103,125). Sum of RGB (Red+Green+Blue) = 19+103+125=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #13677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13677D is #EC9882. Grayscale: #505050. Windows color (decimal): -15505539 or 8218387. OLE color: 8218387.
HSL color Cylindrical-coordinate representation of color #13677D: hue angle of 192.45º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13677D is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 103 | 125 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.51 |
| HSL | 192.45º | 0.74% | 0.28% | - |
| HSV(B) | 192.45º | 0.85% | 0.49% | - |
| XYZ | 8.82 | 11.32 | 21.12 | - |
| YUV | 80.39 | 153.17 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 125 | 0.85 | 0.18 | 0 | 0.51 | 192.45 | 0.74 | 0.28 |
| Hex | 13 | 67 | 7D | 55 | 12 | 0 | 33 | C0 | 4A | 1C |
| Octal | 23 | 147 | 175 | 125 | 22 | 0 | 63 | 300 | 112 | 34 |
| Binary | 10011 | 1100111 | 1111101 | 1010101 | 10010 | 0 | 110011 | 11000000 | 1001010 | 11100 |
Color Harmonies of #13677D
Complementary color
Monochromatic Colors of #13677D
Black with #13677D
Text Example
Text Example
White with #13677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13677D; }
p { color: rgb(19,103,125); }
H1.HeaderClassName
{
color: #13677D;
}
.AnyTagClassName
{
color: #13677D;
}
</style>
background-color css
<style>
a { background-color: #13677D; }
a { background-color: rgb(19,103,125); }
div.DivClassName
{
background-color: #13677D;
}
.BgClassName
{
background-color: #13677D;
}
</style>
border-color css
<style>
span { border-color: #13677D; }
span { border-color: rgb(19,103,125); }
td.TdClassName
{
border-color: #13677D;
}
.TagClassName
{
border-color: #13677D;
}
</style>