Shades of Cyprus #144A51
Tints of Cyprus #144A51
RGB
CMYK
RGB Variations
Color information
#144A51 (or 0x144A51) is known color: Cyprus. HEX triplet: 14, 4A and 51. RGB value is (20,74,81). Sum of RGB (Red+Green+Blue) = 20+74+81=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #144A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A51 is #EBB5AE. Grayscale: #3A3A3A. Windows color (decimal): -15447471 or 5327380. OLE color: 5327380.
HSL color Cylindrical-coordinate representation of color #144A51: hue angle of 186.89º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144A51 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 74 | 81 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.68 |
| HSL | 186.89º | 0.6% | 0.2% | - |
| HSV(B) | 186.89º | 0.75% | 0.32% | - |
| XYZ | 4.22 | 5.64 | 8.65 | - |
| YUV | 58.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 81 | 0.75 | 0.09 | 0 | 0.68 | 186.89 | 0.6 | 0.2 |
| Hex | 14 | 4A | 51 | 4B | 9 | 0 | 44 | BB | 3C | 14 |
| Octal | 24 | 112 | 121 | 113 | 11 | 0 | 104 | 273 | 74 | 24 |
| Binary | 10100 | 1001010 | 1010001 | 1001011 | 1001 | 0 | 1000100 | 10111011 | 111100 | 10100 |
Color Harmonies of #144A51
Complementary color
Monochromatic Colors of #144A51
Black with #144A51
Text Example
Text Example
White with #144A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A51; }
p { color: rgb(20,74,81); }
H1.HeaderClassName
{
color: #144A51;
}
.AnyTagClassName
{
color: #144A51;
}
</style>
background-color css
<style>
a { background-color: #144A51; }
a { background-color: rgb(20,74,81); }
div.DivClassName
{
background-color: #144A51;
}
.BgClassName
{
background-color: #144A51;
}
</style>
border-color css
<style>
span { border-color: #144A51; }
span { border-color: rgb(20,74,81); }
td.TdClassName
{
border-color: #144A51;
}
.TagClassName
{
border-color: #144A51;
}
</style>