Color Hex Logo

#0189bb Color Hex

#0189BB
(1,137,187)
0 Favorites   0 Comments

Color spaces of #0189bb

RGB 1137187
HSL0.540.990.37
HSV196°99°73°
CMYK 0.990.270.00   0.27
XYZ17.927821.485650.2160
Yxy21.48560.20000.2397
Hunter Lab46.3526-12.0785-31.7850
CIE-Lab53.4769-12.7220-34.7344

#0189bb color RGB value is (1,137,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001001 10111011
Octal 1 211 273
Decimal 1 137 187
Hex 1 89 BB

RGB Percentages of Color #0189bb

%0.31
%42.15
%57.54

CMYK Percentages of Color #0189bb

%99
%27
%0
%27

Triadic Colors of #0189bb

#0189bb #bb0189 #89bb01

Analogous Colors of #0189bb

#0189bb #012cbb #01bb90

Monochromatic Colors of #0189bb

#0189bb

Complementary Color

#0189bb #bb3301

#0189bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0189bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0189bb Color CSS Codes

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

#0189bb Text Font Color

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

This sample text font color is #0189bb
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.


#0189bb Background Color

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

This div background color is #0189bb


#0189bb Border Color

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

This div border color is #0189bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0189bb

#0189bb Color Palettes


Comments

No comments written yet.

Please login to write comment.