Html Css Color HEX #0789AA Eastern Blue

📋 copy color: '#0789AA'

red 7 ◦ green 137 ◦ blue 170

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

Shades of Eastern Blue #0789AA

Tints of Eastern Blue #0789AA

RGB

 RED value IS 7 (3.13% from 255) = 2.23%

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

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

R = 2.23%
G = 43.63%
B = 54.14%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0789AA (or 0x0789AA) is known color: Eastern Blue. HEX triplet: 07, 89 and AA. RGB value is (7,137,170). Sum of RGB (Red+Green+Blue) = 7+137+170=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #0789AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0789AA is #F87655. Grayscale: #656565. Windows color (decimal): -16283222 or 11176199. OLE color: 11176199.

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

Color convert

RGB 7 137 170 -
CMYK 0.96 0.19 0 0.33
HSL 192.15º 0.92% 0.35% -
HSV(B) 192.15º 0.96% 0.67% -
XYZ 16.29 20.84 41.19 -
YUV 101.89 166.43 60.32 -
System Red Green Blue C M Y K H S L
Decimal 7 137 170 0.96 0.19 0 0.33 192.15 0.92 0.35
Hex 7 89 AA 60 13 0 21 C0 5C 23
Octal 7 211 252 140 23 0 41 300 134 43
Binary 111 10001001 10101010 1100000 10011 0 100001 11000000 1011100 100011

Color Harmonies of #0789AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0789AA

Black with #0789AA

Text Example


Text Example

White with #0789AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0789AA; }

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

 H1.HeaderClassName
 {
   color: #0789AA;
 }
 .AnyTagClassName
 {
   color: #0789AA;
 }
</style>

background-color css

<style>
 a { background-color: #0789AA; }

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

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

border-color css

<style>
 span { border-color: #0789AA; }

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

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