Html Css Color HEX #097D93 Eastern Blue

📋 copy color: '#097D93'

red 9 ◦ green 125 ◦ blue 147

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

Shades of Eastern Blue #097D93

Tints of Eastern Blue #097D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 3.2%
G = 44.48%
B = 52.31%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097D93 (or 0x097D93) is known color: Eastern Blue. HEX triplet: 09, 7D and 93. RGB value is (9,125,147). Sum of RGB (Red+Green+Blue) = 9+125+147=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #097D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097D93 is #F6826C. Grayscale: #5C5C5C. Windows color (decimal): -16155245 or 9665801. OLE color: 9665801.

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

Color convert

RGB 9 125 147 -
CMYK 0.94 0.15 0 0.42
HSL 189.57º 0.88% 0.31% -
HSV(B) 189.57º 0.94% 0.58% -
XYZ 12.71 16.83 30.18 -
YUV 92.82 158.57 68.21 -
System Red Green Blue C M Y K H S L
Decimal 9 125 147 0.94 0.15 0 0.42 189.57 0.88 0.31
Hex 9 7D 93 5E F 0 2A BE 58 1F
Octal 11 175 223 136 17 0 52 276 130 37
Binary 1001 1111101 10010011 1011110 1111 0 101010 10111110 1011000 11111

Color Harmonies of #097D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097D93

Black with #097D93

Text Example


Text Example

White with #097D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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