Shades of Cyprus #144F56
Tints of Cyprus #144F56
RGB
CMYK
RGB Variations
Color information
#144F56 (or 0x144F56) is known color: Cyprus. HEX triplet: 14, 4F and 56. RGB value is (20,79,86). Sum of RGB (Red+Green+Blue) = 20+79+86=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #144F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F56 is #EBB0A9. Grayscale: #3E3E3E. Windows color (decimal): -15446186 or 5656340. OLE color: 5656340.
HSL color Cylindrical-coordinate representation of color #144F56: hue angle of 186.36º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144F56 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 79 | 86 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.66 |
| HSL | 186.36º | 0.62% | 0.21% | - |
| HSV(B) | 186.36º | 0.77% | 0.34% | - |
| XYZ | 4.76 | 6.41 | 9.79 | - |
| YUV | 62.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 86 | 0.77 | 0.08 | 0 | 0.66 | 186.36 | 0.62 | 0.21 |
| Hex | 14 | 4F | 56 | 4D | 8 | 0 | 42 | BA | 3E | 15 |
| Octal | 24 | 117 | 126 | 115 | 10 | 0 | 102 | 272 | 76 | 25 |
| Binary | 10100 | 1001111 | 1010110 | 1001101 | 1000 | 0 | 1000010 | 10111010 | 111110 | 10101 |
Color Harmonies of #144F56
Complementary color
Monochromatic Colors of #144F56
Black with #144F56
Text Example
Text Example
White with #144F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F56; }
p { color: rgb(20,79,86); }
H1.HeaderClassName
{
color: #144F56;
}
.AnyTagClassName
{
color: #144F56;
}
</style>
background-color css
<style>
a { background-color: #144F56; }
a { background-color: rgb(20,79,86); }
div.DivClassName
{
background-color: #144F56;
}
.BgClassName
{
background-color: #144F56;
}
</style>
border-color css
<style>
span { border-color: #144F56; }
span { border-color: rgb(20,79,86); }
td.TdClassName
{
border-color: #144F56;
}
.TagClassName
{
border-color: #144F56;
}
</style>