Shades of Allports #14698D
Tints of Allports #14698D
RGB
CMYK
RGB Variations
Color information
#14698D (or 0x14698D) is known color: Allports. HEX triplet: 14, 69 and 8D. RGB value is (20,105,141). Sum of RGB (Red+Green+Blue) = 20+105+141=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #14698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14698D is #EB9672. Grayscale: #535353. Windows color (decimal): -15439475 or 9267476. OLE color: 9267476.
HSL color Cylindrical-coordinate representation of color #14698D: hue angle of 197.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14698D is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 105 | 141 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.45 |
| HSL | 197.85º | 0.75% | 0.32% | - |
| HSV(B) | 197.85º | 0.86% | 0.55% | - |
| XYZ | 10.15 | 12.17 | 27.01 | - |
| YUV | 83.69 | 160.34 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 141 | 0.86 | 0.26 | 0 | 0.45 | 197.85 | 0.75 | 0.32 |
| Hex | 14 | 69 | 8D | 56 | 1A | 0 | 2D | C6 | 4B | 20 |
| Octal | 24 | 151 | 215 | 126 | 32 | 0 | 55 | 306 | 113 | 40 |
| Binary | 10100 | 1101001 | 10001101 | 1010110 | 11010 | 0 | 101101 | 11000110 | 1001011 | 100000 |
Color Harmonies of #14698D
Complementary color
Monochromatic Colors of #14698D
Black with #14698D
Text Example
Text Example
White with #14698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14698D; }
p { color: rgb(20,105,141); }
H1.HeaderClassName
{
color: #14698D;
}
.AnyTagClassName
{
color: #14698D;
}
</style>
background-color css
<style>
a { background-color: #14698D; }
a { background-color: rgb(20,105,141); }
div.DivClassName
{
background-color: #14698D;
}
.BgClassName
{
background-color: #14698D;
}
</style>
border-color css
<style>
span { border-color: #14698D; }
span { border-color: rgb(20,105,141); }
td.TdClassName
{
border-color: #14698D;
}
.TagClassName
{
border-color: #14698D;
}
</style>