Shades of Cyprus #144E55
Tints of Cyprus #144E55
RGB
CMYK
RGB Variations
Color information
#144E55 (or 0x144E55) is known color: Cyprus. HEX triplet: 14, 4E and 55. RGB value is (20,78,85). Sum of RGB (Red+Green+Blue) = 20+78+85=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #144E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E55 is #EBB1AA. Grayscale: #3D3D3D. Windows color (decimal): -15446443 or 5590548. OLE color: 5590548.
HSL color Cylindrical-coordinate representation of color #144E55: hue angle of 186.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144E55 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 78 | 85 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.67 |
| HSL | 186.46º | 0.62% | 0.21% | - |
| HSV(B) | 186.46º | 0.76% | 0.33% | - |
| XYZ | 4.65 | 6.25 | 9.56 | - |
| YUV | 61.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 85 | 0.76 | 0.08 | 0 | 0.67 | 186.46 | 0.62 | 0.21 |
| Hex | 14 | 4E | 55 | 4C | 8 | 0 | 43 | BA | 3E | 15 |
| Octal | 24 | 116 | 125 | 114 | 10 | 0 | 103 | 272 | 76 | 25 |
| Binary | 10100 | 1001110 | 1010101 | 1001100 | 1000 | 0 | 1000011 | 10111010 | 111110 | 10101 |
Color Harmonies of #144E55
Complementary color
Monochromatic Colors of #144E55
Black with #144E55
Text Example
Text Example
White with #144E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E55; }
p { color: rgb(20,78,85); }
H1.HeaderClassName
{
color: #144E55;
}
.AnyTagClassName
{
color: #144E55;
}
</style>
background-color css
<style>
a { background-color: #144E55; }
a { background-color: rgb(20,78,85); }
div.DivClassName
{
background-color: #144E55;
}
.BgClassName
{
background-color: #144E55;
}
</style>
border-color css
<style>
span { border-color: #144E55; }
span { border-color: rgb(20,78,85); }
td.TdClassName
{
border-color: #144E55;
}
.TagClassName
{
border-color: #144E55;
}
</style>