COLOR #001750

HEX: #001750
RGB: (0,23,80)

Color info

#001750 contains only green and blue colors. Web safe color of #001750 is #000066 (or #006).

RGB color model

#001750 color RGB value is (0,23,80).

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

RGB channels and saturation

R 0 of 255 = 0%
G 23 of 255 = 9%
B 80 of 255 = 31%

0
23
80

R + G + B ~ 13%. #001750 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 80 = 103 (100%)
R 0 of 103 ~ 0%
G 23 of 103 ~ 22.33%
B 80 of 103 ~ 77.67%

%22.33
%77.67

CMYK color model

#001750 color CMYK value is (100,71,0,69).

  • cyan value is 100.00%
  • magenta value is 71.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(100,71,0,69)
C100M71Y0K69 
(100%,71%,0%,69%)
(1.00/0.71/0.00/0.69)	

CMYK percentages

%100
%71.25
%0
%68.63

Codes

Color #001750 in popluar color models

001750
RGB02380
HSL223°100.00%15.69%
HSB/HSV223°100.00%31.37%
CMYK100.00%71.25%0.00%
68.63%

Color #001750 in popluar number systems.

HEX001750
Decimal02380
Binary0101111010000
Octal027120

Shades and tints

Shades of #001750

#001750
(0,23,80)
#001549
(0,21,73)
#001342
(0,19,66)
#00113B
(0,17,59)
#000F34
(0,15,52)
#000D2D
(0,13,45)
#000B26
(0,11,38)
#00091F
(0,9,31)
#000718
(0,7,24)
#000511
(0,5,17)
#00030A
(0,3,10)
#000000
(0,0,0)

Tints of #001750

#001750
(0,23,80)
#172C5F
(23,44,95)
#2E416E
(46,65,110)
#45567D
(69,86,125)
#5C6B8C
(92,107,140)
#73809B
(115,128,155)
#8A95AA
(138,149,170)
#A1AAB9
(161,170,185)
#B8BFC8
(184,191,200)
#CFD4D7
(207,212,215)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001750; }

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

This text font color is #001750.


Background Color

.myBgColor { background-color: #001750; }

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

This div background color is #001750.


Border color

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

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

This div border color is #001750.


Opacity

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

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

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

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

This text has shadow with #001750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001750 on black background.


Color preview on white background

This text has color #001750 on white background.



Black color preview on #001750 background

This text has black color on #001750 background.


White color preview on #001750 background

This text has white color on #001750 background.