COLOR #012335

HEX: #012335 RGB: (1,35,53)

Color info

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

RGB color model

#012335 color RGB value is (1,35,53).

RGB: (1,35,53) (0%, 14%, 21%)

RGB channels and saturation

R 1 of 255 = 0%
G 35 of 255 = 14%
B 53 of 255 = 21%

1
35
53

R + G + B ~ 12%. #012335 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 35 + 53 = 89 (100%)
R 1 of 89 ~ 1.12%
G 35 of 89 ~ 39.33%
B 53 of 89 ~ 59.55'%

%39.33
%59.55

CMYK color model

#012335 color CMYK value is (98,34,0,79).

  • cyan value is 98.11%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (98,34,0,79)
C98M34Y0K79 (98%, 34%, 0%, 79%)
(0.98 / 0.34 / 0.00 / 0.79)

CMYK percentages

%98.11
%33.96
%0
%79.22

Codes

Color #012335 in popluar color models

01 23 35
RGB 1 35 53
HSL 201° 96.30% 10.59%
HSB/HSV 201° 98.11% 20.78%
CMYK 98.11% 33.96% 0.00%
79.22%

Color #012335 in popluar number systems.

HEX 01 23 35
Decimal 1 35 53
Binary 1 100011 110101
Octal 1 43 65

Shades and tints

Shades of #012335

#012335
(1,35,53)
#012031
(1,32,49)
#011D2D
(1,29,45)
#011A29
(1,26,41)
#011725
(1,23,37)
#011421
(1,20,33)
#01111D
(1,17,29)
#010E19
(1,14,25)
#010B15
(1,11,21)
#010811
(1,8,17)
#01050D
(1,5,13)
#000000
(0,0,0)

Tints of #012335

#012335
(1,35,53)
#183747
(24,55,71)
#2F4B59
(47,75,89)
#465F6B
(70,95,107)
#5D737D
(93,115,125)
#74878F
(116,135,143)
#8B9BA1
(139,155,161)
#A2AFB3
(162,175,179)
#B9C3C5
(185,195,197)
#D0D7D7
(208,215,215)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012335; }

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

This text font color is #012335.

Background Color

.myBgColor { background-color: #012335; }

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

This div background color is #012335.

Border color

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

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

This div border color is #012335.

Opacity

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

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

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

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

This text has shadow with #012335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012335.

Preview

Color preview on black background

This text has color #012335 on black background.


Color preview on white background

This text has color #012335 on white background.


Black color preview on #012335 background

This text has black color on #012335 background.


White color preview on #012335 background

This text has white color on #012335 background.


Related colors

Complementary color

Complementary color for #hex is #FEDCCA.


I love getcolorcode.com

Triadic colors

1 #350123 and #233501 with #012335 are triadic colors.

2 #352301 and #230135 with #012335 are triadic colors.