Html Css Color HEX #0E89AA Eastern Blue

📋 copy color: '#0E89AA'

red 14 ◦ green 137 ◦ blue 170

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

Shades of Eastern Blue #0E89AA

Tints of Eastern Blue #0E89AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.68%

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 4.36%
G = 42.68%
B = 52.96%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E89AA (or 0x0E89AA) is known color: Eastern Blue. HEX triplet: 0E, 89 and AA. RGB value is (14,137,170). Sum of RGB (Red+Green+Blue) = 14+137+170=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E89AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E89AA is #F17655. Grayscale: #676767. Windows color (decimal): -15824470 or 11176206. OLE color: 11176206.

HSL color Cylindrical-coordinate representation of color #0E89AA: hue angle of 192.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E89AA is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 137 170 -
CMYK 0.92 0.19 0 0.33
HSL 192.69º 0.85% 0.36% -
HSV(B) 192.69º 0.92% 0.67% -
XYZ 16.38 20.89 41.2 -
YUV 103.99 165.25 63.82 -
System Red Green Blue C M Y K H S L
Decimal 14 137 170 0.92 0.19 0 0.33 192.69 0.85 0.36
Hex E 89 AA 5C 13 0 21 C1 55 24
Octal 16 211 252 134 23 0 41 301 125 44
Binary 1110 10001001 10101010 1011100 10011 0 100001 11000001 1010101 100100

Color Harmonies of #0E89AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E89AA

Black with #0E89AA

Text Example


Text Example

White with #0E89AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,137,170); }

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

background-color css

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

 a { background-color: rgb(14,137,170); }

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

border-color css

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

 span { border-color: rgb(14,137,170); }

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