Html Css Color HEX #098094 Eastern Blue

📋 copy color: '#098094'

red 9 ◦ green 128 ◦ blue 148

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

Shades of Eastern Blue #098094

Tints of Eastern Blue #098094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 3.16%
G = 44.91%
B = 51.93%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#098094 (or 0x098094) is known color: Eastern Blue. HEX triplet: 09, 80 and 94. RGB value is (9,128,148). Sum of RGB (Red+Green+Blue) = 9+128+148=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #098094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098094 is #F67F6B. Grayscale: #5E5E5E. Windows color (decimal): -16154476 or 9732105. OLE color: 9732105.

HSL color Cylindrical-coordinate representation of color #098094: hue angle of 188.63º degrees, saturation: 0.89, 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 #098094 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 128 148 -
CMYK 0.94 0.14 0 0.42
HSL 188.63º 0.89% 0.31% -
HSV(B) 188.63º 0.94% 0.58% -
XYZ 13.18 17.63 30.73 -
YUV 94.7 158.08 66.87 -
System Red Green Blue C M Y K H S L
Decimal 9 128 148 0.94 0.14 0 0.42 188.63 0.89 0.31
Hex 9 80 94 5E E 0 2A BD 59 1F
Octal 11 200 224 136 16 0 52 275 131 37
Binary 1001 10000000 10010100 1011110 1110 0 101010 10111101 1011001 11111

Color Harmonies of #098094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098094

Black with #098094

Text Example


Text Example

White with #098094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098094; }

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

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

background-color css

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

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

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

border-color css

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

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

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