Html Css Color HEX #09819D Eastern Blue

📋 copy color: '#09819D'

red 9 ◦ green 129 ◦ blue 157

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

Shades of Eastern Blue #09819D

Tints of Eastern Blue #09819D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.22%

R = 3.05%
G = 43.73%
B = 53.22%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09819D (or 0x09819D) is known color: Eastern Blue. HEX triplet: 09, 81 and 9D. RGB value is (9,129,157). Sum of RGB (Red+Green+Blue) = 9+129+157=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #09819D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09819D is #F67E62. Grayscale: #606060. Windows color (decimal): -16154211 or 10322185. OLE color: 10322185.

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

Color convert

RGB 9 129 157 -
CMYK 0.94 0.18 0 0.38
HSL 191.35º 0.89% 0.33% -
HSV(B) 191.35º 0.94% 0.62% -
XYZ 14.05 18.19 34.67 -
YUV 96.31 162.24 65.72 -
System Red Green Blue C M Y K H S L
Decimal 9 129 157 0.94 0.18 0 0.38 191.35 0.89 0.33
Hex 9 81 9D 5E 12 0 26 BF 59 21
Octal 11 201 235 136 22 0 46 277 131 41
Binary 1001 10000001 10011101 1011110 10010 0 100110 10111111 1011001 100001

Color Harmonies of #09819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09819D

Black with #09819D

Text Example


Text Example

White with #09819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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