COLOR #0000BA

HEX: #0000BA
RGB: (0,0,186)

Color info

#0000BA contains only blue color. Web safe color of #0000BA is #0000CC (or #00C).

RGB color model

#0000BA color RGB value is (0,0,186).

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

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 186 of 255 = 73%

0
0
186

R + G + B ~ 24%. #0000BA is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 186 = 186 (100%)
R 0 of 186 ~ 0%
G 0 of 186 ~ 0%
B 186 of 186 ~ 100%

%100

CMYK color model

#0000BA color CMYK value is (100,100,0,27).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(100,100,0,27)
C100M100Y0K27 
(100%,100%,0%,27%)
(1.00/1.00/0.00/0.27)	

CMYK percentages

%100
%100
%0
%27.06

Codes

Color #0000BA in popluar color models

0000BA
RGB00186
HSL240°100.00%36.47%
HSB/HSV240°100.00%72.94%
CMYK100.00%100.00%0.00%
27.06%

Color #0000BA in popluar number systems.

HEX0000BA
Decimal00186
Binary0010111010
Octal00272

Shades and tints

Shades of #0000BA

#0000BA
(0,0,186)
#0000AA
(0,0,170)
#00009A
(0,0,154)
#00008A
(0,0,138)
#00007A
(0,0,122)
#00006A
(0,0,106)
#00005A
(0,0,90)
#00004A
(0,0,74)
#00003A
(0,0,58)
#00002A
(0,0,42)
#00001A
(0,0,26)
#000000
(0,0,0)

Tints of #0000BA

#0000BA
(0,0,186)
#1717C0
(23,23,192)
#2E2EC6
(46,46,198)
#4545CC
(69,69,204)
#5C5CD2
(92,92,210)
#7373D8
(115,115,216)
#8A8ADE
(138,138,222)
#A1A1E4
(161,161,228)
#B8B8EA
(184,184,234)
#CFCFF0
(207,207,240)
#E6E6F6
(230,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0000BA; }

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

This text font color is #0000BA.


Background Color

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

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

This div background color is #0000BA.


Border color

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

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

This div border color is #0000BA.


Opacity

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

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

Text with #0000BA 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 #0000BA;}

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

This text has shadow with #0000BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0000BA on black background.


Color preview on white background

This text has color #0000BA on white background.



Black color preview on #0000BA background

This text has black color on #0000BA background.


White color preview on #0000BA background

This text has white color on #0000BA background.