Shades of Cyprus #0E464A
Tints of Cyprus #0E464A
RGB
CMYK
RGB Variations
Color information
#0E464A (or 0x0E464A) is known color: Cyprus. HEX triplet: 0E, 46 and 4A. RGB value is (14,70,74). Sum of RGB (Red+Green+Blue) = 14+70+74=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E464A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E464A is #F1B9B5. Grayscale: #353535. Windows color (decimal): -15841718 or 4867598. OLE color: 4867598.
HSL color Cylindrical-coordinate representation of color #0E464A: hue angle of 184º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E464A is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 70 | 74 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.71 |
| HSL | 184º | 0.68% | 0.17% | - |
| HSV(B) | 184º | 0.81% | 0.29% | - |
| XYZ | 3.61 | 4.97 | 7.25 | - |
| YUV | 53.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 70 | 74 | 0.81 | 0.05 | 0 | 0.71 | 184 | 0.68 | 0.17 |
| Hex | E | 46 | 4A | 51 | 5 | 0 | 47 | B8 | 44 | 11 |
| Octal | 16 | 106 | 112 | 121 | 5 | 0 | 107 | 270 | 104 | 21 |
| Binary | 1110 | 1000110 | 1001010 | 1010001 | 101 | 0 | 1000111 | 10111000 | 1000100 | 10001 |
Color Harmonies of #0E464A
Complementary color
Monochromatic Colors of #0E464A
Black with #0E464A
Text Example
Text Example
White with #0E464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E464A; }
p { color: rgb(14,70,74); }
H1.HeaderClassName
{
color: #0E464A;
}
.AnyTagClassName
{
color: #0E464A;
}
</style>
background-color css
<style>
a { background-color: #0E464A; }
a { background-color: rgb(14,70,74); }
div.DivClassName
{
background-color: #0E464A;
}
.BgClassName
{
background-color: #0E464A;
}
</style>
border-color css
<style>
span { border-color: #0E464A; }
span { border-color: rgb(14,70,74); }
td.TdClassName
{
border-color: #0E464A;
}
.TagClassName
{
border-color: #0E464A;
}
</style>