#0E4049

Color #0E4049 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0E4049

Tints of Cyprus #0E4049

Color information

#0E4049 (or 0x0E4049) is unknown color: approx Cyprus. HEX triplet: 0E, 40 and 49. RGB value is (14,64,73). Sum of RGB (Red+Green+Blue) = 14+64+73=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E4049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4049 is #F1BFB6. Grayscale: #313131. Windows color (decimal): -15843255 or 4800526. OLE color: 4800526.

HSL color Cylindrical-coordinate representation of color #0E4049: hue angle of 189.15º 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 #0E4049 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB146473-
CMYK0.810.1200.71
HSL189.15º67.82%17.06%-
HSV(B)189.15º80.82%28.63%-
XYZ3.224.246.95-
YUV50.08140.94102.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=9.27%
G=42.38%
B=48.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1464730.810.1200.71189.1567.8217.06
HexE404951C047bd4411
Octal1610011112114010727510421
Binary111010000001001001101000111000100011110111101100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E4049; }

 p { color: rgb(14,64,73); }

 H1.HeaderClassName
 {
   color: #0E4049;
 }
 .AnyTagClassName
 {
   color: #0E4049;
 }
</style>
background-color css

<style>
 a { background-color: #0E4049; }

 a { background-color: rgb(14,64,73); }

 div.DivClassName
 {
   background-color: #0E4049;
 }
 .BgClassName
 {
   background-color: #0E4049;
 }
</style>
border-color css

<style>
 span { border-color: #0E4049; }

 span { border-color: rgb(14,64,73); }

 td.TdClassName
 {
   border-color: #0E4049;
 }
 .TagClassName
 {
   border-color: #0E4049;
 }
</style>