COLOR #001844

HEX: #001844
RGB: (0,24,68)

Color info

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

RGB color model

#001844 color RGB value is (0,24,68).

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

RGB channels and saturation

R 0 of 255 = 0%
G 24 of 255 = 9%
B 68 of 255 = 27%

0
24
68

R + G + B ~ 12%. #001844 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 68 = 92 (100%)
R 0 of 92 ~ 0%
G 24 of 92 ~ 26.09%
B 68 of 92 ~ 73.91%

%26.09
%73.91

CMYK color model

#001844 color CMYK value is (100,65,0,73).

  • cyan value is 100.00%
  • magenta value is 64.71%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(100,65,0,73)
C100M65Y0K73 
(100%,65%,0%,73%)
(1.00/0.65/0.00/0.73)	

CMYK percentages

%100
%64.71
%0
%73.33

Codes

Color #001844 in popluar color models

001844
RGB02468
HSL219°100.00%13.33%
HSB/HSV219°100.00%26.67%
CMYK100.00%64.71%0.00%
73.33%

Color #001844 in popluar number systems.

HEX001844
Decimal02468
Binary0110001000100
Octal030104

Shades and tints

Shades of #001844

#001844
(0,24,68)
#00163E
(0,22,62)
#001438
(0,20,56)
#001232
(0,18,50)
#00102C
(0,16,44)
#000E26
(0,14,38)
#000C20
(0,12,32)
#000A1A
(0,10,26)
#000814
(0,8,20)
#00060E
(0,6,14)
#000408
(0,4,8)
#000000
(0,0,0)

Tints of #001844

#001844
(0,24,68)
#172D55
(23,45,85)
#2E4266
(46,66,102)
#455777
(69,87,119)
#5C6C88
(92,108,136)
#738199
(115,129,153)
#8A96AA
(138,150,170)
#A1ABBB
(161,171,187)
#B8C0CC
(184,192,204)
#CFD5DD
(207,213,221)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001844; }

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

This text font color is #001844.


Background Color

.myBgColor { background-color: #001844; }

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

This div background color is #001844.


Border color

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

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

This div border color is #001844.


Opacity

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

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

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

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

This text has shadow with #001844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001844 on black background.


Color preview on white background

This text has color #001844 on white background.



Black color preview on #001844 background

This text has black color on #001844 background.


White color preview on #001844 background

This text has white color on #001844 background.