#097E92

Color #097E92 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #097E92

Tints of Eastern Blue #097E92

Color information

#097E92 (or 0x097E92) is unknown color: approx Eastern Blue. HEX triplet: 09, 7E and 92. RGB value is (9,126,146). Sum of RGB (Red+Green+Blue) = 9+126+146=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #097E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097E92 is #F6816D. Grayscale: #5D5D5D. Windows color (decimal): -16154990 or 9600521. OLE color: 9600521.

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

Color convert

RGB9126146-
CMYK0.940.1400.43
HSL188.76º88.39%30.39%-
HSV(B)188.76º93.84%57.25%-
XYZ12.7617.0629.81-
YUV93.3157.7467.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.20%
GREEN value IS 126 (49.61% from 255) = 44.84%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=3.20%
G=44.84%
B=51.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91261460.940.1400.43188.7688.3930.39
Hex97E925EE02Bbd581e
Octal111762221361605327513036
Binary100111111101001001010111101110010101110111101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #097E92;
 }
 .AnyTagClassName
 {
   color: #097E92;
 }
</style>
background-color css

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

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

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

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

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

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