Html Css Color HEX #097692 Eastern Blue

📋 copy color: '#097692'

red 9 ◦ green 118 ◦ blue 146

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

Shades of Eastern Blue #097692

Tints of Eastern Blue #097692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 3.3%
G = 43.22%
B = 53.48%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#097692 (or 0x097692) is known color: Eastern Blue. HEX triplet: 09, 76 and 92. RGB value is (9,118,146). Sum of RGB (Red+Green+Blue) = 9+118+146=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #097692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097692 is #F6896D. Grayscale: #585858. Windows color (decimal): -16157038 or 9598473. OLE color: 9598473.

HSL color Cylindrical-coordinate representation of color #097692: hue angle of 192.26º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097692 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 118 146 -
CMYK 0.94 0.19 0 0.43
HSL 192.26º 0.88% 0.3% -
HSV(B) 192.26º 0.94% 0.57% -
XYZ 11.78 15.09 29.49 -
YUV 88.6 160.39 71.22 -
System Red Green Blue C M Y K H S L
Decimal 9 118 146 0.94 0.19 0 0.43 192.26 0.88 0.3
Hex 9 76 92 5E 13 0 2B C0 58 1E
Octal 11 166 222 136 23 0 53 300 130 36
Binary 1001 1110110 10010010 1011110 10011 0 101011 11000000 1011000 11110

Color Harmonies of #097692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097692

Black with #097692

Text Example


Text Example

White with #097692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097692; }

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

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

background-color css

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

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

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

border-color css

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

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

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