Shades of Cyprus #14494D
Tints of Cyprus #14494D
RGB
CMYK
RGB Variations
Color information
#14494D (or 0x14494D) is known color: Cyprus. HEX triplet: 14, 49 and 4D. RGB value is (20,73,77). Sum of RGB (Red+Green+Blue) = 20+73+77=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #14494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14494D is #EBB6B2. Grayscale: #393939. Windows color (decimal): -15447731 or 5064980. OLE color: 5064980.
HSL color Cylindrical-coordinate representation of color #14494D: hue angle of 184.21º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14494D is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 73 | 77 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.70 |
| HSL | 184.21º | 0.59% | 0.19% | - |
| HSV(B) | 184.21º | 0.74% | 0.3% | - |
| XYZ | 4.01 | 5.45 | 7.86 | - |
| YUV | 57.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 77 | 0.74 | 0.05 | 0 | 0.70 | 184.21 | 0.59 | 0.19 |
| Hex | 14 | 49 | 4D | 4A | 5 | 0 | 46 | B8 | 3B | 13 |
| Octal | 24 | 111 | 115 | 112 | 5 | 0 | 106 | 270 | 73 | 23 |
| Binary | 10100 | 1001001 | 1001101 | 1001010 | 101 | 0 | 1000110 | 10111000 | 111011 | 10011 |
Color Harmonies of #14494D
Complementary color
Monochromatic Colors of #14494D
Black with #14494D
Text Example
Text Example
White with #14494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14494D; }
p { color: rgb(20,73,77); }
H1.HeaderClassName
{
color: #14494D;
}
.AnyTagClassName
{
color: #14494D;
}
</style>
background-color css
<style>
a { background-color: #14494D; }
a { background-color: rgb(20,73,77); }
div.DivClassName
{
background-color: #14494D;
}
.BgClassName
{
background-color: #14494D;
}
</style>
border-color css
<style>
span { border-color: #14494D; }
span { border-color: rgb(20,73,77); }
td.TdClassName
{
border-color: #14494D;
}
.TagClassName
{
border-color: #14494D;
}
</style>