Shades of Cyprus #144B4E
Tints of Cyprus #144B4E
RGB
CMYK
RGB Variations
Color information
#144B4E (or 0x144B4E) is known color: Cyprus. HEX triplet: 14, 4B and 4E. RGB value is (20,75,78). Sum of RGB (Red+Green+Blue) = 20+75+78=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #144B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B4E is #EBB4B1. Grayscale: #3A3A3A. Windows color (decimal): -15447218 or 5131028. OLE color: 5131028.
HSL color Cylindrical-coordinate representation of color #144B4E: hue angle of 183.1º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144B4E is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 75 | 78 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.69 |
| HSL | 183.1º | 0.59% | 0.19% | - |
| HSV(B) | 183.1º | 0.74% | 0.31% | - |
| XYZ | 4.18 | 5.73 | 8.09 | - |
| YUV | 58.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 78 | 0.74 | 0.04 | 0 | 0.69 | 183.1 | 0.59 | 0.19 |
| Hex | 14 | 4B | 4E | 4A | 4 | 0 | 45 | B7 | 3B | 13 |
| Octal | 24 | 113 | 116 | 112 | 4 | 0 | 105 | 267 | 73 | 23 |
| Binary | 10100 | 1001011 | 1001110 | 1001010 | 100 | 0 | 1000101 | 10110111 | 111011 | 10011 |
Color Harmonies of #144B4E
Complementary color
Monochromatic Colors of #144B4E
Black with #144B4E
Text Example
Text Example
White with #144B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B4E; }
p { color: rgb(20,75,78); }
H1.HeaderClassName
{
color: #144B4E;
}
.AnyTagClassName
{
color: #144B4E;
}
</style>
background-color css
<style>
a { background-color: #144B4E; }
a { background-color: rgb(20,75,78); }
div.DivClassName
{
background-color: #144B4E;
}
.BgClassName
{
background-color: #144B4E;
}
</style>
border-color css
<style>
span { border-color: #144B4E; }
span { border-color: rgb(20,75,78); }
td.TdClassName
{
border-color: #144B4E;
}
.TagClassName
{
border-color: #144B4E;
}
</style>