Html Css Color HEX #09819B Eastern Blue

📋 copy color: '#09819B'

red 9 ◦ green 129 ◦ blue 155

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

Shades of Eastern Blue #09819B

Tints of Eastern Blue #09819B

RGB

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

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

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

R = 3.07%
G = 44.03%
B = 52.9%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09819B (or 0x09819B) is known color: Eastern Blue. HEX triplet: 09, 81 and 9B. RGB value is (9,129,155). Sum of RGB (Red+Green+Blue) = 9+129+155=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #09819B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09819B is #F67E64. Grayscale: #5F5F5F. Windows color (decimal): -16154213 or 10191113. OLE color: 10191113.

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

Color convert

RGB 9 129 155 -
CMYK 0.94 0.17 0 0.39
HSL 190.68º 0.89% 0.32% -
HSV(B) 190.68º 0.94% 0.61% -
XYZ 13.88 18.13 33.78 -
YUV 96.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 9 129 155 0.94 0.17 0 0.39 190.68 0.89 0.32
Hex 9 81 9B 5E 11 0 27 BF 59 20
Octal 11 201 233 136 21 0 47 277 131 40
Binary 1001 10000001 10011011 1011110 10001 0 100111 10111111 1011001 100000

Color Harmonies of #09819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09819B

Black with #09819B

Text Example


Text Example

White with #09819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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