COLOR #001C24

HEX: #001C24 RGB: (0,28,36)

Color info

#001C24 contains only green and blue colors. Web safe color of #001C24 is #003333 (or #033).

RGB color model

#001C24 color RGB value is (0,28,36).

RGB: (0,28,36) (0%, 11%, 14%)

RGB channels and saturation

R 0 of 255 = 0%
G 28 of 255 = 11%
B 36 of 255 = 14%

0
28
36

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

Portions of RGB colors in percentages

R + G + B = 0 + 28 + 36 = 64 (100%)
R 0 of 64 ~ 0%
G 28 of 64 ~ 43.75%
B 36 of 64 ~ 56.25'%

%43.75
%56.25

CMYK color model

#001C24 color CMYK value is (100,22,0,86).

  • cyan value is 100.00%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (100,22,0,86)
C100M22Y0K86 (100%, 22%, 0%, 86%)
(1.00 / 0.22 / 0.00 / 0.86)

CMYK percentages

%100
%22.22
%0
%85.88

Codes

Color #001C24 in popluar color models

00 1C 24
RGB 0 28 36
HSL 193° 100.00% 7.06%
HSB/HSV 193° 100.00% 14.12%
CMYK 100.00% 22.22% 0.00%
85.88%

Color #001C24 in popluar number systems.

HEX 00 1C 24
Decimal 0 28 36
Binary 0 11100 100100
Octal 0 34 44

Shades and tints

Shades of #001C24

#001C24
(0,28,36)
#001A21
(0,26,33)
#00181E
(0,24,30)
#00161B
(0,22,27)
#001418
(0,20,24)
#001215
(0,18,21)
#001012
(0,16,18)
#000E0F
(0,14,15)
#000C0C
(0,12,12)
#000A09
(0,10,9)
#000806
(0,8,6)
#000000
(0,0,0)

Tints of #001C24

#001C24
(0,28,36)
#173037
(23,48,55)
#2E444A
(46,68,74)
#45585D
(69,88,93)
#5C6C70
(92,108,112)
#738083
(115,128,131)
#8A9496
(138,148,150)
#A1A8A9
(161,168,169)
#B8BCBC
(184,188,188)
#CFD0CF
(207,208,207)
#E6E4E2
(230,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001C24 color. Also use rgb(0,28,36) instead hex code.

Text Font Color

.myTextColor { color: #001C24; }

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

This text font color is #001C24.

Background Color

.myBgColor { background-color: #001C24; }

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

This div background color is #001C24.

Border color

.myBorderColor { border: 1px solid #001C24; }

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

This div border color is #001C24.

Opacity

.myOpacity80 { color: #001C24; opacity: 0.8; }

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

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

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

This text has shadow with #001C24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001C24.

Preview

Color preview on black background

This text has color #001C24 on black background.


Color preview on white background

This text has color #001C24 on white background.


Black color preview on #001C24 background

This text has black color on #001C24 background.


White color preview on #001C24 background

This text has white color on #001C24 background.


Related colors

Complementary color

Complementary color for #hex is #FFE3DB.


I love getcolorcode.com

Triadic colors

1 #24001C and #1C2400 with #001C24 are triadic colors.

2 #241C00 and #1C0024 with #001C24 are triadic colors.