Html Css Color HEX #0189AA Eastern Blue

📋 copy color: '#0189AA'

red 1 ◦ green 137 ◦ blue 170

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

Shades of Eastern Blue #0189AA

Tints of Eastern Blue #0189AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 0.32%
G = 44.48%
B = 55.19%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0189AA (or 0x0189AA) is known color: Eastern Blue. HEX triplet: 01, 89 and AA. RGB value is (1,137,170). Sum of RGB (Red+Green+Blue) = 1+137+170=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #0189AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0189AA is #FE7655. Grayscale: #636363. Windows color (decimal): -16676438 or 11176193. OLE color: 11176193.

HSL color Cylindrical-coordinate representation of color #0189AA: hue angle of 191.72º 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 #0189AA is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 137 170 -
CMYK 0.99 0.19 0 0.33
HSL 191.72º 0.99% 0.34% -
HSV(B) 191.72º 0.99% 0.67% -
XYZ 16.21 20.8 41.19 -
YUV 100.1 167.44 57.32 -
System Red Green Blue C M Y K H S L
Decimal 1 137 170 0.99 0.19 0 0.33 191.72 0.99 0.34
Hex 1 89 AA 63 13 0 21 C0 63 22
Octal 1 211 252 143 23 0 41 300 143 42
Binary 1 10001001 10101010 1100011 10011 0 100001 11000000 1100011 100010

Color Harmonies of #0189AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189AA

Black with #0189AA

Text Example


Text Example

White with #0189AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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