COLOR #012332

HEX: #012332
RGB: (1,35,50)

Color info

#012332 contains red, green and blue colors in about the same proportion. Web safe color of #012332 is #003333 (or #033).

RGB color model

#012332 color RGB value is (1,35,50).

  • red value is 1;
  • green value is 35;
  • blue value is 50.
RGB:
(1,35,50)
(0%,14%,20%)

RGB channels and saturation

R 1 of 255 = 0%
G 35 of 255 = 14%
B 50 of 255 = 20%

1
35
50

R + G + B ~ 11%. #012332 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 35 + 50 = 86 (100%)
R 1 of 86 ~ 1.16%
G 35 of 86 ~ 40.7%
B 50 of 86 ~ 58.14%

%40.7
%58.14

CMYK color model

#012332 color CMYK value is (98,30,0,80).

  • cyan value is 98.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(98,30,0,80)
C98M30Y0K80 
(98%,30%,0%,80%)
(0.98/0.30/0.00/0.80)	

CMYK percentages

%98
%30
%0
%80.39

Codes

Color #012332 in popluar color models

012332
RGB13550
HSL198°96.08%10.00%
HSB/HSV198°98.00%19.61%
CMYK98.00%30.00%0.00%
80.39%

Color #012332 in popluar number systems.

HEX012332
Decimal13550
Binary1100011110010
Octal14362

Shades and tints

Shades of #012332

#012332
(1,35,50)
#01202E
(1,32,46)
#011D2A
(1,29,42)
#011A26
(1,26,38)
#011722
(1,23,34)
#01141E
(1,20,30)
#01111A
(1,17,26)
#010E16
(1,14,22)
#010B12
(1,11,18)
#01080E
(1,8,14)
#01050A
(1,5,10)
#000000
(0,0,0)

Tints of #012332

#012332
(1,35,50)
#183744
(24,55,68)
#2F4B56
(47,75,86)
#465F68
(70,95,104)
#5D737A
(93,115,122)
#74878C
(116,135,140)
#8B9B9E
(139,155,158)
#A2AFB0
(162,175,176)
#B9C3C2
(185,195,194)
#D0D7D4
(208,215,212)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012332 color. Also use rgb(1,35,50) instead hex code.

Text Font Color

.myTextColor { color: #012332; }

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

This text font color is #012332.


Background Color

.myBgColor { background-color: #012332; }

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

This div background color is #012332.


Border color

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

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

This div border color is #012332.


Opacity

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

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

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

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

This text has shadow with #012332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012332 on black background.


Color preview on white background

This text has color #012332 on white background.



Black color preview on #012332 background

This text has black color on #012332 background.


White color preview on #012332 background

This text has white color on #012332 background.