#097991

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

Shades of Eastern Blue #097991

Tints of Eastern Blue #097991

Color information

#097991 (or 0x097991) is unknown color: approx Eastern Blue. HEX triplet: 09, 79 and 91. RGB value is (9,121,145). Sum of RGB (Red+Green+Blue) = 9+121+145=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #097991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097991 is #F6866E. Grayscale: #5A5A5A. Windows color (decimal): -16156271 or 9533705. OLE color: 9533705.

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

Color convert

RGB9121145-
CMYK0.940.1700.43
HSL190.59º88.31%30.2%-
HSV(B)190.59º93.79%56.86%-
XYZ12.0615.7829.2-
YUV90.25158.8970.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.27%
GREEN value IS 121 (47.66% from 255) = 44%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=3.27%
G=44%
B=52.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91211450.940.1700.43190.5988.3130.2
Hex979915E1102Bbf581e
Octal111712211362105327713036
Binary1001111100110010001101111010001010101110111111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097991; }

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

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

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

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

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

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

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

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