COLOR #012541

HEX: #012541 RGB: (1,37,65)

Color info

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

RGB color model

#012541 color RGB value is (1,37,65).

RGB: (1,37,65) (0%, 15%, 25%)

RGB channels and saturation

R 1 of 255 = 0%
G 37 of 255 = 15%
B 65 of 255 = 25%

1
37
65

R + G + B ~ 13%. #012541 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 37 + 65 = 103 (100%)
R 1 of 103 ~ 0.97%
G 37 of 103 ~ 35.92%
B 65 of 103 ~ 63.11'%

%35.92
%63.11

CMYK color model

#012541 color CMYK value is (98,43,0,75).

  • cyan value is 98.46%
  • magenta value is 43.08%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (98,43,0,75)
C98M43Y0K75 (98%, 43%, 0%, 75%)
(0.98 / 0.43 / 0.00 / 0.75)

CMYK percentages

%98.46
%43.08
%0
%74.51

Codes

Color #012541 in popluar color models

01 25 41
RGB 1 37 65
HSL 206° 96.97% 12.94%
HSB/HSV 206° 98.46% 25.49%
CMYK 98.46% 43.08% 0.00%
74.51%

Color #012541 in popluar number systems.

HEX 01 25 41
Decimal 1 37 65
Binary 1 100101 1000001
Octal 1 45 101

Shades and tints

Shades of #012541

#012541
(1,37,65)
#01223C
(1,34,60)
#011F37
(1,31,55)
#011C32
(1,28,50)
#01192D
(1,25,45)
#011628
(1,22,40)
#011323
(1,19,35)
#01101E
(1,16,30)
#010D19
(1,13,25)
#010A14
(1,10,20)
#01070F
(1,7,15)
#000000
(0,0,0)

Tints of #012541

#012541
(1,37,65)
#183852
(24,56,82)
#2F4B63
(47,75,99)
#465E74
(70,94,116)
#5D7185
(93,113,133)
#748496
(116,132,150)
#8B97A7
(139,151,167)
#A2AAB8
(162,170,184)
#B9BDC9
(185,189,201)
#D0D0DA
(208,208,218)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012541 color. Also use rgb(1,37,65) instead hex code.

Text Font Color

.myTextColor { color: #012541; }

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

This text font color is #012541.

Background Color

.myBgColor { background-color: #012541; }

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

This div background color is #012541.

Border color

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

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

This div border color is #012541.

Opacity

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

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

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

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

This text has shadow with #012541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012541.

Preview

Color preview on black background

This text has color #012541 on black background.


Color preview on white background

This text has color #012541 on white background.


Black color preview on #012541 background

This text has black color on #012541 background.


White color preview on #012541 background

This text has white color on #012541 background.


Related colors

Complementary color

Complementary color for #hex is #FEDABE.


I love getcolorcode.com

Triadic colors

1 #410125 and #254101 with #012541 are triadic colors.

2 #412501 and #250141 with #012541 are triadic colors.