COLOR #012853

HEX: #012853 RGB: (1,40,83)

Color info

#012853 contains mainly green and blue colors. Web safe color of #012853 is #003366 (or #036).

RGB color model

#012853 color RGB value is (1,40,83).

RGB: (1,40,83) (0%, 16%, 33%)

RGB channels and saturation

R 1 of 255 = 0%
G 40 of 255 = 16%
B 83 of 255 = 33%

1
40
83

R + G + B ~ 16%. #012853 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 40 + 83 = 124 (100%)
R 1 of 124 ~ 0.81%
G 40 of 124 ~ 32.26%
B 83 of 124 ~ 66.94'%

%32.26
%66.94

CMYK color model

#012853 color CMYK value is (99,52,0,67).

  • cyan value is 98.80%
  • magenta value is 51.81%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK: (99,52,0,67) C99M52Y0K67 (99%,52%,0%,67%) (0.99/0.52/0.00/0.67) 

CMYK percentages

%98.8
%51.81
%0
%67.45

Codes

Color #012853 in popluar color models

01 28 53
RGB 1 40 83
HSL 211° 97.62% 16.47%
HSB/HSV 211° 98.80% 32.55%
CMYK 98.80% 51.81% 0.00%
67.45%

Color #012853 in popluar number systems.

HEX 01 28 53
Decimal 1 40 83
Binary 1 101000 1010011
Octal 1 50 123

Shades and tints

Shades of #012853

#012853
(1,40,83)
#01254C
(1,37,76)
#012245
(1,34,69)
#011F3E
(1,31,62)
#011C37
(1,28,55)
#011930
(1,25,48)
#011629
(1,22,41)
#011322
(1,19,34)
#01101B
(1,16,27)
#010D14
(1,13,20)
#010A0D
(1,10,13)
#000000
(0,0,0)

Tints of #012853

#012853
(1,40,83)
#183B62
(24,59,98)
#2F4E71
(47,78,113)
#466180
(70,97,128)
#5D748F
(93,116,143)
#74879E
(116,135,158)
#8B9AAD
(139,154,173)
#A2ADBC
(162,173,188)
#B9C0CB
(185,192,203)
#D0D3DA
(208,211,218)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012853; }

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

This text font color is #012853.

Background Color

.myBgColor { background-color: #012853; }

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

This div background color is #012853.

Border color

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

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

This div border color is #012853.

Opacity

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

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

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

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

This text has shadow with #012853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012853.

Preview

Color preview on black background

This text has color #012853 on black background.


Color preview on white background

This text has color #012853 on white background.


Black color preview on #012853 background

This text has black color on #012853 background.


White color preview on #012853 background

This text has white color on #012853 background.


Related colors

Complementary color

Complementary color for #hex is #FED7AC.


I love getcolorcode.com

Triadic colors

1 #530128 and #285301 with #012853 are triadic colors.

2 #532801 and #280153 with #012853 are triadic colors.