COLOR #001730

HEX: #001730
RGB: (0,23,48)

Color info

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

RGB color model

#001730 color RGB value is (0,23,48).

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

RGB channels and saturation

R 0 of 255 = 0%
G 23 of 255 = 9%
B 48 of 255 = 19%

0
23
48

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

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 48 = 71 (100%)
R 0 of 71 ~ 0%
G 23 of 71 ~ 32.39%
B 48 of 71 ~ 67.61%

%32.39
%67.61

CMYK color model

#001730 color CMYK value is (100,52,0,81).

  • cyan value is 100.00%
  • magenta value is 52.08%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(100,52,0,81)
C100M52Y0K81 
(100%,52%,0%,81%)
(1.00/0.52/0.00/0.81)	

CMYK percentages

%100
%52.08
%0
%81.18

Codes

Color #001730 in popluar color models

001730
RGB02348
HSL211°100.00%9.41%
HSB/HSV211°100.00%18.82%
CMYK100.00%52.08%0.00%
81.18%

Color #001730 in popluar number systems.

HEX001730
Decimal02348
Binary010111110000
Octal02760

Shades and tints

Shades of #001730

#001730
(0,23,48)
#00152C
(0,21,44)
#001328
(0,19,40)
#001124
(0,17,36)
#000F20
(0,15,32)
#000D1C
(0,13,28)
#000B18
(0,11,24)
#000914
(0,9,20)
#000710
(0,7,16)
#00050C
(0,5,12)
#000308
(0,3,8)
#000000
(0,0,0)

Tints of #001730

#001730
(0,23,48)
#172C42
(23,44,66)
#2E4154
(46,65,84)
#455666
(69,86,102)
#5C6B78
(92,107,120)
#73808A
(115,128,138)
#8A959C
(138,149,156)
#A1AAAE
(161,170,174)
#B8BFC0
(184,191,192)
#CFD4D2
(207,212,210)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001730; }

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

This text font color is #001730.


Background Color

.myBgColor { background-color: #001730; }

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

This div background color is #001730.


Border color

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

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

This div border color is #001730.


Opacity

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

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

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

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

This text has shadow with #001730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001730 on black background.


Color preview on white background

This text has color #001730 on white background.



Black color preview on #001730 background

This text has black color on #001730 background.


White color preview on #001730 background

This text has white color on #001730 background.