Shades of Allports #13657B
Tints of Allports #13657B
RGB
CMYK
RGB Variations
Color information
#13657B (or 0x13657B) is known color: Allports. HEX triplet: 13, 65 and 7B. RGB value is (19,101,123). Sum of RGB (Red+Green+Blue) = 19+101+123=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #13657B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13657B is #EC9A84. Grayscale: #4E4E4E. Windows color (decimal): -15506053 or 8086803. OLE color: 8086803.
HSL color Cylindrical-coordinate representation of color #13657B: hue angle of 192.69º 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 #13657B is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 101 | 123 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.52 |
| HSL | 192.69º | 0.73% | 0.28% | - |
| HSV(B) | 192.69º | 0.85% | 0.48% | - |
| XYZ | 8.5 | 10.88 | 20.39 | - |
| YUV | 78.99 | 152.83 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 123 | 0.85 | 0.18 | 0 | 0.52 | 192.69 | 0.73 | 0.28 |
| Hex | 13 | 65 | 7B | 55 | 12 | 0 | 34 | C1 | 49 | 1C |
| Octal | 23 | 145 | 173 | 125 | 22 | 0 | 64 | 301 | 111 | 34 |
| Binary | 10011 | 1100101 | 1111011 | 1010101 | 10010 | 0 | 110100 | 11000001 | 1001001 | 11100 |
Color Harmonies of #13657B
Complementary color
Monochromatic Colors of #13657B
Black with #13657B
Text Example
Text Example
White with #13657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13657B; }
p { color: rgb(19,101,123); }
H1.HeaderClassName
{
color: #13657B;
}
.AnyTagClassName
{
color: #13657B;
}
</style>
background-color css
<style>
a { background-color: #13657B; }
a { background-color: rgb(19,101,123); }
div.DivClassName
{
background-color: #13657B;
}
.BgClassName
{
background-color: #13657B;
}
</style>
border-color css
<style>
span { border-color: #13657B; }
span { border-color: rgb(19,101,123); }
td.TdClassName
{
border-color: #13657B;
}
.TagClassName
{
border-color: #13657B;
}
</style>