Shades of Cyprus #144E54
Tints of Cyprus #144E54
RGB
CMYK
RGB Variations
Color information
#144E54 (or 0x144E54) is known color: Cyprus. HEX triplet: 14, 4E and 54. RGB value is (20,78,84). Sum of RGB (Red+Green+Blue) = 20+78+84=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #144E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E54 is #EBB1AB. Grayscale: #3D3D3D. Windows color (decimal): -15446444 or 5525012. OLE color: 5525012.
HSL color Cylindrical-coordinate representation of color #144E54: hue angle of 185.62º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144E54 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 78 | 84 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.67 |
| HSL | 185.63º | 0.62% | 0.2% | - |
| HSV(B) | 185.63º | 0.76% | 0.33% | - |
| XYZ | 4.61 | 6.24 | 9.35 | - |
| YUV | 61.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 84 | 0.76 | 0.07 | 0 | 0.67 | 185.63 | 0.62 | 0.2 |
| Hex | 14 | 4E | 54 | 4C | 7 | 0 | 43 | BA | 3E | 14 |
| Octal | 24 | 116 | 124 | 114 | 7 | 0 | 103 | 272 | 76 | 24 |
| Binary | 10100 | 1001110 | 1010100 | 1001100 | 111 | 0 | 1000011 | 10111010 | 111110 | 10100 |
Color Harmonies of #144E54
Complementary color
Monochromatic Colors of #144E54
Black with #144E54
Text Example
Text Example
White with #144E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E54; }
p { color: rgb(20,78,84); }
H1.HeaderClassName
{
color: #144E54;
}
.AnyTagClassName
{
color: #144E54;
}
</style>
background-color css
<style>
a { background-color: #144E54; }
a { background-color: rgb(20,78,84); }
div.DivClassName
{
background-color: #144E54;
}
.BgClassName
{
background-color: #144E54;
}
</style>
border-color css
<style>
span { border-color: #144E54; }
span { border-color: rgb(20,78,84); }
td.TdClassName
{
border-color: #144E54;
}
.TagClassName
{
border-color: #144E54;
}
</style>