#097993

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

Shades of Eastern Blue #097993

Tints of Eastern Blue #097993

Color information

#097993 (or 0x097993) is unknown color: approx Eastern Blue. HEX triplet: 09, 79 and 93. RGB value is (9,121,147). Sum of RGB (Red+Green+Blue) = 9+121+147=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #097993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097993 is #F6866C. Grayscale: #5A5A5A. Windows color (decimal): -16156269 or 9664777. OLE color: 9664777.

HSL color Cylindrical-coordinate representation of color #097993: hue angle of 191.3º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097993 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9121147-
CMYK0.940.1800.42
HSL191.3º88.46%30.59%-
HSV(B)191.3º93.88%57.65%-
XYZ12.2215.8430.02-
YUV90.48159.8969.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.25%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=3.25%
G=43.68%
B=53.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91211470.940.1800.42191.388.4630.59
Hex979935E1202Abf581f
Octal111712231362205227713037
Binary1001111100110010011101111010010010101010111111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097993; }

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

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

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

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

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

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

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

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