Shades of Cyprus #0E5144
Tints of Cyprus #0E5144
RGB
CMYK
RGB Variations
Color information
#0E5144 (or 0x0E5144) is known color: Cyprus. HEX triplet: 0E, 51 and 44. RGB value is (14,81,68). Sum of RGB (Red+Green+Blue) = 14+81+68=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #0E5144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5144 is #F1AEBB. Grayscale: #3B3B3B. Windows color (decimal): -15838908 or 4477198. OLE color: 4477198.
HSL color Cylindrical-coordinate representation of color #0E5144: hue angle of 168.36º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5144 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 81 | 68 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.68 |
| HSL | 168.36º | 0.71% | 0.19% | - |
| HSV(B) | 168.36º | 0.83% | 0.32% | - |
| XYZ | 4.17 | 6.4 | 6.48 | - |
| YUV | 59.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 81 | 68 | 0.83 | 0 | 0.16 | 0.68 | 168.36 | 0.71 | 0.19 |
| Hex | E | 51 | 44 | 53 | 0 | 10 | 44 | A8 | 47 | 13 |
| Octal | 16 | 121 | 104 | 123 | 0 | 20 | 104 | 250 | 107 | 23 |
| Binary | 1110 | 1010001 | 1000100 | 1010011 | 0 | 10000 | 1000100 | 10101000 | 1000111 | 10011 |
Color Harmonies of #0E5144
Complementary color
Monochromatic Colors of #0E5144
Black with #0E5144
Text Example
Text Example
White with #0E5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5144; }
p { color: rgb(14,81,68); }
H1.HeaderClassName
{
color: #0E5144;
}
.AnyTagClassName
{
color: #0E5144;
}
</style>
background-color css
<style>
a { background-color: #0E5144; }
a { background-color: rgb(14,81,68); }
div.DivClassName
{
background-color: #0E5144;
}
.BgClassName
{
background-color: #0E5144;
}
</style>
border-color css
<style>
span { border-color: #0E5144; }
span { border-color: rgb(14,81,68); }
td.TdClassName
{
border-color: #0E5144;
}
.TagClassName
{
border-color: #0E5144;
}
</style>