Html Css Color HEX #0E7F9E Eastern Blue

📋 copy color: '#0E7F9E'

red 14 ◦ green 127 ◦ blue 158

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

Shades of Eastern Blue #0E7F9E

Tints of Eastern Blue #0E7F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 42.47%

 BLUE value IS 158 (62.11% from 255) = 52.84%

R = 4.68%
G = 42.47%
B = 52.84%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E7F9E (or 0x0E7F9E) is known color: Eastern Blue. HEX triplet: 0E, 7F and 9E. RGB value is (14,127,158). Sum of RGB (Red+Green+Blue) = 14+127+158=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E7F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7F9E is #F18061. Grayscale: #606060. Windows color (decimal): -15827042 or 10387214. OLE color: 10387214.

HSL color Cylindrical-coordinate representation of color #0E7F9E: hue angle of 192.92º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E7F9E is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 127 158 -
CMYK 0.91 0.20 0 0.38
HSL 192.92º 0.84% 0.34% -
HSV(B) 192.92º 0.91% 0.62% -
XYZ 13.94 17.74 35.04 -
YUV 96.75 162.56 68.98 -
System Red Green Blue C M Y K H S L
Decimal 14 127 158 0.91 0.20 0 0.38 192.92 0.84 0.34
Hex E 7F 9E 5B 14 0 26 C1 54 22
Octal 16 177 236 133 24 0 46 301 124 42
Binary 1110 1111111 10011110 1011011 10100 0 100110 11000001 1010100 100010

Color Harmonies of #0E7F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7F9E

Black with #0E7F9E

Text Example


Text Example

White with #0E7F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,127,158); }

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

background-color css

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

 a { background-color: rgb(14,127,158); }

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

border-color css

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

 span { border-color: rgb(14,127,158); }

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