Html Css Color HEX #09859F Eastern Blue

📋 copy color: '#09859F'

red 9 ◦ green 133 ◦ blue 159

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

Shades of Eastern Blue #09859F

Tints of Eastern Blue #09859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 159 (62.5% from 255) = 52.82%

R = 2.99%
G = 44.19%
B = 52.82%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09859F (or 0x09859F) is known color: Eastern Blue. HEX triplet: 09, 85 and 9F. RGB value is (9,133,159). Sum of RGB (Red+Green+Blue) = 9+133+159=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #09859F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09859F is #F67A60. Grayscale: #626262. Windows color (decimal): -16153185 or 10454281. OLE color: 10454281.

HSL color Cylindrical-coordinate representation of color #09859F: hue angle of 190.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09859F is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 133 159 -
CMYK 0.94 0.16 0 0.38
HSL 190.4º 0.89% 0.33% -
HSV(B) 190.4º 0.94% 0.62% -
XYZ 14.76 19.34 35.76 -
YUV 98.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 9 133 159 0.94 0.16 0 0.38 190.4 0.89 0.33
Hex 9 85 9F 5E 10 0 26 BE 59 21
Octal 11 205 237 136 20 0 46 276 131 41
Binary 1001 10000101 10011111 1011110 10000 0 100110 10111110 1011001 100001

Color Harmonies of #09859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09859F

Black with #09859F

Text Example


Text Example

White with #09859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09859F; }

 p { color: rgb(9,133,159); }

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

background-color css

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

 a { background-color: rgb(9,133,159); }

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

border-color css

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

 span { border-color: rgb(9,133,159); }

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