Html Css Color HEX #0E7891 Eastern Blue

📋 copy color: '#0E7891'

red 14 ◦ green 120 ◦ blue 145

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

Shades of Eastern Blue #0E7891

Tints of Eastern Blue #0E7891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 5.02%
G = 43.01%
B = 51.97%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E7891 (or 0x0E7891) is known color: Eastern Blue. HEX triplet: 0E, 78 and 91. RGB value is (14,120,145). Sum of RGB (Red+Green+Blue) = 14+120+145=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E7891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7891 is #F1876E. Grayscale: #5A5A5A. Windows color (decimal): -15828847 or 9533454. OLE color: 9533454.

HSL color Cylindrical-coordinate representation of color #0E7891: hue angle of 191.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E7891 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 120 145 -
CMYK 0.90 0.17 0 0.43
HSL 191.45º 0.82% 0.31% -
HSV(B) 191.45º 0.9% 0.57% -
XYZ 12.01 15.57 29.16 -
YUV 91.16 158.38 72.97 -
System Red Green Blue C M Y K H S L
Decimal 14 120 145 0.90 0.17 0 0.43 191.45 0.82 0.31
Hex E 78 91 5A 11 0 2B BF 52 1F
Octal 16 170 221 132 21 0 53 277 122 37
Binary 1110 1111000 10010001 1011010 10001 0 101011 10111111 1010010 11111

Color Harmonies of #0E7891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7891

Black with #0E7891

Text Example


Text Example

White with #0E7891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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