Html Css Color HEX #097F92 Eastern Blue

📋 copy color: '#097F92'

red 9 ◦ green 127 ◦ blue 146

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

Shades of Eastern Blue #097F92

Tints of Eastern Blue #097F92

RGB

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

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

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

R = 3.19%
G = 45.04%
B = 51.77%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#097F92 (or 0x097F92) is known color: Eastern Blue. HEX triplet: 09, 7F and 92. RGB value is (9,127,146). Sum of RGB (Red+Green+Blue) = 9+127+146=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #097F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F92 is #F6806D. Grayscale: #5D5D5D. Windows color (decimal): -16154734 or 9600777. OLE color: 9600777.

HSL color Cylindrical-coordinate representation of color #097F92: hue angle of 188.32º 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 #097F92 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 127 146 -
CMYK 0.94 0.13 0 0.43
HSL 188.32º 0.88% 0.3% -
HSV(B) 188.32º 0.94% 0.57% -
XYZ 12.89 17.31 29.86 -
YUV 93.88 157.41 67.46 -
System Red Green Blue C M Y K H S L
Decimal 9 127 146 0.94 0.13 0 0.43 188.32 0.88 0.3
Hex 9 7F 92 5E D 0 2B BC 58 1E
Octal 11 177 222 136 15 0 53 274 130 36
Binary 1001 1111111 10010010 1011110 1101 0 101011 10111100 1011000 11110

Color Harmonies of #097F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097F92

Black with #097F92

Text Example


Text Example

White with #097F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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