Shades of Allports #14698B
Tints of Allports #14698B
RGB
CMYK
RGB Variations
Color information
#14698B (or 0x14698B) is known color: Allports. HEX triplet: 14, 69 and 8B. RGB value is (20,105,139). Sum of RGB (Red+Green+Blue) = 20+105+139=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #14698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14698B is #EB9674. Grayscale: #535353. Windows color (decimal): -15439477 or 9136404. OLE color: 9136404.
HSL color Cylindrical-coordinate representation of color #14698B: hue angle of 197.14º degrees, saturation: 0.75, 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 #14698B is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 105 | 139 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.45 |
| HSL | 197.14º | 0.75% | 0.31% | - |
| HSV(B) | 197.14º | 0.86% | 0.55% | - |
| XYZ | 10 | 12.12 | 26.24 | - |
| YUV | 83.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 139 | 0.86 | 0.24 | 0 | 0.45 | 197.14 | 0.75 | 0.31 |
| Hex | 14 | 69 | 8B | 56 | 18 | 0 | 2D | C5 | 4B | 1F |
| Octal | 24 | 151 | 213 | 126 | 30 | 0 | 55 | 305 | 113 | 37 |
| Binary | 10100 | 1101001 | 10001011 | 1010110 | 11000 | 0 | 101101 | 11000101 | 1001011 | 11111 |
Color Harmonies of #14698B
Complementary color
Monochromatic Colors of #14698B
Black with #14698B
Text Example
Text Example
White with #14698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14698B; }
p { color: rgb(20,105,139); }
H1.HeaderClassName
{
color: #14698B;
}
.AnyTagClassName
{
color: #14698B;
}
</style>
background-color css
<style>
a { background-color: #14698B; }
a { background-color: rgb(20,105,139); }
div.DivClassName
{
background-color: #14698B;
}
.BgClassName
{
background-color: #14698B;
}
</style>
border-color css
<style>
span { border-color: #14698B; }
span { border-color: rgb(20,105,139); }
td.TdClassName
{
border-color: #14698B;
}
.TagClassName
{
border-color: #14698B;
}
</style>