Html Css Color HEX #0E819E Eastern Blue

📋 copy color: '#0E819E'

red 14 ◦ green 129 ◦ blue 158

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

Shades of Eastern Blue #0E819E

Tints of Eastern Blue #0E819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

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

R = 4.65%
G = 42.86%
B = 52.49%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E819E (or 0x0E819E) is known color: Eastern Blue. HEX triplet: 0E, 81 and 9E. RGB value is (14,129,158). Sum of RGB (Red+Green+Blue) = 14+129+158=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E819E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E819E is #F17E61. Grayscale: #616161. Windows color (decimal): -15826530 or 10387726. OLE color: 10387726.

HSL color Cylindrical-coordinate representation of color #0E819E: hue angle of 192.08º 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 #0E819E is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 129 158 -
CMYK 0.91 0.18 0 0.38
HSL 192.08º 0.84% 0.34% -
HSV(B) 192.08º 0.91% 0.62% -
XYZ 14.2 18.26 35.12 -
YUV 97.92 161.9 68.14 -
System Red Green Blue C M Y K H S L
Decimal 14 129 158 0.91 0.18 0 0.38 192.08 0.84 0.34
Hex E 81 9E 5B 12 0 26 C0 54 22
Octal 16 201 236 133 22 0 46 300 124 42
Binary 1110 10000001 10011110 1011011 10010 0 100110 11000000 1010100 100010

Color Harmonies of #0E819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E819E

Black with #0E819E

Text Example


Text Example

White with #0E819E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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