Html Css Color HEX #0989A1 Eastern Blue

📋 copy color: '#0989A1'

red 9 ◦ green 137 ◦ blue 161

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

Shades of Eastern Blue #0989A1

Tints of Eastern Blue #0989A1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 161 (63.28% from 255) = 52.44%

R = 2.93%
G = 44.63%
B = 52.44%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0989A1 (or 0x0989A1) is known color: Eastern Blue. HEX triplet: 09, 89 and A1. RGB value is (9,137,161). Sum of RGB (Red+Green+Blue) = 9+137+161=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #0989A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0989A1 is #F6765E. Grayscale: #656565. Windows color (decimal): -16152159 or 10586377. OLE color: 10586377.

HSL color Cylindrical-coordinate representation of color #0989A1: hue angle of 189.47º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0989A1 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 137 161 -
CMYK 0.94 0.15 0 0.37
HSL 189.47º 0.89% 0.33% -
HSV(B) 189.47º 0.94% 0.63% -
XYZ 15.49 20.52 36.86 -
YUV 101.46 161.59 62.05 -
System Red Green Blue C M Y K H S L
Decimal 9 137 161 0.94 0.15 0 0.37 189.47 0.89 0.33
Hex 9 89 A1 5E F 0 25 BD 59 21
Octal 11 211 241 136 17 0 45 275 131 41
Binary 1001 10001001 10100001 1011110 1111 0 100101 10111101 1011001 100001

Color Harmonies of #0989A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0989A1

Black with #0989A1

Text Example


Text Example

White with #0989A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0989A1; }

 p { color: rgb(9,137,161); }

 H1.HeaderClassName
 {
   color: #0989A1;
 }
 .AnyTagClassName
 {
   color: #0989A1;
 }
</style>

background-color css

<style>
 a { background-color: #0989A1; }

 a { background-color: rgb(9,137,161); }

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

border-color css

<style>
 span { border-color: #0989A1; }

 span { border-color: rgb(9,137,161); }

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