Html Css Color HEX #097690 Eastern Blue

📋 copy color: '#097690'

red 9 ◦ green 118 ◦ blue 144

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

Shades of Eastern Blue #097690

Tints of Eastern Blue #097690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.54%

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

R = 3.32%
G = 43.54%
B = 53.14%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#097690 (or 0x097690) is known color: Eastern Blue. HEX triplet: 09, 76 and 90. RGB value is (9,118,144). Sum of RGB (Red+Green+Blue) = 9+118+144=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #097690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097690 is #F6896F. Grayscale: #585858. Windows color (decimal): -16157040 or 9467401. OLE color: 9467401.

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

Color convert

RGB 9 118 144 -
CMYK 0.94 0.18 0 0.44
HSL 191.56º 0.88% 0.3% -
HSV(B) 191.56º 0.94% 0.56% -
XYZ 11.63 15.03 28.67 -
YUV 88.37 159.39 71.39 -
System Red Green Blue C M Y K H S L
Decimal 9 118 144 0.94 0.18 0 0.44 191.56 0.88 0.3
Hex 9 76 90 5E 12 0 2C C0 58 1E
Octal 11 166 220 136 22 0 54 300 130 36
Binary 1001 1110110 10010000 1011110 10010 0 101100 11000000 1011000 11110

Color Harmonies of #097690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097690

Black with #097690

Text Example


Text Example

White with #097690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097690; }

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

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

background-color css

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

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

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

border-color css

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

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

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