Html Css Color HEX #0189AB Eastern Blue

📋 copy color: '#0189AB'

red 1 ◦ green 137 ◦ blue 171

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

Shades of Eastern Blue #0189AB

Tints of Eastern Blue #0189AB

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

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

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 0.32%
G = 44.34%
B = 55.34%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0189AB (or 0x0189AB) is known color: Eastern Blue. HEX triplet: 01, 89 and AB. RGB value is (1,137,171). Sum of RGB (Red+Green+Blue) = 1+137+171=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #0189AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0189AB is #FE7654. Grayscale: #636363. Windows color (decimal): -16676437 or 11241729. OLE color: 11241729.

HSL color Cylindrical-coordinate representation of color #0189AB: hue angle of 192º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0189AB is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 137 171 -
CMYK 0.99 0.20 0 0.33
HSL 192º 0.99% 0.34% -
HSV(B) 192º 0.99% 0.67% -
XYZ 16.31 20.84 41.69 -
YUV 100.21 167.94 57.24 -
System Red Green Blue C M Y K H S L
Decimal 1 137 171 0.99 0.20 0 0.33 192 0.99 0.34
Hex 1 89 AB 63 14 0 21 C0 63 22
Octal 1 211 253 143 24 0 41 300 143 42
Binary 1 10001001 10101011 1100011 10100 0 100001 11000000 1100011 100010

Color Harmonies of #0189AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189AB

Black with #0189AB

Text Example


Text Example

White with #0189AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0189AB; }

 p { color: rgb(1,137,171); }

 H1.HeaderClassName
 {
   color: #0189AB;
 }
 .AnyTagClassName
 {
   color: #0189AB;
 }
</style>

background-color css

<style>
 a { background-color: #0189AB; }

 a { background-color: rgb(1,137,171); }

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

border-color css

<style>
 span { border-color: #0189AB; }

 span { border-color: rgb(1,137,171); }

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