Shades of Cyprus #144B4F
Tints of Cyprus #144B4F
RGB
CMYK
RGB Variations
Color information
#144B4F (or 0x144B4F) is known color: Cyprus. HEX triplet: 14, 4B and 4F. RGB value is (20,75,79). Sum of RGB (Red+Green+Blue) = 20+75+79=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #144B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B4F is #EBB4B0. Grayscale: #3A3A3A. Windows color (decimal): -15447217 or 5196564. OLE color: 5196564.
HSL color Cylindrical-coordinate representation of color #144B4F: hue angle of 184.07º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144B4F is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 75 | 79 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.69 |
| HSL | 184.07º | 0.6% | 0.19% | - |
| HSV(B) | 184.07º | 0.75% | 0.31% | - |
| XYZ | 4.22 | 5.75 | 8.28 | - |
| YUV | 59.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 79 | 0.75 | 0.05 | 0 | 0.69 | 184.07 | 0.6 | 0.19 |
| Hex | 14 | 4B | 4F | 4B | 5 | 0 | 45 | B8 | 3C | 13 |
| Octal | 24 | 113 | 117 | 113 | 5 | 0 | 105 | 270 | 74 | 23 |
| Binary | 10100 | 1001011 | 1001111 | 1001011 | 101 | 0 | 1000101 | 10111000 | 111100 | 10011 |
Color Harmonies of #144B4F
Complementary color
Monochromatic Colors of #144B4F
Black with #144B4F
Text Example
Text Example
White with #144B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B4F; }
p { color: rgb(20,75,79); }
H1.HeaderClassName
{
color: #144B4F;
}
.AnyTagClassName
{
color: #144B4F;
}
</style>
background-color css
<style>
a { background-color: #144B4F; }
a { background-color: rgb(20,75,79); }
div.DivClassName
{
background-color: #144B4F;
}
.BgClassName
{
background-color: #144B4F;
}
</style>
border-color css
<style>
span { border-color: #144B4F; }
span { border-color: rgb(20,75,79); }
td.TdClassName
{
border-color: #144B4F;
}
.TagClassName
{
border-color: #144B4F;
}
</style>