Html Css Color HEX #097993 Eastern Blue

📋 copy color: '#097993'

red 9 ◦ green 121 ◦ blue 147

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

Shades of Eastern Blue #097993

Tints of Eastern Blue #097993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 3.25%
G = 43.68%
B = 53.07%

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

#097993 (or 0x097993) is known color: Eastern Blue. HEX triplet: 09, 79 and 93. RGB value is (9,121,147). Sum of RGB (Red+Green+Blue) = 9+121+147=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #097993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097993 is #F6866C. Grayscale: #5A5A5A. Windows color (decimal): -16156269 or 9664777. OLE color: 9664777.

HSL color Cylindrical-coordinate representation of color #097993: hue angle of 191.3º degrees, saturation: 0.88, 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 #097993 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 121 147 -
CMYK 0.94 0.18 0 0.42
HSL 191.3º 0.88% 0.31% -
HSV(B) 191.3º 0.94% 0.58% -
XYZ 12.22 15.84 30.02 -
YUV 90.48 159.89 69.89 -
System Red Green Blue C M Y K H S L
Decimal 9 121 147 0.94 0.18 0 0.42 191.3 0.88 0.31
Hex 9 79 93 5E 12 0 2A BF 58 1F
Octal 11 171 223 136 22 0 52 277 130 37
Binary 1001 1111001 10010011 1011110 10010 0 101010 10111111 1011000 11111

Color Harmonies of #097993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097993

Black with #097993

Text Example


Text Example

White with #097993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097993; }

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

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

background-color css

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

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

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

border-color css

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

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

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