COLOR #001855

HEX: #001855
RGB: (0,24,85)

Color info

#001855 contains mainly blue color. Web safe color of #001855 is #000066 (or #006).

RGB color model

#001855 color RGB value is (0,24,85).

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

RGB channels and saturation

R 0 of 255 = 0%
G 24 of 255 = 9%
B 85 of 255 = 33%

0
24
85

R + G + B ~ 14%. #001855 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 85 = 109 (100%)
R 0 of 109 ~ 0%
G 24 of 109 ~ 22.02%
B 85 of 109 ~ 77.98%

%22.02
%77.98

CMYK color model

#001855 color CMYK value is (100,72,0,67).

  • cyan value is 100.00%
  • magenta value is 71.76%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(100,72,0,67)
C100M72Y0K67 
(100%,72%,0%,67%)
(1.00/0.72/0.00/0.67)	

CMYK percentages

%100
%71.76
%0
%66.67

Codes

Color #001855 in popluar color models

001855
RGB02485
HSL223°100.00%16.67%
HSB/HSV223°100.00%33.33%
CMYK100.00%71.76%0.00%
66.67%

Color #001855 in popluar number systems.

HEX001855
Decimal02485
Binary0110001010101
Octal030125

Shades and tints

Shades of #001855

#001855
(0,24,85)
#00164E
(0,22,78)
#001447
(0,20,71)
#001240
(0,18,64)
#001039
(0,16,57)
#000E32
(0,14,50)
#000C2B
(0,12,43)
#000A24
(0,10,36)
#00081D
(0,8,29)
#000616
(0,6,22)
#00040F
(0,4,15)
#000000
(0,0,0)

Tints of #001855

#001855
(0,24,85)
#172D64
(23,45,100)
#2E4273
(46,66,115)
#455782
(69,87,130)
#5C6C91
(92,108,145)
#7381A0
(115,129,160)
#8A96AF
(138,150,175)
#A1ABBE
(161,171,190)
#B8C0CD
(184,192,205)
#CFD5DC
(207,213,220)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001855; }

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

This text font color is #001855.


Background Color

.myBgColor { background-color: #001855; }

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

This div background color is #001855.


Border color

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

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

This div border color is #001855.


Opacity

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

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

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

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

This text has shadow with #001855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001855 on black background.


Color preview on white background

This text has color #001855 on white background.



Black color preview on #001855 background

This text has black color on #001855 background.


White color preview on #001855 background

This text has white color on #001855 background.