Shades of Allports #13658D
Tints of Allports #13658D
RGB
CMYK
RGB Variations
Color information
#13658D (or 0x13658D) is known color: Allports. HEX triplet: 13, 65 and 8D. RGB value is (19,101,141). Sum of RGB (Red+Green+Blue) = 19+101+141=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #13658D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13658D is #EC9A72. Grayscale: #505050. Windows color (decimal): -15506035 or 9266451. OLE color: 9266451.
HSL color Cylindrical-coordinate representation of color #13658D: hue angle of 199.67º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13658D is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 101 | 141 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.45 |
| HSL | 199.67º | 0.76% | 0.31% | - |
| HSV(B) | 199.67º | 0.87% | 0.55% | - |
| XYZ | 9.73 | 11.37 | 26.88 | - |
| YUV | 81.04 | 161.83 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 141 | 0.87 | 0.28 | 0 | 0.45 | 199.67 | 0.76 | 0.31 |
| Hex | 13 | 65 | 8D | 57 | 1C | 0 | 2D | C8 | 4C | 1F |
| Octal | 23 | 145 | 215 | 127 | 34 | 0 | 55 | 310 | 114 | 37 |
| Binary | 10011 | 1100101 | 10001101 | 1010111 | 11100 | 0 | 101101 | 11001000 | 1001100 | 11111 |
Color Harmonies of #13658D
Complementary color
Monochromatic Colors of #13658D
Black with #13658D
Text Example
Text Example
White with #13658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13658D; }
p { color: rgb(19,101,141); }
H1.HeaderClassName
{
color: #13658D;
}
.AnyTagClassName
{
color: #13658D;
}
</style>
background-color css
<style>
a { background-color: #13658D; }
a { background-color: rgb(19,101,141); }
div.DivClassName
{
background-color: #13658D;
}
.BgClassName
{
background-color: #13658D;
}
</style>
border-color css
<style>
span { border-color: #13658D; }
span { border-color: rgb(19,101,141); }
td.TdClassName
{
border-color: #13658D;
}
.TagClassName
{
border-color: #13658D;
}
</style>