COLOR #001133

HEX: #001133
RGB: (0,17,51)

Color info

#001133 contains only green and blue colors. Web safe color of #001133 is #000033 (or #003).

RGB color model

#001133 color RGB value is (0,17,51).

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

RGB channels and saturation

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

0
17
51

R + G + B ~ 9%. #001133 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 17 + 51 = 68 (100%)
R 0 of 68 ~ 0%
G 17 of 68 ~ 25%
B 51 of 68 ~ 75%

%25
%75

CMYK color model

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

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

CMYK percentages

%100
%66.67
%0
%80

Codes

Color #001133 in popluar color models

001133
RGB01751
HSL220°100.00%10.00%
HSB/HSV220°100.00%20.00%
CMYK100.00%66.67%0.00%
80.00%

Color #001133 in popluar number systems.

HEX001133
Decimal01751
Binary010001110011
Octal02163

Shades and tints

Shades of #001133

#001133
(0,17,51)
#00102F
(0,16,47)
#000F2B
(0,15,43)
#000E27
(0,14,39)
#000D23
(0,13,35)
#000C1F
(0,12,31)
#000B1B
(0,11,27)
#000A17
(0,10,23)
#000913
(0,9,19)
#00080F
(0,8,15)
#00070B
(0,7,11)
#000000
(0,0,0)

Tints of #001133

#001133
(0,17,51)
#172645
(23,38,69)
#2E3B57
(46,59,87)
#455069
(69,80,105)
#5C657B
(92,101,123)
#737A8D
(115,122,141)
#8A8F9F
(138,143,159)
#A1A4B1
(161,164,177)
#B8B9C3
(184,185,195)
#CFCED5
(207,206,213)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001133; }

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

This text font color is #001133.


Background Color

.myBgColor { background-color: #001133; }

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

This div background color is #001133.


Border color

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

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

This div border color is #001133.


Opacity

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

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

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

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

This text has shadow with #001133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001133 on black background.


Color preview on white background

This text has color #001133 on white background.



Black color preview on #001133 background

This text has black color on #001133 background.


White color preview on #001133 background

This text has white color on #001133 background.