Html Css Color HEX #098694 Eastern Blue

📋 copy color: '#098694'

red 9 ◦ green 134 ◦ blue 148

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

Shades of Eastern Blue #098694

Tints of Eastern Blue #098694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

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

R = 3.09%
G = 46.05%
B = 50.86%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#098694 (or 0x098694) is known color: Eastern Blue. HEX triplet: 09, 86 and 94. RGB value is (9,134,148). Sum of RGB (Red+Green+Blue) = 9+134+148=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #098694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098694 is #F6796B. Grayscale: #626262. Windows color (decimal): -16152940 or 9733641. OLE color: 9733641.

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

Color convert

RGB 9 134 148 -
CMYK 0.94 0.09 0 0.42
HSL 186.04º 0.89% 0.31% -
HSV(B) 186.04º 0.94% 0.58% -
XYZ 13.98 19.25 30.99 -
YUV 98.22 156.09 64.36 -
System Red Green Blue C M Y K H S L
Decimal 9 134 148 0.94 0.09 0 0.42 186.04 0.89 0.31
Hex 9 86 94 5E 9 0 2A BA 59 1F
Octal 11 206 224 136 11 0 52 272 131 37
Binary 1001 10000110 10010100 1011110 1001 0 101010 10111010 1011001 11111

Color Harmonies of #098694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098694

Black with #098694

Text Example


Text Example

White with #098694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098694; }

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

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

background-color css

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

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

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

border-color css

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

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

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