COLOR #001822

HEX: #001822
RGB: (0,24,34)

Color info

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

RGB color model

#001822 color RGB value is (0,24,34).

  • red value is 0;
  • green value is 24;
  • blue value is 34.
RGB:
(0,24,34)
(0%,9%,13%)

RGB channels and saturation

R 0 of 255 = 0%
G 24 of 255 = 9%
B 34 of 255 = 13%

0
24
34

R + G + B ~ 7%. #001822 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 34 = 58 (100%)
R 0 of 58 ~ 0%
G 24 of 58 ~ 41.38%
B 34 of 58 ~ 58.62%

%41.38
%58.62

CMYK color model

#001822 color CMYK value is (100,29,0,87).

  • cyan value is 100.00%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(100,29,0,87)
C100M29Y0K87 
(100%,29%,0%,87%)
(1.00/0.29/0.00/0.87)	

CMYK percentages

%100
%29.41
%0
%86.67

Codes

Color #001822 in popluar color models

001822
RGB02434
HSL198°100.00%6.67%
HSB/HSV198°100.00%13.33%
CMYK100.00%29.41%0.00%
86.67%

Color #001822 in popluar number systems.

HEX001822
Decimal02434
Binary011000100010
Octal03042

Shades and tints

Shades of #001822

#001822
(0,24,34)
#00161F
(0,22,31)
#00141C
(0,20,28)
#001219
(0,18,25)
#001016
(0,16,22)
#000E13
(0,14,19)
#000C10
(0,12,16)
#000A0D
(0,10,13)
#00080A
(0,8,10)
#000607
(0,6,7)
#000404
(0,4,4)
#000000
(0,0,0)

Tints of #001822

#001822
(0,24,34)
#172D36
(23,45,54)
#2E424A
(46,66,74)
#45575E
(69,87,94)
#5C6C72
(92,108,114)
#738186
(115,129,134)
#8A969A
(138,150,154)
#A1ABAE
(161,171,174)
#B8C0C2
(184,192,194)
#CFD5D6
(207,213,214)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001822 color. Also use rgb(0,24,34) instead hex code.

Text Font Color

.myTextColor { color: #001822; }

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

This text font color is #001822.


Background Color

.myBgColor { background-color: #001822; }

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

This div background color is #001822.


Border color

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

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

This div border color is #001822.


Opacity

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

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

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

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

This text has shadow with #001822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001822 on black background.


Color preview on white background

This text has color #001822 on white background.



Black color preview on #001822 background

This text has black color on #001822 background.


White color preview on #001822 background

This text has white color on #001822 background.