COLOR #001232

HEX: #001232
RGB: (0,18,50)

Color info

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

RGB color model

#001232 color RGB value is (0,18,50).

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

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 50 of 255 = 20%

0
18
50

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

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 50 = 68 (100%)
R 0 of 68 ~ 0%
G 18 of 68 ~ 26.47%
B 50 of 68 ~ 73.53%

%26.47
%73.53

CMYK color model

#001232 color CMYK value is (100,64,0,80).

  • cyan value is 100.00%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(100,64,0,80)
C100M64Y0K80 
(100%,64%,0%,80%)
(1.00/0.64/0.00/0.80)	

CMYK percentages

%100
%64
%0
%80.39

Codes

Color #001232 in popluar color models

001232
RGB01850
HSL218°100.00%9.80%
HSB/HSV218°100.00%19.61%
CMYK100.00%64.00%0.00%
80.39%

Color #001232 in popluar number systems.

HEX001232
Decimal01850
Binary010010110010
Octal02262

Shades and tints

Shades of #001232

#001232
(0,18,50)
#00112E
(0,17,46)
#00102A
(0,16,42)
#000F26
(0,15,38)
#000E22
(0,14,34)
#000D1E
(0,13,30)
#000C1A
(0,12,26)
#000B16
(0,11,22)
#000A12
(0,10,18)
#00090E
(0,9,14)
#00080A
(0,8,10)
#000000
(0,0,0)

Tints of #001232

#001232
(0,18,50)
#172744
(23,39,68)
#2E3C56
(46,60,86)
#455168
(69,81,104)
#5C667A
(92,102,122)
#737B8C
(115,123,140)
#8A909E
(138,144,158)
#A1A5B0
(161,165,176)
#B8BAC2
(184,186,194)
#CFCFD4
(207,207,212)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001232; }

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

This text font color is #001232.


Background Color

.myBgColor { background-color: #001232; }

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

This div background color is #001232.


Border color

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

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

This div border color is #001232.


Opacity

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

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

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

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

This text has shadow with #001232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001232 on black background.


Color preview on white background

This text has color #001232 on white background.



Black color preview on #001232 background

This text has black color on #001232 background.


White color preview on #001232 background

This text has white color on #001232 background.