#097893

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

Shades of Eastern Blue #097893

Tints of Eastern Blue #097893

Color information

#097893 (or 0x097893) is unknown color: approx Eastern Blue. HEX triplet: 09, 78 and 93. RGB value is (9,120,147). Sum of RGB (Red+Green+Blue) = 9+120+147=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #097893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097893 is #F6876C. Grayscale: #595959. Windows color (decimal): -16156525 or 9664521. OLE color: 9664521.

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

Color convert

RGB9120147-
CMYK0.940.1800.42
HSL191.74º88.46%30.59%-
HSV(B)191.74º93.88%57.65%-
XYZ12.115.629.98-
YUV89.89160.2370.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.26%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=3.26%
G=43.48%
B=53.26%

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
Decimal91201470.940.1800.42191.7488.4630.59
Hex978935E1202Ac0581f
Octal111702231362205230013037
Binary1001111100010010011101111010010010101011000000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097893; }

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

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

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

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

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

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

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

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