COLOR #0055B1

HEX: #0055B1
RGB: (0,85,177)

Color info

#0055B1 contains mainly blue color. Web safe color of #0055B1 is #006699 (or #069).

RGB color model

#0055B1 color RGB value is (0,85,177).

  • red value is 0;
  • green value is 85;
  • blue value is 177.
RGB:
(0,85,177)
(0%,33%,69%)

RGB channels and saturation

R 0 of 255 = 0%
G 85 of 255 = 33%
B 177 of 255 = 69%

0
85
177

R + G + B ~ 34%. #0055B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 85 + 177 = 262 (100%)
R 0 of 262 ~ 0%
G 85 of 262 ~ 32.44%
B 177 of 262 ~ 67.56%

%32.44
%67.56

CMYK color model

#0055B1 color CMYK value is (100,52,0,31).

  • cyan value is 100.00%
  • magenta value is 51.98%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(100,52,0,31)
C100M52Y0K31 
(100%,52%,0%,31%)
(1.00/0.52/0.00/0.31)	

CMYK percentages

%100
%51.98
%0
%30.59

Codes

Color #0055B1 in popluar color models

0055B1
RGB085177
HSL211°100.00%34.71%
HSB/HSV211°100.00%69.41%
CMYK100.00%51.98%0.00%
30.59%

Color #0055B1 in popluar number systems.

HEX0055B1
Decimal085177
Binary0101010110110001
Octal0125261

Shades and tints

Shades of #0055B1

#0055B1
(0,85,177)
#004EA1
(0,78,161)
#004791
(0,71,145)
#004081
(0,64,129)
#003971
(0,57,113)
#003261
(0,50,97)
#002B51
(0,43,81)
#002441
(0,36,65)
#001D31
(0,29,49)
#001621
(0,22,33)
#000F11
(0,15,17)
#000000
(0,0,0)

Tints of #0055B1

#0055B1
(0,85,177)
#1764B8
(23,100,184)
#2E73BF
(46,115,191)
#4582C6
(69,130,198)
#5C91CD
(92,145,205)
#73A0D4
(115,160,212)
#8AAFDB
(138,175,219)
#A1BEE2
(161,190,226)
#B8CDE9
(184,205,233)
#CFDCF0
(207,220,240)
#E6EBF7
(230,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0055B1 color. Also use rgb(0,85,177) instead hex code.

Text Font Color

.myTextColor { color: #0055B1; }

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

This text font color is #0055B1.


Background Color

.myBgColor { background-color: #0055B1; }

<div style="background-color:#0055B1">Inner text</div>

This div background color is #0055B1.


Border color

.myBorderColor { border: 1px solid #0055B1; }

<div style="border:3px solid #0055B1">Div</div>

This div border color is #0055B1.


Opacity

.myOpacity80 { color: #0055B1; opacity: 0.8; }

<p style="color:#0055B1;opacity:0.8;">80%</p>

Text with #0055B1 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 #0055B1;}

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

This text has shadow with #0055B1 color.

.textShadow {text-shadow: 3px 3px 1px #0055B1, 3px 3px 1px red;}

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

This text has shadow with #0055B1 primary color and red secondary color.


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

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

This text has shadow with #0055B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0055B1 on black background.


Color preview on white background

This text has color #0055B1 on white background.



Black color preview on #0055B1 background

This text has black color on #0055B1 background.


White color preview on #0055B1 background

This text has white color on #0055B1 background.