Html Css Color HEX #0E7994 Eastern Blue

📋 copy color: '#0E7994'

red 14 ◦ green 121 ◦ blue 148

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

Shades of Eastern Blue #0E7994

Tints of Eastern Blue #0E7994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.76%

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

R = 4.95%
G = 42.76%
B = 52.3%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E7994 (or 0x0E7994) is known color: Eastern Blue. HEX triplet: 0E, 79 and 94. RGB value is (14,121,148). Sum of RGB (Red+Green+Blue) = 14+121+148=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E7994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7994 is #F1866B. Grayscale: #5B5B5B. Windows color (decimal): -15828588 or 9730318. OLE color: 9730318.

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

Color convert

RGB 14 121 148 -
CMYK 0.91 0.18 0 0.42
HSL 192.09º 0.83% 0.32% -
HSV(B) 192.09º 0.91% 0.58% -
XYZ 12.36 15.91 30.44 -
YUV 92.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 14 121 148 0.91 0.18 0 0.42 192.09 0.83 0.32
Hex E 79 94 5B 12 0 2A C0 53 20
Octal 16 171 224 133 22 0 52 300 123 40
Binary 1110 1111001 10010100 1011011 10010 0 101010 11000000 1010011 100000

Color Harmonies of #0E7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7994

Black with #0E7994

Text Example


Text Example

White with #0E7994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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