Html Css Color HEX #09849B Eastern Blue

📋 copy color: '#09849B'

red 9 ◦ green 132 ◦ blue 155

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

Shades of Eastern Blue #09849B

Tints of Eastern Blue #09849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

 BLUE value IS 155 (60.94% from 255) = 52.36%

R = 3.04%
G = 44.59%
B = 52.36%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09849B (or 0x09849B) is known color: Eastern Blue. HEX triplet: 09, 84 and 9B. RGB value is (9,132,155). Sum of RGB (Red+Green+Blue) = 9+132+155=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #09849B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09849B is #F67B64. Grayscale: #616161. Windows color (decimal): -16153445 or 10191881. OLE color: 10191881.

HSL color Cylindrical-coordinate representation of color #09849B: hue angle of 189.45º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09849B is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 132 155 -
CMYK 0.94 0.15 0 0.39
HSL 189.45º 0.89% 0.32% -
HSV(B) 189.45º 0.94% 0.61% -
XYZ 14.28 18.93 33.91 -
YUV 97.85 160.25 64.63 -
System Red Green Blue C M Y K H S L
Decimal 9 132 155 0.94 0.15 0 0.39 189.45 0.89 0.32
Hex 9 84 9B 5E F 0 27 BD 59 20
Octal 11 204 233 136 17 0 47 275 131 40
Binary 1001 10000100 10011011 1011110 1111 0 100111 10111101 1011001 100000

Color Harmonies of #09849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09849B

Black with #09849B

Text Example


Text Example

White with #09849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09849B; }

 p { color: rgb(9,132,155); }

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

background-color css

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

 a { background-color: rgb(9,132,155); }

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

border-color css

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

 span { border-color: rgb(9,132,155); }

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