Html Css Color HEX #097895 Eastern Blue

📋 copy color: '#097895'

red 9 ◦ green 120 ◦ blue 149

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

Shades of Eastern Blue #097895

Tints of Eastern Blue #097895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.17%

 BLUE value IS 149 (58.59% from 255) = 53.6%

R = 3.24%
G = 43.17%
B = 53.6%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097895 (or 0x097895) is known color: Eastern Blue. HEX triplet: 09, 78 and 95. RGB value is (9,120,149). Sum of RGB (Red+Green+Blue) = 9+120+149=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #097895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097895 is #F6876A. Grayscale: #595959. Windows color (decimal): -16156523 or 9795593. OLE color: 9795593.

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

Color convert

RGB 9 120 149 -
CMYK 0.94 0.19 0 0.42
HSL 192.43º 0.89% 0.31% -
HSV(B) 192.43º 0.94% 0.58% -
XYZ 12.25 15.66 30.81 -
YUV 90.12 161.23 70.14 -
System Red Green Blue C M Y K H S L
Decimal 9 120 149 0.94 0.19 0 0.42 192.43 0.89 0.31
Hex 9 78 95 5E 13 0 2A C0 59 1F
Octal 11 170 225 136 23 0 52 300 131 37
Binary 1001 1111000 10010101 1011110 10011 0 101010 11000000 1011001 11111

Color Harmonies of #097895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097895

Black with #097895

Text Example


Text Example

White with #097895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097895; }

 p { color: rgb(9,120,149); }

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

background-color css

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

 a { background-color: rgb(9,120,149); }

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

border-color css

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

 span { border-color: rgb(9,120,149); }

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