Html Css Color HEX #0E4049 Cyprus

📋 copy color: '#0E4049'

red 14 ◦ green 64 ◦ blue 73

#0E4049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #0E4049

Tints of Cyprus #0E4049

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 value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E4049 (or 0x0E4049) is known color: 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

RGB 14 64 73 -
CMYK 0.81 0.12 0 0.71
HSL 189.15º 0.68% 0.17% -
HSV(B) 189.15º 0.81% 0.29% -
XYZ 3.22 4.24 6.95 -
YUV 50.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 14 64 73 0.81 0.12 0 0.71 189.15 0.68 0.17
Hex E 40 49 51 C 0 47 BD 44 11
Octal 16 100 111 121 14 0 107 275 104 21
Binary 1110 1000000 1001001 1010001 1100 0 1000111 10111101 1000100 10001

Color Harmonies of #0E4049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4049

Black with #0E4049

Text Example


Text Example

White with #0E4049

Text Example


Text Example

HTML Codes & Css Web 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>