Html Css Color HEX #099399 Eastern Blue

📋 copy color: '#099399'

red 9 ◦ green 147 ◦ blue 153

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

Shades of Eastern Blue #099399

Tints of Eastern Blue #099399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.57%

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

R = 2.91%
G = 47.57%
B = 49.51%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#099399 (or 0x099399) is known color: Eastern Blue. HEX triplet: 09, 93 and 99. RGB value is (9,147,153). Sum of RGB (Red+Green+Blue) = 9+147+153=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #099399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099399 is #F66C66. Grayscale: #6A6A6A. Windows color (decimal): -16149607 or 10064649. OLE color: 10064649.

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

Color convert

RGB 9 147 153 -
CMYK 0.94 0.04 0 0.4
HSL 182.5º 0.89% 0.32% -
HSV(B) 182.5º 0.94% 0.6% -
XYZ 16.3 23.23 33.76 -
YUV 106.42 154.28 58.51 -
System Red Green Blue C M Y K H S L
Decimal 9 147 153 0.94 0.04 0 0.4 182.5 0.89 0.32
Hex 9 93 99 5E 4 0 28 B6 59 20
Octal 11 223 231 136 4 0 50 266 131 40
Binary 1001 10010011 10011001 1011110 100 0 101000 10110110 1011001 100000

Color Harmonies of #099399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099399

Black with #099399

Text Example


Text Example

White with #099399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099399; }

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

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

background-color css

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

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

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

border-color css

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

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

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