Color Hex Logo

#0189ba Color Hex

#0189BA
(1,137,186)
0 Favorites   0 Comments

Color spaces of #0189ba

RGB 1137186
HSL0.540.990.37
HSV196°99°73°
CMYK 0.990.260.00   0.27
XYZ17.821121.442949.6540
Yxy21.44290.20040.2412
Hunter Lab46.3065-12.3404-31.1616
CIE-Lab53.4309-13.0935-34.2351

#0189ba color RGB value is (1,137,186).

#0189ba hex color red value is 1, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0189ba hue: 0.54 , saturation: 0.99 and the lightness value of 0189ba is 0.37.

The process color (four color CMYK) of #0189ba color hex is 0.99, 0.26, 0.00, 0.27. Web safe color of #0189ba is #0099cc. Color #0189ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001001 10111010
Octal 1 211 272
Decimal 1 137 186
Hex 1 89 BA

RGB Percentages of Color #0189ba

%0.31
%42.28
%57.41

CMYK Percentages of Color #0189ba

%99
%26
%0
%27

Triadic Colors of #0189ba

#0189ba #ba0189 #89ba01

Analogous Colors of #0189ba

#0189ba #012cba #01ba8f

Monochromatic Colors of #0189ba

#0189ba

Complementary Color

#0189ba #ba3201

#0189ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0189ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0189ba Color CSS Codes

.mybgcolor {background-color:#0189ba; } 
.myforecolor {color:#0189ba; }
.mybordercolor {border:3px solid #0189ba; }

#0189ba Text Font Color

<p style="color:#0189ba">Text here</p>

This sample text font color is #0189ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0189ba Background Color

<div style="background-color:#0189ba">
Div content here</div>

This div background color is #0189ba


#0189ba Border Color

<div style="border:3px solid #0189ba">
Div here</div>

This div border color is #0189ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,137,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0189ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0189ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0189ba;
  box-shadow:         1px 1px 3px 2px #0189ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,137,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0189ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0189ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0189ba;
  box-shadow:         1px 1px 3px 2px #0189ba;">
Div content here</div>

This div box has shadow with color #0189ba


Comments

No comments written yet.

Please login to write comment.