Shades of Cyprus #0E403B
Tints of Cyprus #0E403B
RGB
CMYK
RGB Variations
Color information
#0E403B (or 0x0E403B) is known color: Cyprus. HEX triplet: 0E, 40 and 3B. RGB value is (14,64,59). Sum of RGB (Red+Green+Blue) = 14+64+59=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #0E403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E403B is #F1BFC4. Grayscale: #303030. Windows color (decimal): -15843269 or 3883022. OLE color: 3883022.
HSL color Cylindrical-coordinate representation of color #0E403B: hue angle of 174º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E403B is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 64 | 59 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.75 |
| HSL | 174º | 0.64% | 0.15% | - |
| HSV(B) | 174º | 0.78% | 0.25% | - |
| XYZ | 2.8 | 4.08 | 4.78 | - |
| YUV | 48.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 59 | 0.78 | 0 | 0.08 | 0.75 | 174 | 0.64 | 0.15 |
| Hex | E | 40 | 3B | 4E | 0 | 8 | 4B | AE | 40 | F |
| Octal | 16 | 100 | 73 | 116 | 0 | 10 | 113 | 256 | 100 | 17 |
| Binary | 1110 | 1000000 | 111011 | 1001110 | 0 | 1000 | 1001011 | 10101110 | 1000000 | 1111 |
Color Harmonies of #0E403B
Complementary color
Monochromatic Colors of #0E403B
Black with #0E403B
Text Example
Text Example
White with #0E403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E403B; }
p { color: rgb(14,64,59); }
H1.HeaderClassName
{
color: #0E403B;
}
.AnyTagClassName
{
color: #0E403B;
}
</style>
background-color css
<style>
a { background-color: #0E403B; }
a { background-color: rgb(14,64,59); }
div.DivClassName
{
background-color: #0E403B;
}
.BgClassName
{
background-color: #0E403B;
}
</style>
border-color css
<style>
span { border-color: #0E403B; }
span { border-color: rgb(14,64,59); }
td.TdClassName
{
border-color: #0E403B;
}
.TagClassName
{
border-color: #0E403B;
}
</style>