COLOR #011A24

HEX: #011A24 RGB: (1,26,36)

Color info

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

RGB color model

#011A24 color RGB value is (1,26,36).

RGB: (1,26,36) (0%, 10%, 14%)

RGB channels and saturation

R 1 of 255 = 0%
G 26 of 255 = 10%
B 36 of 255 = 14%

1
26
36

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

Portions of RGB colors in percentages

R + G + B = 1 + 26 + 36 = 63 (100%)
R 1 of 63 ~ 1.59%
G 26 of 63 ~ 41.27%
B 36 of 63 ~ 57.14'%

%41.27
%57.14

CMYK color model

#011A24 color CMYK value is (97,28,0,86).

  • cyan value is 97.22%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK: (97,28,0,86) C97M28Y0K86 (97%,28%,0%,86%) (0.97/0.28/0.00/0.86) 

CMYK percentages

%97.22
%27.78
%0
%85.88

Codes

Color #011A24 in popluar color models

01 1A 24
RGB 1 26 36
HSL 197° 94.59% 7.25%
HSB/HSV 197° 97.22% 14.12%
CMYK 97.22% 27.78% 0.00%
85.88%

Color #011A24 in popluar number systems.

HEX 01 1A 24
Decimal 1 26 36
Binary 1 11010 100100
Octal 1 32 44

Shades and tints

Shades of #011A24

#011A24
(1,26,36)
#011821
(1,24,33)
#01161E
(1,22,30)
#01141B
(1,20,27)
#011218
(1,18,24)
#011015
(1,16,21)
#010E12
(1,14,18)
#010C0F
(1,12,15)
#010A0C
(1,10,12)
#010809
(1,8,9)
#010606
(1,6,6)
#000000
(0,0,0)

Tints of #011A24

#011A24
(1,26,36)
#182E37
(24,46,55)
#2F424A
(47,66,74)
#46565D
(70,86,93)
#5D6A70
(93,106,112)
#747E83
(116,126,131)
#8B9296
(139,146,150)
#A2A6A9
(162,166,169)
#B9BABC
(185,186,188)
#D0CECF
(208,206,207)
#E7E2E2
(231,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011A24; }

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

This text font color is #011A24.

Background Color

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

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

This div background color is #011A24.

Border color

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

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

This div border color is #011A24.

Opacity

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

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

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

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

This text has shadow with #011A24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011A24.

Preview

Color preview on black background

This text has color #011A24 on black background.


Color preview on white background

This text has color #011A24 on white background.


Black color preview on #011A24 background

This text has black color on #011A24 background.


White color preview on #011A24 background

This text has white color on #011A24 background.


Related colors

Complementary color

Complementary color for #hex is #FEE5DB.


I love getcolorcode.com

Triadic colors

1 #24011A and #1A2401 with #011A24 are triadic colors.

2 #241A01 and #1A0124 with #011A24 are triadic colors.