Html Css Color HEX #097994 Eastern Blue

📋 copy color: '#097994'

red 9 ◦ green 121 ◦ blue 148

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

Shades of Eastern Blue #097994

Tints of Eastern Blue #097994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.53%

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 3.24%
G = 43.53%
B = 53.24%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097994 (or 0x097994) is known color: Eastern Blue. HEX triplet: 09, 79 and 94. RGB value is (9,121,148). Sum of RGB (Red+Green+Blue) = 9+121+148=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #097994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097994 is #F6866B. Grayscale: #5A5A5A. Windows color (decimal): -16156268 or 9730313. OLE color: 9730313.

HSL color Cylindrical-coordinate representation of color #097994: hue angle of 191.65º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097994 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 121 148 -
CMYK 0.94 0.18 0 0.42
HSL 191.65º 0.89% 0.31% -
HSV(B) 191.65º 0.94% 0.58% -
XYZ 12.3 15.87 30.43 -
YUV 90.59 160.39 69.8 -
System Red Green Blue C M Y K H S L
Decimal 9 121 148 0.94 0.18 0 0.42 191.65 0.89 0.31
Hex 9 79 94 5E 12 0 2A C0 59 1F
Octal 11 171 224 136 22 0 52 300 131 37
Binary 1001 1111001 10010100 1011110 10010 0 101010 11000000 1011001 11111

Color Harmonies of #097994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097994

Black with #097994

Text Example


Text Example

White with #097994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097994; }

 p { color: rgb(9,121,148); }

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

background-color css

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

 a { background-color: rgb(9,121,148); }

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

border-color css

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

 span { border-color: rgb(9,121,148); }

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