COLOR #0033AA

HEX: #0033AA
RGB: (0,51,170)

Color info

#0033AA contains mainly blue color. Web safe color of #0033AA is #003399 (or #039).

RGB color model

#0033AA color RGB value is (0,51,170).

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

RGB channels and saturation

R 0 of 255 = 0%
G 51 of 255 = 20%
B 170 of 255 = 67%

0
51
170

R + G + B ~ 29%. #0033AA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 51 + 170 = 221 (100%)
R 0 of 221 ~ 0%
G 51 of 221 ~ 23.08%
B 170 of 221 ~ 76.92%

%23.08
%76.92

CMYK color model

#0033AA color CMYK value is (100,70,0,33).

  • cyan value is 100.00%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(100,70,0,33)
C100M70Y0K33 
(100%,70%,0%,33%)
(1.00/0.70/0.00/0.33)	

CMYK percentages

%100
%70
%0
%33.33

Codes

Color #0033AA in popluar color models

0033AA
RGB051170
HSL222°100.00%33.33%
HSB/HSV222°100.00%66.67%
CMYK100.00%70.00%0.00%
33.33%

Color #0033AA in popluar number systems.

HEX0033AA
Decimal051170
Binary011001110101010
Octal063252

Shades and tints

Shades of #0033AA

#0033AA
(0,51,170)
#002F9B
(0,47,155)
#002B8C
(0,43,140)
#00277D
(0,39,125)
#00236E
(0,35,110)
#001F5F
(0,31,95)
#001B50
(0,27,80)
#001741
(0,23,65)
#001332
(0,19,50)
#000F23
(0,15,35)
#000B14
(0,11,20)
#000000
(0,0,0)

Tints of #0033AA

#0033AA
(0,51,170)
#1745B1
(23,69,177)
#2E57B8
(46,87,184)
#4569BF
(69,105,191)
#5C7BC6
(92,123,198)
#738DCD
(115,141,205)
#8A9FD4
(138,159,212)
#A1B1DB
(161,177,219)
#B8C3E2
(184,195,226)
#CFD5E9
(207,213,233)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0033AA; }

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

This text font color is #0033AA.


Background Color

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

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

This div background color is #0033AA.


Border color

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

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

This div border color is #0033AA.


Opacity

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

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

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

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

This text has shadow with #0033AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0033AA on black background.


Color preview on white background

This text has color #0033AA on white background.



Black color preview on #0033AA background

This text has black color on #0033AA background.


White color preview on #0033AA background

This text has white color on #0033AA background.