Html Css Color HEX #097790 Eastern Blue

📋 copy color: '#097790'

red 9 ◦ green 119 ◦ blue 144

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

Shades of Eastern Blue #097790

Tints of Eastern Blue #097790

RGB

 RED value IS 9 (3.91% from 255) = 3.31%

 GREEN value IS 119 (46.88% from 255) = 43.75%

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 3.31%
G = 43.75%
B = 52.94%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#097790 (or 0x097790) is known color: Eastern Blue. HEX triplet: 09, 77 and 90. RGB value is (9,119,144). Sum of RGB (Red+Green+Blue) = 9+119+144=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #097790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097790 is #F6886F. Grayscale: #585858. Windows color (decimal): -16156784 or 9467657. OLE color: 9467657.

HSL color Cylindrical-coordinate representation of color #097790: hue angle of 191.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097790 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 119 144 -
CMYK 0.94 0.17 0 0.44
HSL 191.11º 0.88% 0.3% -
HSV(B) 191.11º 0.94% 0.56% -
XYZ 11.74 15.27 28.71 -
YUV 88.96 159.06 70.97 -
System Red Green Blue C M Y K H S L
Decimal 9 119 144 0.94 0.17 0 0.44 191.11 0.88 0.3
Hex 9 77 90 5E 11 0 2C BF 58 1E
Octal 11 167 220 136 21 0 54 277 130 36
Binary 1001 1110111 10010000 1011110 10001 0 101100 10111111 1011000 11110

Color Harmonies of #097790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097790

Black with #097790

Text Example


Text Example

White with #097790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097790; }

 p { color: rgb(9,119,144); }

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

background-color css

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

 a { background-color: rgb(9,119,144); }

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

border-color css

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

 span { border-color: rgb(9,119,144); }

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