Shades of Allports #13627B
Tints of Allports #13627B
RGB
CMYK
RGB Variations
Color information
#13627B (or 0x13627B) is known color: Allports. HEX triplet: 13, 62 and 7B. RGB value is (19,98,123). Sum of RGB (Red+Green+Blue) = 19+98+123=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #13627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13627B is #EC9D84. Grayscale: #4D4D4D. Windows color (decimal): -15506821 or 8086035. OLE color: 8086035.
HSL color Cylindrical-coordinate representation of color #13627B: hue angle of 194.42º 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 #13627B is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 98 | 123 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.52 |
| HSL | 194.42º | 0.73% | 0.28% | - |
| HSV(B) | 194.42º | 0.85% | 0.48% | - |
| XYZ | 8.21 | 10.3 | 20.29 | - |
| YUV | 77.23 | 153.83 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 123 | 0.85 | 0.20 | 0 | 0.52 | 194.42 | 0.73 | 0.28 |
| Hex | 13 | 62 | 7B | 55 | 14 | 0 | 34 | C2 | 49 | 1C |
| Octal | 23 | 142 | 173 | 125 | 24 | 0 | 64 | 302 | 111 | 34 |
| Binary | 10011 | 1100010 | 1111011 | 1010101 | 10100 | 0 | 110100 | 11000010 | 1001001 | 11100 |
Color Harmonies of #13627B
Complementary color
Monochromatic Colors of #13627B
Black with #13627B
Text Example
Text Example
White with #13627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13627B; }
p { color: rgb(19,98,123); }
H1.HeaderClassName
{
color: #13627B;
}
.AnyTagClassName
{
color: #13627B;
}
</style>
background-color css
<style>
a { background-color: #13627B; }
a { background-color: rgb(19,98,123); }
div.DivClassName
{
background-color: #13627B;
}
.BgClassName
{
background-color: #13627B;
}
</style>
border-color css
<style>
span { border-color: #13627B; }
span { border-color: rgb(19,98,123); }
td.TdClassName
{
border-color: #13627B;
}
.TagClassName
{
border-color: #13627B;
}
</style>