COLOR #012943

HEX: #012943 RGB: (1,41,67)

Color info

#012943 contains mainly green and blue colors. Web safe color of #012943 is #003333 (or #033).

RGB color model

#012943 color RGB value is (1,41,67).

RGB: (1,41,67) (0%, 16%, 26%)

RGB channels and saturation

R 1 of 255 = 0%
G 41 of 255 = 16%
B 67 of 255 = 26%

1
41
67

R + G + B ~ 14%. #012943 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 41 + 67 = 109 (100%)
R 1 of 109 ~ 0.92%
G 41 of 109 ~ 37.61%
B 67 of 109 ~ 61.47'%

%37.61
%61.47

CMYK color model

#012943 color CMYK value is (99,39,0,74).

  • cyan value is 98.51%
  • magenta value is 38.81%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK: (99,39,0,74) C99M39Y0K74 (99%,39%,0%,74%) (0.99/0.39/0.00/0.74) 

CMYK percentages

%98.51
%38.81
%0
%73.73

Codes

Color #012943 in popluar color models

01 29 43
RGB 1 41 67
HSL 204° 97.06% 13.33%
HSB/HSV 204° 98.51% 26.27%
CMYK 98.51% 38.81% 0.00%
73.73%

Color #012943 in popluar number systems.

HEX 01 29 43
Decimal 1 41 67
Binary 1 101001 1000011
Octal 1 51 103

Shades and tints

Shades of #012943

#012943
(1,41,67)
#01263D
(1,38,61)
#012337
(1,35,55)
#012031
(1,32,49)
#011D2B
(1,29,43)
#011A25
(1,26,37)
#01171F
(1,23,31)
#011419
(1,20,25)
#011113
(1,17,19)
#010E0D
(1,14,13)
#010B07
(1,11,7)
#000000
(0,0,0)

Tints of #012943

#012943
(1,41,67)
#183C54
(24,60,84)
#2F4F65
(47,79,101)
#466276
(70,98,118)
#5D7587
(93,117,135)
#748898
(116,136,152)
#8B9BA9
(139,155,169)
#A2AEBA
(162,174,186)
#B9C1CB
(185,193,203)
#D0D4DC
(208,212,220)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012943 color. Also use rgb(1,41,67) instead hex code.

Text Font Color

.myTextColor { color: #012943; }

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

This text font color is #012943.

Background Color

.myBgColor { background-color: #012943; }

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

This div background color is #012943.

Border color

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

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

This div border color is #012943.

Opacity

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

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

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

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

This text has shadow with #012943 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012943.

Preview

Color preview on black background

This text has color #012943 on black background.


Color preview on white background

This text has color #012943 on white background.


Black color preview on #012943 background

This text has black color on #012943 background.


White color preview on #012943 background

This text has white color on #012943 background.


Related colors

Complementary color

Complementary color for #hex is #FED6BC.


I love getcolorcode.com

Triadic colors

1 #430129 and #294301 with #012943 are triadic colors.

2 #432901 and #290143 with #012943 are triadic colors.