Html Css Color HEX #097792 Eastern Blue

📋 copy color: '#097792'

red 9 ◦ green 119 ◦ blue 146

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

Shades of Eastern Blue #097792

Tints of Eastern Blue #097792

RGB

 RED value IS 9 (3.91% from 255) = 3.28%

 GREEN value IS 119 (46.88% from 255) = 43.43%

 BLUE value IS 146 (57.42% from 255) = 53.28%

R = 3.28%
G = 43.43%
B = 53.28%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#097792 (or 0x097792) is known color: Eastern Blue. HEX triplet: 09, 77 and 92. RGB value is (9,119,146). Sum of RGB (Red+Green+Blue) = 9+119+146=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #097792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097792 is #F6886D. Grayscale: #585858. Windows color (decimal): -16156782 or 9598729. OLE color: 9598729.

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

Color convert

RGB 9 119 146 -
CMYK 0.94 0.18 0 0.43
HSL 191.82º 0.88% 0.3% -
HSV(B) 191.82º 0.94% 0.57% -
XYZ 11.9 15.33 29.53 -
YUV 89.19 160.06 70.8 -
System Red Green Blue C M Y K H S L
Decimal 9 119 146 0.94 0.18 0 0.43 191.82 0.88 0.3
Hex 9 77 92 5E 12 0 2B C0 58 1E
Octal 11 167 222 136 22 0 53 300 130 36
Binary 1001 1110111 10010010 1011110 10010 0 101011 11000000 1011000 11110

Color Harmonies of #097792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097792

Black with #097792

Text Example


Text Example

White with #097792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097792; }

 p { color: rgb(9,119,146); }

 H1.HeaderClassName
 {
   color: #097792;
 }
 .AnyTagClassName
 {
   color: #097792;
 }
</style>

background-color css

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

 a { background-color: rgb(9,119,146); }

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

border-color css

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

 span { border-color: rgb(9,119,146); }

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