Html Css Color HEX #097F9A Eastern Blue

📋 copy color: '#097F9A'

red 9 ◦ green 127 ◦ blue 154

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

Shades of Eastern Blue #097F9A

Tints of Eastern Blue #097F9A

RGB

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

 GREEN value IS 127 (50% from 255) = 43.79%

 BLUE value IS 154 (60.55% from 255) = 53.1%

R = 3.1%
G = 43.79%
B = 53.1%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#097F9A (or 0x097F9A) is known color: Eastern Blue. HEX triplet: 09, 7F and 9A. RGB value is (9,127,154). Sum of RGB (Red+Green+Blue) = 9+127+154=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #097F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F9A is #F68065. Grayscale: #5E5E5E. Windows color (decimal): -16154726 or 10125065. OLE color: 10125065.

HSL color Cylindrical-coordinate representation of color #097F9A: hue angle of 191.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097F9A is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 127 154 -
CMYK 0.94 0.18 0 0.40
HSL 191.17º 0.89% 0.32% -
HSV(B) 191.17º 0.94% 0.6% -
XYZ 13.53 17.57 33.25 -
YUV 94.8 161.41 66.8 -
System Red Green Blue C M Y K H S L
Decimal 9 127 154 0.94 0.18 0 0.40 191.17 0.89 0.32
Hex 9 7F 9A 5E 12 0 28 BF 59 20
Octal 11 177 232 136 22 0 50 277 131 40
Binary 1001 1111111 10011010 1011110 10010 0 101000 10111111 1011001 100000

Color Harmonies of #097F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097F9A

Black with #097F9A

Text Example


Text Example

White with #097F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097F9A; }

 p { color: rgb(9,127,154); }

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

background-color css

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

 a { background-color: rgb(9,127,154); }

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

border-color css

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

 span { border-color: rgb(9,127,154); }

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