Shades of Cyprus #144850
Tints of Cyprus #144850
RGB
CMYK
RGB Variations
Color information
#144850 (or 0x144850) is known color: Cyprus. HEX triplet: 14, 48 and 50. RGB value is (20,72,80). Sum of RGB (Red+Green+Blue) = 20+72+80=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #144850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144850 is #EBB7AF. Grayscale: #393939. Windows color (decimal): -15447984 or 5261332. OLE color: 5261332.
HSL color Cylindrical-coordinate representation of color #144850: hue angle of 188º 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 #144850 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 72 | 80 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.69 |
| HSL | 188º | 0.6% | 0.2% | - |
| HSV(B) | 188º | 0.75% | 0.31% | - |
| XYZ | 4.05 | 5.36 | 8.41 | - |
| YUV | 57.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 80 | 0.75 | 0.10 | 0 | 0.69 | 188 | 0.6 | 0.2 |
| Hex | 14 | 48 | 50 | 4B | A | 0 | 45 | BC | 3C | 14 |
| Octal | 24 | 110 | 120 | 113 | 12 | 0 | 105 | 274 | 74 | 24 |
| Binary | 10100 | 1001000 | 1010000 | 1001011 | 1010 | 0 | 1000101 | 10111100 | 111100 | 10100 |
Color Harmonies of #144850
Complementary color
Monochromatic Colors of #144850
Black with #144850
Text Example
Text Example
White with #144850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144850; }
p { color: rgb(20,72,80); }
H1.HeaderClassName
{
color: #144850;
}
.AnyTagClassName
{
color: #144850;
}
</style>
background-color css
<style>
a { background-color: #144850; }
a { background-color: rgb(20,72,80); }
div.DivClassName
{
background-color: #144850;
}
.BgClassName
{
background-color: #144850;
}
</style>
border-color css
<style>
span { border-color: #144850; }
span { border-color: rgb(20,72,80); }
td.TdClassName
{
border-color: #144850;
}
.TagClassName
{
border-color: #144850;
}
</style>