Html Css Color HEX #097D91 Eastern Blue

📋 copy color: '#097D91'

red 9 ◦ green 125 ◦ blue 145

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

Shades of Eastern Blue #097D91

Tints of Eastern Blue #097D91

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.8%

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

R = 3.23%
G = 44.8%
B = 51.97%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#097D91 (or 0x097D91) is known color: Eastern Blue. HEX triplet: 09, 7D and 91. RGB value is (9,125,145). Sum of RGB (Red+Green+Blue) = 9+125+145=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #097D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097D91 is #F6826E. Grayscale: #5C5C5C. Windows color (decimal): -16155247 or 9534729. OLE color: 9534729.

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

Color convert

RGB 9 125 145 -
CMYK 0.94 0.14 0 0.43
HSL 188.82º 0.88% 0.3% -
HSV(B) 188.82º 0.94% 0.57% -
XYZ 12.56 16.77 29.36 -
YUV 92.6 157.57 68.37 -
System Red Green Blue C M Y K H S L
Decimal 9 125 145 0.94 0.14 0 0.43 188.82 0.88 0.3
Hex 9 7D 91 5E E 0 2B BD 58 1E
Octal 11 175 221 136 16 0 53 275 130 36
Binary 1001 1111101 10010001 1011110 1110 0 101011 10111101 1011000 11110

Color Harmonies of #097D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097D91

Black with #097D91

Text Example


Text Example

White with #097D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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