Html Css Color HEX #098091 Eastern Blue

📋 copy color: '#098091'

red 9 ◦ green 128 ◦ blue 145

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

Shades of Eastern Blue #098091

Tints of Eastern Blue #098091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.39%

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

R = 3.19%
G = 45.39%
B = 51.42%

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

#098091 (or 0x098091) is known color: Eastern Blue. HEX triplet: 09, 80 and 91. RGB value is (9,128,145). Sum of RGB (Red+Green+Blue) = 9+128+145=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #098091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098091 is #F67F6E. Grayscale: #5E5E5E. Windows color (decimal): -16154479 or 9535497. OLE color: 9535497.

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

Color convert

RGB 9 128 145 -
CMYK 0.94 0.12 0 0.43
HSL 187.5º 0.88% 0.3% -
HSV(B) 187.5º 0.94% 0.57% -
XYZ 12.94 17.54 29.49 -
YUV 94.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 9 128 145 0.94 0.12 0 0.43 187.5 0.88 0.3
Hex 9 80 91 5E C 0 2B BC 58 1E
Octal 11 200 221 136 14 0 53 274 130 36
Binary 1001 10000000 10010001 1011110 1100 0 101011 10111100 1011000 11110

Color Harmonies of #098091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098091

Black with #098091

Text Example


Text Example

White with #098091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098091; }

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

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

background-color css

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

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

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

border-color css

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

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

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