COLOR #001927

HEX: #001927 RGB: (0,25,39)

Color info

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

RGB color model

#001927 color RGB value is (0,25,39).

RGB: (0,25,39) (0%, 10%, 15%)

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 39 of 255 = 15%

0
25
39

R + G + B ~ 8%. #001927 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 25 + 39 = 64 (100%)
R 0 of 64 ~ 0%
G 25 of 64 ~ 39.06%
B 39 of 64 ~ 60.94'%

%39.06
%60.94

CMYK color model

#001927 color CMYK value is (100,36,0,85).

  • cyan value is 100.00%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK: (100,36,0,85) C100M36Y0K85 (100%,36%,0%,85%) (1.00/0.36/0.00/0.85) 

CMYK percentages

%100
%35.9
%0
%84.71

Codes

Color #001927 in popluar color models

00 19 27
RGB 0 25 39
HSL 202° 100.00% 7.65%
HSB/HSV 202° 100.00% 15.29%
CMYK 100.00% 35.90% 0.00%
84.71%

Color #001927 in popluar number systems.

HEX 00 19 27
Decimal 0 25 39
Binary 0 11001 100111
Octal 0 31 47

Shades and tints

Shades of #001927

#001927
(0,25,39)
#001724
(0,23,36)
#001521
(0,21,33)
#00131E
(0,19,30)
#00111B
(0,17,27)
#000F18
(0,15,24)
#000D15
(0,13,21)
#000B12
(0,11,18)
#00090F
(0,9,15)
#00070C
(0,7,12)
#000509
(0,5,9)
#000000
(0,0,0)

Tints of #001927

#001927
(0,25,39)
#172D3A
(23,45,58)
#2E414D
(46,65,77)
#455560
(69,85,96)
#5C6973
(92,105,115)
#737D86
(115,125,134)
#8A9199
(138,145,153)
#A1A5AC
(161,165,172)
#B8B9BF
(184,185,191)
#CFCDD2
(207,205,210)
#E6E1E5
(230,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001927; }

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

This text font color is #001927.

Background Color

.myBgColor { background-color: #001927; }

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

This div background color is #001927.

Border color

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

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

This div border color is #001927.

Opacity

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

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

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

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

This text has shadow with #001927 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001927.

Preview

Color preview on black background

This text has color #001927 on black background.


Color preview on white background

This text has color #001927 on white background.


Black color preview on #001927 background

This text has black color on #001927 background.


White color preview on #001927 background

This text has white color on #001927 background.


Related colors

Complementary color

Complementary color for #hex is #FFE6D8.


I love getcolorcode.com

Triadic colors

1 #270019 and #192700 with #001927 are triadic colors.

2 #271900 and #190027 with #001927 are triadic colors.