Html Css Color HEX #0E4B48 Cyprus

📋 copy color: '#0E4B48'

red 14 ◦ green 75 ◦ blue 72

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

Shades of Cyprus #0E4B48

Tints of Cyprus #0E4B48

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.58%

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 8.7%
G = 46.58%
B = 44.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#0E4B48 (or 0x0E4B48) is known color: Cyprus. HEX triplet: 0E, 4B and 48. RGB value is (14,75,72). Sum of RGB (Red+Green+Blue) = 14+75+72=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #0E4B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4B48 is #F1B4B7. Grayscale: #383838. Windows color (decimal): -15840440 or 4737806. OLE color: 4737806.

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

Color convert

RGB 14 75 72 -
CMYK 0.81 0 0.04 0.71
HSL 177.05º 0.69% 0.17% -
HSV(B) 177.05º 0.81% 0.29% -
XYZ 3.87 5.59 7.01 -
YUV 56.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 14 75 72 0.81 0 0.04 0.71 177.05 0.69 0.17
Hex E 4B 48 51 0 4 47 B1 45 11
Octal 16 113 110 121 0 4 107 261 105 21
Binary 1110 1001011 1001000 1010001 0 100 1000111 10110001 1000101 10001

Color Harmonies of #0E4B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4B48

Black with #0E4B48

Text Example


Text Example

White with #0E4B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,75,72); }

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

background-color css

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

 a { background-color: rgb(14,75,72); }

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

border-color css

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

 span { border-color: rgb(14,75,72); }

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