COLOR #011D24

HEX: #011D24
RGB: (1,29,36)

Color info

#011D24 contains red, green and blue colors in about the same proportion. Web safe color of #011D24 is #003333 (or #033).

RGB color model

#011D24 color RGB value is (1,29,36).

  • red value is 1;
  • green value is 29;
  • blue value is 36.
RGB:
(1,29,36)
(0%,11%,14%)

RGB channels and saturation

R 1 of 255 = 0%
G 29 of 255 = 11%
B 36 of 255 = 14%

1
29
36

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

Portions of RGB colors in percentages

R + G + B =
1 + 29 + 36 = 66 (100%)
R 1 of 66 ~ 1.52%
G 29 of 66 ~ 43.94%
B 36 of 66 ~ 54.55%

%43.94
%54.55

CMYK color model

#011D24 color CMYK value is (97,19,0,86).

  • cyan value is 97.22%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(97,19,0,86)
C97M19Y0K86 
(97%,19%,0%,86%)
(0.97/0.19/0.00/0.86)	

CMYK percentages

%97.22
%19.44
%0
%85.88

Codes

Color #011D24 in popluar color models

011D24
RGB12936
HSL192°94.59%7.25%
HSB/HSV192°97.22%14.12%
CMYK97.22%19.44%0.00%
85.88%

Color #011D24 in popluar number systems.

HEX011D24
Decimal12936
Binary111101100100
Octal13544

Shades and tints

Shades of #011D24

#011D24
(1,29,36)
#011B21
(1,27,33)
#01191E
(1,25,30)
#01171B
(1,23,27)
#011518
(1,21,24)
#011315
(1,19,21)
#011112
(1,17,18)
#010F0F
(1,15,15)
#010D0C
(1,13,12)
#010B09
(1,11,9)
#010906
(1,9,6)
#000000
(0,0,0)

Tints of #011D24

#011D24
(1,29,36)
#183137
(24,49,55)
#2F454A
(47,69,74)
#46595D
(70,89,93)
#5D6D70
(93,109,112)
#748183
(116,129,131)
#8B9596
(139,149,150)
#A2A9A9
(162,169,169)
#B9BDBC
(185,189,188)
#D0D1CF
(208,209,207)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011D24 color. Also use rgb(1,29,36) instead hex code.

Text Font Color

.myTextColor { color: #011D24; }

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

This text font color is #011D24.


Background Color

.myBgColor { background-color: #011D24; }

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

This div background color is #011D24.


Border color

.myBorderColor { border: 1px solid #011D24; }

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

This div border color is #011D24.


Opacity

.myOpacity80 { color: #011D24; opacity: 0.8; }

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

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

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

This text has shadow with #011D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011D24 on black background.


Color preview on white background

This text has color #011D24 on white background.



Black color preview on #011D24 background

This text has black color on #011D24 background.


White color preview on #011D24 background

This text has white color on #011D24 background.