Shades of Cyprus #0E404A
Tints of Cyprus #0E404A
RGB
CMYK
RGB Variations
Color information
#0E404A (or 0x0E404A) is known color: Cyprus. HEX triplet: 0E, 40 and 4A. RGB value is (14,64,74). Sum of RGB (Red+Green+Blue) = 14+64+74=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E404A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E404A is #F1BFB5. Grayscale: #323232. Windows color (decimal): -15843254 or 4866062. OLE color: 4866062.
HSL color Cylindrical-coordinate representation of color #0E404A: hue angle of 190º 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 #0E404A is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 64 | 74 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.71 |
| HSL | 190º | 0.68% | 0.17% | - |
| HSV(B) | 190º | 0.81% | 0.29% | - |
| XYZ | 3.25 | 4.25 | 7.13 | - |
| YUV | 50.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 74 | 0.81 | 0.14 | 0 | 0.71 | 190 | 0.68 | 0.17 |
| Hex | E | 40 | 4A | 51 | E | 0 | 47 | BE | 44 | 11 |
| Octal | 16 | 100 | 112 | 121 | 16 | 0 | 107 | 276 | 104 | 21 |
| Binary | 1110 | 1000000 | 1001010 | 1010001 | 1110 | 0 | 1000111 | 10111110 | 1000100 | 10001 |
Color Harmonies of #0E404A
Complementary color
Monochromatic Colors of #0E404A
Black with #0E404A
Text Example
Text Example
White with #0E404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E404A; }
p { color: rgb(14,64,74); }
H1.HeaderClassName
{
color: #0E404A;
}
.AnyTagClassName
{
color: #0E404A;
}
</style>
background-color css
<style>
a { background-color: #0E404A; }
a { background-color: rgb(14,64,74); }
div.DivClassName
{
background-color: #0E404A;
}
.BgClassName
{
background-color: #0E404A;
}
</style>
border-color css
<style>
span { border-color: #0E404A; }
span { border-color: rgb(14,64,74); }
td.TdClassName
{
border-color: #0E404A;
}
.TagClassName
{
border-color: #0E404A;
}
</style>