COLOR #011929

HEX: #011929 RGB: (1,25,41)

Color info

#011929 contains red, green and blue colors in about the same proportion. Web safe color of #011929 is #000033 (or #003).

RGB color model

#011929 color RGB value is (1,25,41).

RGB: (1,25,41) (0%, 10%, 16%)

RGB channels and saturation

R 1 of 255 = 0%
G 25 of 255 = 10%
B 41 of 255 = 16%

1
25
41

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

Portions of RGB colors in percentages

R + G + B = 1 + 25 + 41 = 67 (100%)
R 1 of 67 ~ 1.49%
G 25 of 67 ~ 37.31%
B 41 of 67 ~ 61.19'%

%37.31
%61.19

CMYK color model

#011929 color CMYK value is (98,39,0,84).

  • cyan value is 97.56%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (98,39,0,84)
C98M39Y0K84 (98%, 39%, 0%, 84%)
(0.98 / 0.39 / 0.00 / 0.84)

CMYK percentages

%97.56
%39.02
%0
%83.92

Codes

Color #011929 in popluar color models

01 19 29
RGB 1 25 41
HSL 204° 95.24% 8.24%
HSB/HSV 204° 97.56% 16.08%
CMYK 97.56% 39.02% 0.00%
83.92%

Color #011929 in popluar number systems.

HEX 01 19 29
Decimal 1 25 41
Binary 1 11001 101001
Octal 1 31 51

Shades and tints

Shades of #011929

#011929
(1,25,41)
#011726
(1,23,38)
#011523
(1,21,35)
#011320
(1,19,32)
#01111D
(1,17,29)
#010F1A
(1,15,26)
#010D17
(1,13,23)
#010B14
(1,11,20)
#010911
(1,9,17)
#01070E
(1,7,14)
#01050B
(1,5,11)
#000000
(0,0,0)

Tints of #011929

#011929
(1,25,41)
#182D3C
(24,45,60)
#2F414F
(47,65,79)
#465562
(70,85,98)
#5D6975
(93,105,117)
#747D88
(116,125,136)
#8B919B
(139,145,155)
#A2A5AE
(162,165,174)
#B9B9C1
(185,185,193)
#D0CDD4
(208,205,212)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011929 color. Also use rgb(1,25,41) instead hex code.

Text Font Color

.myTextColor { color: #011929; }

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

This text font color is #011929.

Background Color

.myBgColor { background-color: #011929; }

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

This div background color is #011929.

Border color

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

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

This div border color is #011929.

Opacity

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

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

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

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

This text has shadow with #011929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011929.

Preview

Color preview on black background

This text has color #011929 on black background.


Color preview on white background

This text has color #011929 on white background.


Black color preview on #011929 background

This text has black color on #011929 background.


White color preview on #011929 background

This text has white color on #011929 background.


Related colors

Complementary color

Complementary color for #hex is #FEE6D6.


I love getcolorcode.com

Triadic colors

1 #290119 and #192901 with #011929 are triadic colors.

2 #291901 and #190129 with #011929 are triadic colors.