COLOR #0055AA

HEX: #0055AA
RGB: (0,85,170)

Color info

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

RGB color model

#0055AA color RGB value is (0,85,170).

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

RGB channels and saturation

R 0 of 255 = 0%
G 85 of 255 = 33%
B 170 of 255 = 67%

0
85
170

R + G + B ~ 33%. #0055AA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 85 + 170 = 255 (100%)
R 0 of 255 ~ 0%
G 85 of 255 ~ 33.33%
B 170 of 255 ~ 66.67%

%33.33
%66.67

CMYK color model

#0055AA color CMYK value is (100,50,0,33).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(100,50,0,33)
C100M50Y0K33 
(100%,50%,0%,33%)
(1.00/0.50/0.00/0.33)	

CMYK percentages

%100
%50
%0
%33.33

Codes

Color #0055AA in popluar color models

0055AA
RGB085170
HSL210°100.00%33.33%
HSB/HSV210°100.00%66.67%
CMYK100.00%50.00%0.00%
33.33%

Color #0055AA in popluar number systems.

HEX0055AA
Decimal085170
Binary0101010110101010
Octal0125252

Shades and tints

Shades of #0055AA

#0055AA
(0,85,170)
#004E9B
(0,78,155)
#00478C
(0,71,140)
#00407D
(0,64,125)
#00396E
(0,57,110)
#00325F
(0,50,95)
#002B50
(0,43,80)
#002441
(0,36,65)
#001D32
(0,29,50)
#001623
(0,22,35)
#000F14
(0,15,20)
#000000
(0,0,0)

Tints of #0055AA

#0055AA
(0,85,170)
#1764B1
(23,100,177)
#2E73B8
(46,115,184)
#4582BF
(69,130,191)
#5C91C6
(92,145,198)
#73A0CD
(115,160,205)
#8AAFD4
(138,175,212)
#A1BEDB
(161,190,219)
#B8CDE2
(184,205,226)
#CFDCE9
(207,220,233)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0055AA; }

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

This text font color is #0055AA.


Background Color

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

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

This div background color is #0055AA.


Border color

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

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

This div border color is #0055AA.


Opacity

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

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

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

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

This text has shadow with #0055AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0055AA on black background.


Color preview on white background

This text has color #0055AA on white background.



Black color preview on #0055AA background

This text has black color on #0055AA background.


White color preview on #0055AA background

This text has white color on #0055AA background.