Html Css Color HEX #097F91 Eastern Blue

📋 copy color: '#097F91'

red 9 ◦ green 127 ◦ blue 145

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

Shades of Eastern Blue #097F91

Tints of Eastern Blue #097F91

RGB

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

 GREEN value IS 127 (50% from 255) = 45.2%

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 3.2%
G = 45.2%
B = 51.6%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#097F91 (or 0x097F91) is known color: Eastern Blue. HEX triplet: 09, 7F and 91. RGB value is (9,127,145). Sum of RGB (Red+Green+Blue) = 9+127+145=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #097F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F91 is #F6806E. Grayscale: #5D5D5D. Windows color (decimal): -16154735 or 9535241. OLE color: 9535241.

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

Color convert

RGB 9 127 145 -
CMYK 0.94 0.12 0 0.43
HSL 187.94º 0.88% 0.3% -
HSV(B) 187.94º 0.94% 0.57% -
XYZ 12.81 17.28 29.45 -
YUV 93.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 9 127 145 0.94 0.12 0 0.43 187.94 0.88 0.3
Hex 9 7F 91 5E C 0 2B BC 58 1E
Octal 11 177 221 136 14 0 53 274 130 36
Binary 1001 1111111 10010001 1011110 1100 0 101011 10111100 1011000 11110

Color Harmonies of #097F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097F91

Black with #097F91

Text Example


Text Example

White with #097F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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