COLOR #0184BA

HEX: #0184BA
RGB: (1,132,186)

Color info

#0184BA contains mainly green and blue colors. Web safe color of #0184BA is #0099CC (or #09C).

RGB color model

#0184BA color RGB value is (1,132,186).

  • red value is 1;
  • green value is 132;
  • blue value is 186.
RGB:
(1,132,186)
(0%,52%,73%)

RGB channels and saturation

R 1 of 255 = 0%
G 132 of 255 = 52%
B 186 of 255 = 73%

1
132
186

R + G + B ~ 42%. #0184BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 132 + 186 = 319 (100%)
R 1 of 319 ~ 0.31%
G 132 of 319 ~ 41.38%
B 186 of 319 ~ 58.31%

%41.38
%58.31

CMYK color model

#0184BA color CMYK value is (99,29,0,27).

  • cyan value is 99.46%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(99,29,0,27)
C99M29Y0K27 
(99%,29%,0%,27%)
(0.99/0.29/0.00/0.27)	

CMYK percentages

%99.46
%29.03
%0
%27.06

Codes

Color #0184BA in popluar color models

0184BA
RGB1132186
HSL198°98.93%36.67%
HSB/HSV198°99.46%72.94%
CMYK99.46%29.03%0.00%
27.06%

Color #0184BA in popluar number systems.

HEX0184BA
Decimal1132186
Binary11000010010111010
Octal1204272

Shades and tints

Shades of #0184BA

#0184BA
(1,132,186)
#0178AA
(1,120,170)
#016C9A
(1,108,154)
#01608A
(1,96,138)
#01547A
(1,84,122)
#01486A
(1,72,106)
#013C5A
(1,60,90)
#01304A
(1,48,74)
#01243A
(1,36,58)
#01182A
(1,24,42)
#010C1A
(1,12,26)
#000000
(0,0,0)

Tints of #0184BA

#0184BA
(1,132,186)
#188FC0
(24,143,192)
#2F9AC6
(47,154,198)
#46A5CC
(70,165,204)
#5DB0D2
(93,176,210)
#74BBD8
(116,187,216)
#8BC6DE
(139,198,222)
#A2D1E4
(162,209,228)
#B9DCEA
(185,220,234)
#D0E7F0
(208,231,240)
#E7F2F6
(231,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0184BA color. Also use rgb(1,132,186) instead hex code.

Text Font Color

.myTextColor { color: #0184BA; }

<p style="color:#0184BA">This sample text font color is #0184BA.</p>

This text font color is #0184BA.


Background Color

.myBgColor { background-color: #0184BA; }

<div style="background-color:#0184BA">Inner text</div>

This div background color is #0184BA.


Border color

.myBorderColor { border: 1px solid #0184BA; }

<div style="border:3px solid #0184BA">Div</div>

This div border color is #0184BA.


Opacity

.myOpacity80 { color: #0184BA; opacity: 0.8; }

<p style="color:#0184BA;opacity:0.8;">80%</p>

Text with #0184BA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0184BA;}

<p style="text-shadow: 3px 3px 1px #0184BA">Text here.</p>

This text has shadow with #0184BA color.

.textShadow {text-shadow: 3px 3px 1px #0184BA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0184BA, 5px 5px 20px red">Text here.</p>

This text has shadow with #0184BA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0184BA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0184BA, Direction=45, Strength=4)">Text</p>

This text has shadow with #0184BA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0184BA;
  -webkit-box-shadow:	1px 1px 3px 2px #0184BA;
  box-shadow:		1px 1px 3px 2px #0184BA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0184BA;
-webkit-box-shadow: 1px 1px 3px 2px #0184BA;
box-shadow:1px 1px 3px 2px #0184BA;">
Div content here</div>
This div box has shadow with color #0184BA.

Preview

Color preview on black background

This text has color #0184BA on black background.


Color preview on white background

This text has color #0184BA on white background.



Black color preview on #0184BA background

This text has black color on #0184BA background.


White color preview on #0184BA background

This text has white color on #0184BA background.