Shades of Cyprus #0E3E48
Tints of Cyprus #0E3E48
RGB
CMYK
RGB Variations
Color information
#0E3E48 (or 0x0E3E48) is known color: Cyprus. HEX triplet: 0E, 3E and 48. RGB value is (14,62,72). Sum of RGB (Red+Green+Blue) = 14+62+72=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E3E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3E48 is #F1C1B7. Grayscale: #303030. Windows color (decimal): -15843768 or 4734478. OLE color: 4734478.
HSL color Cylindrical-coordinate representation of color #0E3E48: hue angle of 190.34º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E3E48 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 62 | 72 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.72 |
| HSL | 190.34º | 0.67% | 0.17% | - |
| HSV(B) | 190.34º | 0.81% | 0.28% | - |
| XYZ | 3.07 | 4.01 | 6.74 | - |
| YUV | 48.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 62 | 72 | 0.81 | 0.14 | 0 | 0.72 | 190.34 | 0.67 | 0.17 |
| Hex | E | 3E | 48 | 51 | E | 0 | 48 | BE | 43 | 11 |
| Octal | 16 | 76 | 110 | 121 | 16 | 0 | 110 | 276 | 103 | 21 |
| Binary | 1110 | 111110 | 1001000 | 1010001 | 1110 | 0 | 1001000 | 10111110 | 1000011 | 10001 |
Color Harmonies of #0E3E48
Complementary color
Monochromatic Colors of #0E3E48
Black with #0E3E48
Text Example
Text Example
White with #0E3E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3E48; }
p { color: rgb(14,62,72); }
H1.HeaderClassName
{
color: #0E3E48;
}
.AnyTagClassName
{
color: #0E3E48;
}
</style>
background-color css
<style>
a { background-color: #0E3E48; }
a { background-color: rgb(14,62,72); }
div.DivClassName
{
background-color: #0E3E48;
}
.BgClassName
{
background-color: #0E3E48;
}
</style>
border-color css
<style>
span { border-color: #0E3E48; }
span { border-color: rgb(14,62,72); }
td.TdClassName
{
border-color: #0E3E48;
}
.TagClassName
{
border-color: #0E3E48;
}
</style>