Shades of Cyprus #144B50
Tints of Cyprus #144B50
RGB
CMYK
RGB Variations
Color information
#144B50 (or 0x144B50) is known color: Cyprus. HEX triplet: 14, 4B and 50. RGB value is (20,75,80). Sum of RGB (Red+Green+Blue) = 20+75+80=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #144B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B50 is #EBB4AF. Grayscale: #3B3B3B. Windows color (decimal): -15447216 or 5262100. OLE color: 5262100.
HSL color Cylindrical-coordinate representation of color #144B50: hue angle of 185º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144B50 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 75 | 80 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.69 |
| HSL | 185º | 0.6% | 0.2% | - |
| HSV(B) | 185º | 0.75% | 0.31% | - |
| XYZ | 4.25 | 5.76 | 8.48 | - |
| YUV | 59.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 80 | 0.75 | 0.06 | 0 | 0.69 | 185 | 0.6 | 0.2 |
| Hex | 14 | 4B | 50 | 4B | 6 | 0 | 45 | B9 | 3C | 14 |
| Octal | 24 | 113 | 120 | 113 | 6 | 0 | 105 | 271 | 74 | 24 |
| Binary | 10100 | 1001011 | 1010000 | 1001011 | 110 | 0 | 1000101 | 10111001 | 111100 | 10100 |
Color Harmonies of #144B50
Complementary color
Monochromatic Colors of #144B50
Black with #144B50
Text Example
Text Example
White with #144B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B50; }
p { color: rgb(20,75,80); }
H1.HeaderClassName
{
color: #144B50;
}
.AnyTagClassName
{
color: #144B50;
}
</style>
background-color css
<style>
a { background-color: #144B50; }
a { background-color: rgb(20,75,80); }
div.DivClassName
{
background-color: #144B50;
}
.BgClassName
{
background-color: #144B50;
}
</style>
border-color css
<style>
span { border-color: #144B50; }
span { border-color: rgb(20,75,80); }
td.TdClassName
{
border-color: #144B50;
}
.TagClassName
{
border-color: #144B50;
}
</style>