COLOR #012835

HEX: #012835 RGB: (1,40,53)

Color info

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

RGB color model

#012835 color RGB value is (1,40,53).

RGB: (1,40,53) (0%, 16%, 21%)

RGB channels and saturation

R 1 of 255 = 0%
G 40 of 255 = 16%
B 53 of 255 = 21%

1
40
53

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

Portions of RGB colors in percentages

R + G + B = 1 + 40 + 53 = 94 (100%)
R 1 of 94 ~ 1.06%
G 40 of 94 ~ 42.55%
B 53 of 94 ~ 56.38'%

%42.55
%56.38

CMYK color model

#012835 color CMYK value is (98,25,0,79).

  • cyan value is 98.11%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK: (98,25,0,79) C98M25Y0K79 (98%,25%,0%,79%) (0.98/0.25/0.00/0.79) 

CMYK percentages

%98.11
%24.53
%0
%79.22

Codes

Color #012835 in popluar color models

01 28 35
RGB 1 40 53
HSL 195° 96.30% 10.59%
HSB/HSV 195° 98.11% 20.78%
CMYK 98.11% 24.53% 0.00%
79.22%

Color #012835 in popluar number systems.

HEX 01 28 35
Decimal 1 40 53
Binary 1 101000 110101
Octal 1 50 65

Shades and tints

Shades of #012835

#012835
(1,40,53)
#012531
(1,37,49)
#01222D
(1,34,45)
#011F29
(1,31,41)
#011C25
(1,28,37)
#011921
(1,25,33)
#01161D
(1,22,29)
#011319
(1,19,25)
#011015
(1,16,21)
#010D11
(1,13,17)
#010A0D
(1,10,13)
#000000
(0,0,0)

Tints of #012835

#012835
(1,40,53)
#183B47
(24,59,71)
#2F4E59
(47,78,89)
#46616B
(70,97,107)
#5D747D
(93,116,125)
#74878F
(116,135,143)
#8B9AA1
(139,154,161)
#A2ADB3
(162,173,179)
#B9C0C5
(185,192,197)
#D0D3D7
(208,211,215)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012835; }

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

This text font color is #012835.

Background Color

.myBgColor { background-color: #012835; }

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

This div background color is #012835.

Border color

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

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

This div border color is #012835.

Opacity

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

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

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

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

This text has shadow with #012835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012835.

Preview

Color preview on black background

This text has color #012835 on black background.


Color preview on white background

This text has color #012835 on white background.


Black color preview on #012835 background

This text has black color on #012835 background.


White color preview on #012835 background

This text has white color on #012835 background.


Related colors

Complementary color

Complementary color for #hex is #FED7CA.


I love getcolorcode.com

Triadic colors

1 #350128 and #283501 with #012835 are triadic colors.

2 #352801 and #280135 with #012835 are triadic colors.