Html Css Color HEX #09819F Eastern Blue

📋 copy color: '#09819F'

red 9 ◦ green 129 ◦ blue 159

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

Shades of Eastern Blue #09819F

Tints of Eastern Blue #09819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

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

R = 3.03%
G = 43.43%
B = 53.54%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09819F (or 0x09819F) is known color: Eastern Blue. HEX triplet: 09, 81 and 9F. RGB value is (9,129,159). Sum of RGB (Red+Green+Blue) = 9+129+159=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #09819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09819F is #F67E60. Grayscale: #606060. Windows color (decimal): -16154209 or 10453257. OLE color: 10453257.

HSL color Cylindrical-coordinate representation of color #09819F: hue angle of 192º 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 #09819F is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 129 159 -
CMYK 0.94 0.19 0 0.38
HSL 192º 0.89% 0.33% -
HSV(B) 192º 0.94% 0.62% -
XYZ 14.22 18.26 35.58 -
YUV 96.54 163.24 65.56 -
System Red Green Blue C M Y K H S L
Decimal 9 129 159 0.94 0.19 0 0.38 192 0.89 0.33
Hex 9 81 9F 5E 13 0 26 C0 59 21
Octal 11 201 237 136 23 0 46 300 131 41
Binary 1001 10000001 10011111 1011110 10011 0 100110 11000000 1011001 100001

Color Harmonies of #09819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09819F

Black with #09819F

Text Example


Text Example

White with #09819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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