Html Css Color HEX #0E4347 Cyprus

📋 copy color: '#0E4347'

red 14 ◦ green 67 ◦ blue 71

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

Shades of Cyprus #0E4347

Tints of Cyprus #0E4347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.08%

 BLUE value IS 71 (28.13% from 255) = 46.71%

R = 9.21%
G = 44.08%
B = 46.71%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E4347 (or 0x0E4347) is known color: Cyprus. HEX triplet: 0E, 43 and 47. RGB value is (14,67,71). Sum of RGB (Red+Green+Blue) = 14+67+71=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E4347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4347 is #F1BCB8. Grayscale: #333333. Windows color (decimal): -15842489 or 4670222. OLE color: 4670222.

HSL color Cylindrical-coordinate representation of color #0E4347: hue angle of 184.21º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4347 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 67 71 -
CMYK 0.80 0.06 0 0.72
HSL 184.21º 0.67% 0.17% -
HSV(B) 184.21º 0.8% 0.28% -
XYZ 3.33 4.56 6.67 -
YUV 51.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 14 67 71 0.80 0.06 0 0.72 184.21 0.67 0.17
Hex E 43 47 50 6 0 48 B8 43 11
Octal 16 103 107 120 6 0 110 270 103 21
Binary 1110 1000011 1000111 1010000 110 0 1001000 10111000 1000011 10001

Color Harmonies of #0E4347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4347

Black with #0E4347

Text Example


Text Example

White with #0E4347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,67,71); }

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

background-color css

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

 a { background-color: rgb(14,67,71); }

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

border-color css

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

 span { border-color: rgb(14,67,71); }

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