COLOR #000033

HEX: #000033
RGB: (0,0,51)

Color info

#000033 contains only blue color. #000033 color is web safe color. It maybe written shortly as #003.

RGB color model

#000033 color RGB value is (0,0,51).

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

RGB channels and saturation

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

0
0
51

R + G + B ~ 7%. #000033 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#000033 color CMYK value is (100,100,0,80).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(100,100,0,80)
C100M100Y0K80 
(100%,100%,0%,80%)
(1.00/1.00/0.00/0.80)	

CMYK percentages

%100
%100
%0
%80

Codes

Color #000033 in popluar color models

000033
RGB0051
HSL240°100.00%10.00%
HSB/HSV240°100.00%20.00%
CMYK100.00%100.00%0.00%
80.00%

Color #000033 in popluar number systems.

HEX000033
Decimal0051
Binary00110011
Octal0063

Shades and tints

Shades of #000033

#000033
(0,0,51)
#00002F
(0,0,47)
#00002B
(0,0,43)
#000027
(0,0,39)
#000023
(0,0,35)
#00001F
(0,0,31)
#00001B
(0,0,27)
#000017
(0,0,23)
#000013
(0,0,19)
#00000F
(0,0,15)
#00000B
(0,0,11)
#000000
(0,0,0)

Tints of #000033

#000033
(0,0,51)
#171745
(23,23,69)
#2E2E57
(46,46,87)
#454569
(69,69,105)
#5C5C7B
(92,92,123)
#73738D
(115,115,141)
#8A8A9F
(138,138,159)
#A1A1B1
(161,161,177)
#B8B8C3
(184,184,195)
#CFCFD5
(207,207,213)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000033; }

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

This text font color is #000033.


Background Color

.myBgColor { background-color: #000033; }

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

This div background color is #000033.


Border color

.myBorderColor { border: 1px solid #000033; }

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

This div border color is #000033.


Opacity

.myOpacity80 { color: #000033; opacity: 0.8; }

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

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

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

This text has shadow with #000033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000033 on black background.


Color preview on white background

This text has color #000033 on white background.



Black color preview on #000033 background

This text has black color on #000033 background.


White color preview on #000033 background

This text has white color on #000033 background.