Shades of Cyprus #14494E
Tints of Cyprus #14494E
RGB
CMYK
RGB Variations
Color information
#14494E (or 0x14494E) is known color: Cyprus. HEX triplet: 14, 49 and 4E. RGB value is (20,73,78). Sum of RGB (Red+Green+Blue) = 20+73+78=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #14494E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14494E is #EBB6B1. Grayscale: #393939. Windows color (decimal): -15447730 or 5130516. OLE color: 5130516.
HSL color Cylindrical-coordinate representation of color #14494E: hue angle of 185.17º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14494E is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 73 | 78 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.69 |
| HSL | 185.17º | 0.59% | 0.19% | - |
| HSV(B) | 185.17º | 0.74% | 0.31% | - |
| XYZ | 4.05 | 5.46 | 8.05 | - |
| YUV | 57.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 78 | 0.74 | 0.06 | 0 | 0.69 | 185.17 | 0.59 | 0.19 |
| Hex | 14 | 49 | 4E | 4A | 6 | 0 | 45 | B9 | 3B | 13 |
| Octal | 24 | 111 | 116 | 112 | 6 | 0 | 105 | 271 | 73 | 23 |
| Binary | 10100 | 1001001 | 1001110 | 1001010 | 110 | 0 | 1000101 | 10111001 | 111011 | 10011 |
Color Harmonies of #14494E
Complementary color
Monochromatic Colors of #14494E
Black with #14494E
Text Example
Text Example
White with #14494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14494E; }
p { color: rgb(20,73,78); }
H1.HeaderClassName
{
color: #14494E;
}
.AnyTagClassName
{
color: #14494E;
}
</style>
background-color css
<style>
a { background-color: #14494E; }
a { background-color: rgb(20,73,78); }
div.DivClassName
{
background-color: #14494E;
}
.BgClassName
{
background-color: #14494E;
}
</style>
border-color css
<style>
span { border-color: #14494E; }
span { border-color: rgb(20,73,78); }
td.TdClassName
{
border-color: #14494E;
}
.TagClassName
{
border-color: #14494E;
}
</style>