COLOR #001733

HEX: #001733
RGB: (0,23,51)

Color info

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

RGB color model

#001733 color RGB value is (0,23,51).

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

RGB channels and saturation

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

0
23
51

R + G + B ~ 10%. #001733 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 51 = 74 (100%)
R 0 of 74 ~ 0%
G 23 of 74 ~ 31.08%
B 51 of 74 ~ 68.92%

%31.08
%68.92

CMYK color model

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

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

CMYK percentages

%100
%54.9
%0
%80

Codes

Color #001733 in popluar color models

001733
RGB02351
HSL213°100.00%10.00%
HSB/HSV213°100.00%20.00%
CMYK100.00%54.90%0.00%
80.00%

Color #001733 in popluar number systems.

HEX001733
Decimal02351
Binary010111110011
Octal02763

Shades and tints

Shades of #001733

#001733
(0,23,51)
#00152F
(0,21,47)
#00132B
(0,19,43)
#001127
(0,17,39)
#000F23
(0,15,35)
#000D1F
(0,13,31)
#000B1B
(0,11,27)
#000917
(0,9,23)
#000713
(0,7,19)
#00050F
(0,5,15)
#00030B
(0,3,11)
#000000
(0,0,0)

Tints of #001733

#001733
(0,23,51)
#172C45
(23,44,69)
#2E4157
(46,65,87)
#455669
(69,86,105)
#5C6B7B
(92,107,123)
#73808D
(115,128,141)
#8A959F
(138,149,159)
#A1AAB1
(161,170,177)
#B8BFC3
(184,191,195)
#CFD4D5
(207,212,213)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001733; }

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

This text font color is #001733.


Background Color

.myBgColor { background-color: #001733; }

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

This div background color is #001733.


Border color

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

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

This div border color is #001733.


Opacity

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

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

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

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

This text has shadow with #001733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001733 on black background.


Color preview on white background

This text has color #001733 on white background.



Black color preview on #001733 background

This text has black color on #001733 background.


White color preview on #001733 background

This text has white color on #001733 background.