COLOR #001236

HEX: #001236
RGB: (0,18,54)

Color info

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

RGB color model

#001236 color RGB value is (0,18,54).

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

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 54 of 255 = 21%

0
18
54

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

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 54 = 72 (100%)
R 0 of 72 ~ 0%
G 18 of 72 ~ 25%
B 54 of 72 ~ 75%

%25
%75

CMYK color model

#001236 color CMYK value is (100,67,0,79).

  • cyan value is 100.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(100,67,0,79)
C100M67Y0K79 
(100%,67%,0%,79%)
(1.00/0.67/0.00/0.79)	

CMYK percentages

%100
%66.67
%0
%78.82

Codes

Color #001236 in popluar color models

001236
RGB01854
HSL220°100.00%10.59%
HSB/HSV220°100.00%21.18%
CMYK100.00%66.67%0.00%
78.82%

Color #001236 in popluar number systems.

HEX001236
Decimal01854
Binary010010110110
Octal02266

Shades and tints

Shades of #001236

#001236
(0,18,54)
#001132
(0,17,50)
#00102E
(0,16,46)
#000F2A
(0,15,42)
#000E26
(0,14,38)
#000D22
(0,13,34)
#000C1E
(0,12,30)
#000B1A
(0,11,26)
#000A16
(0,10,22)
#000912
(0,9,18)
#00080E
(0,8,14)
#000000
(0,0,0)

Tints of #001236

#001236
(0,18,54)
#172748
(23,39,72)
#2E3C5A
(46,60,90)
#45516C
(69,81,108)
#5C667E
(92,102,126)
#737B90
(115,123,144)
#8A90A2
(138,144,162)
#A1A5B4
(161,165,180)
#B8BAC6
(184,186,198)
#CFCFD8
(207,207,216)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001236; }

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

This text font color is #001236.


Background Color

.myBgColor { background-color: #001236; }

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

This div background color is #001236.


Border color

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

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

This div border color is #001236.


Opacity

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

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

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

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

This text has shadow with #001236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001236 on black background.


Color preview on white background

This text has color #001236 on white background.



Black color preview on #001236 background

This text has black color on #001236 background.


White color preview on #001236 background

This text has white color on #001236 background.