Shades of Allports #13698B
Tints of Allports #13698B
RGB
CMYK
RGB Variations
Color information
#13698B (or 0x13698B) is known color: Allports. HEX triplet: 13, 69 and 8B. RGB value is (19,105,139). Sum of RGB (Red+Green+Blue) = 19+105+139=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #13698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13698B is #EC9674. Grayscale: #525252. Windows color (decimal): -15505013 or 9136403. OLE color: 9136403.
HSL color Cylindrical-coordinate representation of color #13698B: hue angle of 197º 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 #13698B is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 105 | 139 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.45 |
| HSL | 197º | 0.76% | 0.31% | - |
| HSV(B) | 197º | 0.86% | 0.55% | - |
| XYZ | 9.98 | 12.11 | 26.24 | - |
| YUV | 83.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 139 | 0.86 | 0.24 | 0 | 0.45 | 197 | 0.76 | 0.31 |
| Hex | 13 | 69 | 8B | 56 | 18 | 0 | 2D | C5 | 4C | 1F |
| Octal | 23 | 151 | 213 | 126 | 30 | 0 | 55 | 305 | 114 | 37 |
| Binary | 10011 | 1101001 | 10001011 | 1010110 | 11000 | 0 | 101101 | 11000101 | 1001100 | 11111 |
Color Harmonies of #13698B
Complementary color
Monochromatic Colors of #13698B
Black with #13698B
Text Example
Text Example
White with #13698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13698B; }
p { color: rgb(19,105,139); }
H1.HeaderClassName
{
color: #13698B;
}
.AnyTagClassName
{
color: #13698B;
}
</style>
background-color css
<style>
a { background-color: #13698B; }
a { background-color: rgb(19,105,139); }
div.DivClassName
{
background-color: #13698B;
}
.BgClassName
{
background-color: #13698B;
}
</style>
border-color css
<style>
span { border-color: #13698B; }
span { border-color: rgb(19,105,139); }
td.TdClassName
{
border-color: #13698B;
}
.TagClassName
{
border-color: #13698B;
}
</style>