Shades of Cyprus #144A4B
Tints of Cyprus #144A4B
RGB
CMYK
RGB Variations
Color information
#144A4B (or 0x144A4B) is known color: Cyprus. HEX triplet: 14, 4A and 4B. RGB value is (20,74,75). Sum of RGB (Red+Green+Blue) = 20+74+75=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #144A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A4B is #EBB5B4. Grayscale: #393939. Windows color (decimal): -15447477 or 4934164. OLE color: 4934164.
HSL color Cylindrical-coordinate representation of color #144A4B: hue angle of 181.09º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A4B is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 75 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.71 |
| HSL | 181.09º | 0.58% | 0.19% | - |
| HSV(B) | 181.09º | 0.73% | 0.29% | - |
| XYZ | 4.01 | 5.55 | 7.52 | - |
| YUV | 57.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 75 | 0.73 | 0.01 | 0 | 0.71 | 181.09 | 0.58 | 0.19 |
| Hex | 14 | 4A | 4B | 49 | 1 | 0 | 47 | B5 | 3A | 13 |
| Octal | 24 | 112 | 113 | 111 | 1 | 0 | 107 | 265 | 72 | 23 |
| Binary | 10100 | 1001010 | 1001011 | 1001001 | 1 | 0 | 1000111 | 10110101 | 111010 | 10011 |
Color Harmonies of #144A4B
Complementary color
Monochromatic Colors of #144A4B
Black with #144A4B
Text Example
Text Example
White with #144A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A4B; }
p { color: rgb(20,74,75); }
H1.HeaderClassName
{
color: #144A4B;
}
.AnyTagClassName
{
color: #144A4B;
}
</style>
background-color css
<style>
a { background-color: #144A4B; }
a { background-color: rgb(20,74,75); }
div.DivClassName
{
background-color: #144A4B;
}
.BgClassName
{
background-color: #144A4B;
}
</style>
border-color css
<style>
span { border-color: #144A4B; }
span { border-color: rgb(20,74,75); }
td.TdClassName
{
border-color: #144A4B;
}
.TagClassName
{
border-color: #144A4B;
}
</style>