#097990

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

Shades of Eastern Blue #097990

Tints of Eastern Blue #097990

Color information

#097990 (or 0x097990) is unknown color: approx Eastern Blue. HEX triplet: 09, 79 and 90. RGB value is (9,121,144). Sum of RGB (Red+Green+Blue) = 9+121+144=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #097990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097990 is #F6866F. Grayscale: #595959. Windows color (decimal): -16156272 or 9468169. OLE color: 9468169.

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

Color convert

RGB9121144-
CMYK0.940.1600.44
HSL190.22º88.24%30%-
HSV(B)190.22º93.75%56.47%-
XYZ11.9815.7528.79-
YUV90.13158.3970.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.28%
GREEN value IS 121 (47.66% from 255) = 44.16%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=3.28%
G=44.16%
B=52.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91211440.940.1600.44190.2288.2430
Hex979905E1002Cbe581e
Octal111712201362005427613036
Binary1001111100110010000101111010000010110010111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097990; }

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

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

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

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

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

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

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

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