Html Css Color HEX #0189AD Eastern Blue

📋 copy color: '#0189AD'

red 1 ◦ green 137 ◦ blue 173

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

Shades of Eastern Blue #0189AD

Tints of Eastern Blue #0189AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 0.32%
G = 44.05%
B = 55.63%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0189AD (or 0x0189AD) is known color: Eastern Blue. HEX triplet: 01, 89 and AD. RGB value is (1,137,173). Sum of RGB (Red+Green+Blue) = 1+137+173=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #0189AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0189AD is #FE7652. Grayscale: #646464. Windows color (decimal): -16676435 or 11372801. OLE color: 11372801.

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

Color convert

RGB 1 137 173 -
CMYK 0.99 0.21 0 0.32
HSL 192.56º 0.99% 0.34% -
HSV(B) 192.56º 0.99% 0.68% -
XYZ 16.5 20.91 42.7 -
YUV 100.44 168.94 57.07 -
System Red Green Blue C M Y K H S L
Decimal 1 137 173 0.99 0.21 0 0.32 192.56 0.99 0.34
Hex 1 89 AD 63 15 0 20 C1 63 22
Octal 1 211 255 143 25 0 40 301 143 42
Binary 1 10001001 10101101 1100011 10101 0 100000 11000001 1100011 100010

Color Harmonies of #0189AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189AD

Black with #0189AD

Text Example


Text Example

White with #0189AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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