Html Css Color HEX #098594 Eastern Blue

📋 copy color: '#098594'

red 9 ◦ green 133 ◦ blue 148

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

Shades of Eastern Blue #098594

Tints of Eastern Blue #098594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.86%

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

R = 3.1%
G = 45.86%
B = 51.03%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#098594 (or 0x098594) is known color: Eastern Blue. HEX triplet: 09, 85 and 94. RGB value is (9,133,148). Sum of RGB (Red+Green+Blue) = 9+133+148=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #098594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098594 is #F67A6B. Grayscale: #616161. Windows color (decimal): -16153196 or 9733385. OLE color: 9733385.

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

Color convert

RGB 9 133 148 -
CMYK 0.94 0.10 0 0.42
HSL 186.47º 0.89% 0.31% -
HSV(B) 186.47º 0.94% 0.58% -
XYZ 13.85 18.97 30.95 -
YUV 97.63 156.42 64.78 -
System Red Green Blue C M Y K H S L
Decimal 9 133 148 0.94 0.10 0 0.42 186.47 0.89 0.31
Hex 9 85 94 5E A 0 2A BA 59 1F
Octal 11 205 224 136 12 0 52 272 131 37
Binary 1001 10000101 10010100 1011110 1010 0 101010 10111010 1011001 11111

Color Harmonies of #098594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098594

Black with #098594

Text Example


Text Example

White with #098594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098594; }

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

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

background-color css

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

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

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

border-color css

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

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

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