COLOR #0000BB

HEX: #0000BB
RGB: (0,0,187)

Color info

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

RGB color model

#0000BB color RGB value is (0,0,187).

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

RGB channels and saturation

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

0
0
187

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#0000BB 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 26.67%
CMYK:
(100,100,0,27)
C100M100Y0K27 
(100%,100%,0%,27%)
(1.00/1.00/0.00/0.27)	

CMYK percentages

%100
%100
%0
%26.67

Codes

Color #0000BB in popluar color models

0000BB
RGB00187
HSL240°100.00%36.67%
HSB/HSV240°100.00%73.33%
CMYK100.00%100.00%0.00%
26.67%

Color #0000BB in popluar number systems.

HEX0000BB
Decimal00187
Binary0010111011
Octal00273

Shades and tints

Shades of #0000BB

#0000BB
(0,0,187)
#0000AA
(0,0,170)
#000099
(0,0,153)
#000088
(0,0,136)
#000077
(0,0,119)
#000066
(0,0,102)
#000055
(0,0,85)
#000044
(0,0,68)
#000033
(0,0,51)
#000022
(0,0,34)
#000011
(0,0,17)
#000000
(0,0,0)

Tints of #0000BB

#0000BB
(0,0,187)
#1717C1
(23,23,193)
#2E2EC7
(46,46,199)
#4545CD
(69,69,205)
#5C5CD3
(92,92,211)
#7373D9
(115,115,217)
#8A8ADF
(138,138,223)
#A1A1E5
(161,161,229)
#B8B8EB
(184,184,235)
#CFCFF1
(207,207,241)
#E6E6F7
(230,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0000BB; }

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

This text font color is #0000BB.


Background Color

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

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

This div background color is #0000BB.


Border color

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

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

This div border color is #0000BB.


Opacity

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

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

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

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

This text has shadow with #0000BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0000BB on black background.


Color preview on white background

This text has color #0000BB on white background.



Black color preview on #0000BB background

This text has black color on #0000BB background.


White color preview on #0000BB background

This text has white color on #0000BB background.