Html Css Color HEX #0E4149 Cyprus

📋 copy color: '#0E4149'

red 14 ◦ green 65 ◦ blue 73

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

Shades of Cyprus #0E4149

Tints of Cyprus #0E4149

RGB

 RED value IS 14 (5.86% from 255) = 9.21%

 GREEN value IS 65 (25.78% from 255) = 42.76%

 BLUE value IS 73 (28.91% from 255) = 48.03%

R = 9.21%
G = 42.76%
B = 48.03%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E4149 (or 0x0E4149) is known color: Cyprus. HEX triplet: 0E, 41 and 49. RGB value is (14,65,73). Sum of RGB (Red+Green+Blue) = 14+65+73=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E4149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4149 is #F1BEB6. Grayscale: #323232. Windows color (decimal): -15842999 or 4800782. OLE color: 4800782.

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

Color convert

RGB 14 65 73 -
CMYK 0.81 0.11 0 0.71
HSL 188.14º 0.68% 0.17% -
HSV(B) 188.14º 0.81% 0.29% -
XYZ 3.27 4.35 6.97 -
YUV 50.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 14 65 73 0.81 0.11 0 0.71 188.14 0.68 0.17
Hex E 41 49 51 B 0 47 BC 44 11
Octal 16 101 111 121 13 0 107 274 104 21
Binary 1110 1000001 1001001 1010001 1011 0 1000111 10111100 1000100 10001

Color Harmonies of #0E4149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4149

Black with #0E4149

Text Example


Text Example

White with #0E4149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E4149;
 }
 .AnyTagClassName
 {
   color: #0E4149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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