COLOR #0033CC

HEX: #0033CC
RGB: (0,51,204)

Color info

#0033CC contains mainly blue color. #0033CC color is web safe color. It maybe written shortly as #03C.

RGB color model

#0033CC color RGB value is (0,51,204).

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

RGB channels and saturation

R 0 of 255 = 0%
G 51 of 255 = 20%
B 204 of 255 = 80%

0
51
204

R + G + B ~ 33%. #0033CC is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 51 + 204 = 255 (100%)
R 0 of 255 ~ 0%
G 51 of 255 ~ 20%
B 204 of 255 ~ 80%

%20
%80

CMYK color model

#0033CC color CMYK value is (100,75,0,20).

  • cyan value is 100.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(100,75,0,20)
C100M75Y0K20 
(100%,75%,0%,20%)
(1.00/0.75/0.00/0.20)	

CMYK percentages

%100
%75
%0
%20

Codes

Color #0033CC in popluar color models

0033CC
RGB051204
HSL225°100.00%40.00%
HSB/HSV225°100.00%80.00%
CMYK100.00%75.00%0.00%
20.00%

Color #0033CC in popluar number systems.

HEX0033CC
Decimal051204
Binary011001111001100
Octal063314

Shades and tints

Shades of #0033CC

#0033CC
(0,51,204)
#002FBA
(0,47,186)
#002BA8
(0,43,168)
#002796
(0,39,150)
#002384
(0,35,132)
#001F72
(0,31,114)
#001B60
(0,27,96)
#00174E
(0,23,78)
#00133C
(0,19,60)
#000F2A
(0,15,42)
#000B18
(0,11,24)
#000000
(0,0,0)

Tints of #0033CC

#0033CC
(0,51,204)
#1745D0
(23,69,208)
#2E57D4
(46,87,212)
#4569D8
(69,105,216)
#5C7BDC
(92,123,220)
#738DE0
(115,141,224)
#8A9FE4
(138,159,228)
#A1B1E8
(161,177,232)
#B8C3EC
(184,195,236)
#CFD5F0
(207,213,240)
#E6E7F4
(230,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0033CC; }

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

This text font color is #0033CC.


Background Color

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

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

This div background color is #0033CC.


Border color

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

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

This div border color is #0033CC.


Opacity

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

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

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

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

This text has shadow with #0033CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0033CC on black background.


Color preview on white background

This text has color #0033CC on white background.



Black color preview on #0033CC background

This text has black color on #0033CC background.


White color preview on #0033CC background

This text has white color on #0033CC background.