Shades of Allports #13748B
Tints of Allports #13748B
RGB
CMYK
RGB Variations
Color information
#13748B (or 0x13748B) is known color: Allports. HEX triplet: 13, 74 and 8B. RGB value is (19,116,139). Sum of RGB (Red+Green+Blue) = 19+116+139=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #13748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13748B is #EC8B74. Grayscale: #595959. Windows color (decimal): -15502197 or 9139219. OLE color: 9139219.
HSL color Cylindrical-coordinate representation of color #13748B: hue angle of 191.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13748B is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 116 | 139 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.45 |
| HSL | 191.5º | 0.76% | 0.31% | - |
| HSV(B) | 191.5º | 0.86% | 0.55% | - |
| XYZ | 11.17 | 14.49 | 26.63 | - |
| YUV | 89.62 | 155.86 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 139 | 0.86 | 0.17 | 0 | 0.45 | 191.5 | 0.76 | 0.31 |
| Hex | 13 | 74 | 8B | 56 | 11 | 0 | 2D | C0 | 4C | 1F |
| Octal | 23 | 164 | 213 | 126 | 21 | 0 | 55 | 300 | 114 | 37 |
| Binary | 10011 | 1110100 | 10001011 | 1010110 | 10001 | 0 | 101101 | 11000000 | 1001100 | 11111 |
Color Harmonies of #13748B
Complementary color
Monochromatic Colors of #13748B
Black with #13748B
Text Example
Text Example
White with #13748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13748B; }
p { color: rgb(19,116,139); }
H1.HeaderClassName
{
color: #13748B;
}
.AnyTagClassName
{
color: #13748B;
}
</style>
background-color css
<style>
a { background-color: #13748B; }
a { background-color: rgb(19,116,139); }
div.DivClassName
{
background-color: #13748B;
}
.BgClassName
{
background-color: #13748B;
}
</style>
border-color css
<style>
span { border-color: #13748B; }
span { border-color: rgb(19,116,139); }
td.TdClassName
{
border-color: #13748B;
}
.TagClassName
{
border-color: #13748B;
}
</style>