Html Css Color HEX #098399 Eastern Blue

📋 copy color: '#098399'

red 9 ◦ green 131 ◦ blue 153

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

Shades of Eastern Blue #098399

Tints of Eastern Blue #098399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 3.07%
G = 44.71%
B = 52.22%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#098399 (or 0x098399) is known color: Eastern Blue. HEX triplet: 09, 83 and 99. RGB value is (9,131,153). Sum of RGB (Red+Green+Blue) = 9+131+153=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #098399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098399 is #F67C66. Grayscale: #606060. Windows color (decimal): -16153703 or 10060553. OLE color: 10060553.

HSL color Cylindrical-coordinate representation of color #098399: hue angle of 189.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098399 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 131 153 -
CMYK 0.94 0.14 0 0.4
HSL 189.17º 0.89% 0.32% -
HSV(B) 189.17º 0.94% 0.6% -
XYZ 13.98 18.59 32.99 -
YUV 97.03 159.58 65.21 -
System Red Green Blue C M Y K H S L
Decimal 9 131 153 0.94 0.14 0 0.4 189.17 0.89 0.32
Hex 9 83 99 5E E 0 28 BD 59 20
Octal 11 203 231 136 16 0 50 275 131 40
Binary 1001 10000011 10011001 1011110 1110 0 101000 10111101 1011001 100000

Color Harmonies of #098399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098399

Black with #098399

Text Example


Text Example

White with #098399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098399; }

 p { color: rgb(9,131,153); }

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

background-color css

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

 a { background-color: rgb(9,131,153); }

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

border-color css

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

 span { border-color: rgb(9,131,153); }

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