#0E403B

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

Shades of Cyprus #0E403B

Tints of Cyprus #0E403B

Color information

#0E403B (or 0x0E403B) is unknown color: approx 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

RGB146459-
CMYK0.7800.080.75
HSL174º64.1%15.29%-
HSV(B)174º78.12%25.1%-
XYZ2.84.084.78-
YUV48.48133.94103.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.22%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 59 (23.44% from 255) = 43.07%
R=10.22%
G=46.72%
B=43.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1464590.7800.080.7517464.115.29
HexE403B4E084Bae40f
Octal161007311601011325610017
Binary1110100000011101110011100100010010111010111010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>