Html Css Color HEX #097893 Eastern Blue

📋 copy color: '#097893'

red 9 ◦ green 120 ◦ blue 147

#097893
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #097893

Tints of Eastern Blue #097893

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 value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097893 (or 0x097893) is known color: 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

RGB 9 120 147 -
CMYK 0.94 0.18 0 0.42
HSL 191.74º 0.88% 0.31% -
HSV(B) 191.74º 0.94% 0.58% -
XYZ 12.1 15.6 29.98 -
YUV 89.89 160.23 70.3 -
System Red Green Blue C M Y K H S L
Decimal 9 120 147 0.94 0.18 0 0.42 191.74 0.88 0.31
Hex 9 78 93 5E 12 0 2A C0 58 1F
Octal 11 170 223 136 22 0 52 300 130 37
Binary 1001 1111000 10010011 1011110 10010 0 101010 11000000 1011000 11111

Color Harmonies of #097893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097893

Black with #097893

Text Example


Text Example

White with #097893

Text Example


Text Example

HTML Codes & Css Web 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>