Html Css Color HEX #099099 Eastern Blue

📋 copy color: '#099099'

red 9 ◦ green 144 ◦ blue 153

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

Shades of Eastern Blue #099099

Tints of Eastern Blue #099099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.06%

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

R = 2.94%
G = 47.06%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#099099 (or 0x099099) is known color: Eastern Blue. HEX triplet: 09, 90 and 99. RGB value is (9,144,153). Sum of RGB (Red+Green+Blue) = 9+144+153=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #099099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099099 is #F66F66. Grayscale: #686868. Windows color (decimal): -16150375 or 10063881. OLE color: 10063881.

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

Color convert

RGB 9 144 153 -
CMYK 0.94 0.06 0 0.4
HSL 183.75º 0.89% 0.32% -
HSV(B) 183.75º 0.94% 0.6% -
XYZ 15.84 22.3 33.61 -
YUV 104.66 155.27 59.77 -
System Red Green Blue C M Y K H S L
Decimal 9 144 153 0.94 0.06 0 0.4 183.75 0.89 0.32
Hex 9 90 99 5E 6 0 28 B8 59 20
Octal 11 220 231 136 6 0 50 270 131 40
Binary 1001 10010000 10011001 1011110 110 0 101000 10111000 1011001 100000

Color Harmonies of #099099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099099

Black with #099099

Text Example


Text Example

White with #099099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099099; }

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

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

background-color css

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

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

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

border-color css

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

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

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