COLOR #001231

HEX: #001231
RGB: (0,18,49)

Color info

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

RGB color model

#001231 color RGB value is (0,18,49).

  • red value is 0;
  • green value is 18;
  • blue value is 49.
RGB:
(0,18,49)
(0%,7%,19%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 49 of 255 = 19%

0
18
49

R + G + B ~ 9%. #001231 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 49 = 67 (100%)
R 0 of 67 ~ 0%
G 18 of 67 ~ 26.87%
B 49 of 67 ~ 73.13%

%26.87
%73.13

CMYK color model

#001231 color CMYK value is (100,63,0,81).

  • cyan value is 100.00%
  • magenta value is 63.27%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(100,63,0,81)
C100M63Y0K81 
(100%,63%,0%,81%)
(1.00/0.63/0.00/0.81)	

CMYK percentages

%100
%63.27
%0
%80.78

Codes

Color #001231 in popluar color models

001231
RGB01849
HSL218°100.00%9.61%
HSB/HSV218°100.00%19.22%
CMYK100.00%63.27%0.00%
80.78%

Color #001231 in popluar number systems.

HEX001231
Decimal01849
Binary010010110001
Octal02261

Shades and tints

Shades of #001231

#001231
(0,18,49)
#00112D
(0,17,45)
#001029
(0,16,41)
#000F25
(0,15,37)
#000E21
(0,14,33)
#000D1D
(0,13,29)
#000C19
(0,12,25)
#000B15
(0,11,21)
#000A11
(0,10,17)
#00090D
(0,9,13)
#000809
(0,8,9)
#000000
(0,0,0)

Tints of #001231

#001231
(0,18,49)
#172743
(23,39,67)
#2E3C55
(46,60,85)
#455167
(69,81,103)
#5C6679
(92,102,121)
#737B8B
(115,123,139)
#8A909D
(138,144,157)
#A1A5AF
(161,165,175)
#B8BAC1
(184,186,193)
#CFCFD3
(207,207,211)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001231 color. Also use rgb(0,18,49) instead hex code.

Text Font Color

.myTextColor { color: #001231; }

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

This text font color is #001231.


Background Color

.myBgColor { background-color: #001231; }

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

This div background color is #001231.


Border color

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

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

This div border color is #001231.


Opacity

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

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

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

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

This text has shadow with #001231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001231 on black background.


Color preview on white background

This text has color #001231 on white background.



Black color preview on #001231 background

This text has black color on #001231 background.


White color preview on #001231 background

This text has white color on #001231 background.