Html Css Color HEX #0E7894 Eastern Blue

📋 copy color: '#0E7894'

red 14 ◦ green 120 ◦ blue 148

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

Shades of Eastern Blue #0E7894

Tints of Eastern Blue #0E7894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.55%

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 4.96%
G = 42.55%
B = 52.48%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E7894 (or 0x0E7894) is known color: Eastern Blue. HEX triplet: 0E, 78 and 94. RGB value is (14,120,148). Sum of RGB (Red+Green+Blue) = 14+120+148=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E7894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7894 is #F1876B. Grayscale: #5B5B5B. Windows color (decimal): -15828844 or 9730062. OLE color: 9730062.

HSL color Cylindrical-coordinate representation of color #0E7894: hue angle of 192.54º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E7894 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 120 148 -
CMYK 0.91 0.19 0 0.42
HSL 192.54º 0.83% 0.32% -
HSV(B) 192.54º 0.91% 0.58% -
XYZ 12.24 15.66 30.4 -
YUV 91.5 159.88 72.72 -
System Red Green Blue C M Y K H S L
Decimal 14 120 148 0.91 0.19 0 0.42 192.54 0.83 0.32
Hex E 78 94 5B 13 0 2A C1 53 20
Octal 16 170 224 133 23 0 52 301 123 40
Binary 1110 1111000 10010100 1011011 10011 0 101010 11000001 1010011 100000

Color Harmonies of #0E7894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7894

Black with #0E7894

Text Example


Text Example

White with #0E7894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,120,148); }

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

background-color css

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

 a { background-color: rgb(14,120,148); }

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

border-color css

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

 span { border-color: rgb(14,120,148); }

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