Html Css Color HEX #097A93 Eastern Blue

📋 copy color: '#097A93'

red 9 ◦ green 122 ◦ blue 147

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

Shades of Eastern Blue #097A93

Tints of Eastern Blue #097A93

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.88%

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

R = 3.24%
G = 43.88%
B = 52.88%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097A93 (or 0x097A93) is known color: Eastern Blue. HEX triplet: 09, 7A and 93. RGB value is (9,122,147). Sum of RGB (Red+Green+Blue) = 9+122+147=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #097A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097A93 is #F6856C. Grayscale: #5A5A5A. Windows color (decimal): -16156013 or 9665033. OLE color: 9665033.

HSL color Cylindrical-coordinate representation of color #097A93: hue angle of 190.87º 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 #097A93 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 122 147 -
CMYK 0.94 0.17 0 0.42
HSL 190.87º 0.88% 0.31% -
HSV(B) 190.87º 0.94% 0.58% -
XYZ 12.34 16.08 30.06 -
YUV 91.06 159.56 69.47 -
System Red Green Blue C M Y K H S L
Decimal 9 122 147 0.94 0.17 0 0.42 190.87 0.88 0.31
Hex 9 7A 93 5E 11 0 2A BF 58 1F
Octal 11 172 223 136 21 0 52 277 130 37
Binary 1001 1111010 10010011 1011110 10001 0 101010 10111111 1011000 11111

Color Harmonies of #097A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097A93

Black with #097A93

Text Example


Text Example

White with #097A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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