Html Css Color HEX #097F9D Eastern Blue

📋 copy color: '#097F9D'

red 9 ◦ green 127 ◦ blue 157

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

Shades of Eastern Blue #097F9D

Tints of Eastern Blue #097F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 3.07%
G = 43.34%
B = 53.58%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#097F9D (or 0x097F9D) is known color: Eastern Blue. HEX triplet: 09, 7F and 9D. RGB value is (9,127,157). Sum of RGB (Red+Green+Blue) = 9+127+157=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #097F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F9D is #F68062. Grayscale: #5E5E5E. Windows color (decimal): -16154723 or 10321673. OLE color: 10321673.

HSL color Cylindrical-coordinate representation of color #097F9D: hue angle of 192.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097F9D is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 127 157 -
CMYK 0.94 0.19 0 0.38
HSL 192.16º 0.89% 0.33% -
HSV(B) 192.16º 0.94% 0.62% -
XYZ 13.79 17.67 34.58 -
YUV 95.14 162.91 66.56 -
System Red Green Blue C M Y K H S L
Decimal 9 127 157 0.94 0.19 0 0.38 192.16 0.89 0.33
Hex 9 7F 9D 5E 13 0 26 C0 59 21
Octal 11 177 235 136 23 0 46 300 131 41
Binary 1001 1111111 10011101 1011110 10011 0 100110 11000000 1011001 100001

Color Harmonies of #097F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097F9D

Black with #097F9D

Text Example


Text Example

White with #097F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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