Html Css Color HEX #097E90 Eastern Blue

📋 copy color: '#097E90'

red 9 ◦ green 126 ◦ blue 144

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

Shades of Eastern Blue #097E90

Tints of Eastern Blue #097E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.16%

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 3.23%
G = 45.16%
B = 51.61%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#097E90 (or 0x097E90) is known color: Eastern Blue. HEX triplet: 09, 7E and 90. RGB value is (9,126,144). Sum of RGB (Red+Green+Blue) = 9+126+144=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #097E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097E90 is #F6816F. Grayscale: #5C5C5C. Windows color (decimal): -16154992 or 9469449. OLE color: 9469449.

HSL color Cylindrical-coordinate representation of color #097E90: hue angle of 188º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097E90 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 126 144 -
CMYK 0.94 0.12 0 0.44
HSL 188º 0.88% 0.3% -
HSV(B) 188º 0.94% 0.56% -
XYZ 12.61 16.99 29 -
YUV 93.07 156.74 68.04 -
System Red Green Blue C M Y K H S L
Decimal 9 126 144 0.94 0.12 0 0.44 188 0.88 0.3
Hex 9 7E 90 5E C 0 2C BC 58 1E
Octal 11 176 220 136 14 0 54 274 130 36
Binary 1001 1111110 10010000 1011110 1100 0 101100 10111100 1011000 11110

Color Harmonies of #097E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097E90

Black with #097E90

Text Example


Text Example

White with #097E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,126,144); }

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

background-color css

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

 a { background-color: rgb(9,126,144); }

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

border-color css

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

 span { border-color: rgb(9,126,144); }

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