COLOR #012B41

HEX: #012B41
RGB: (1,43,65)

Color info

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

RGB color model

#012B41 color RGB value is (1,43,65).

  • red value is 1;
  • green value is 43;
  • blue value is 65.
RGB:
(1,43,65)
(0%,17%,25%)

RGB channels and saturation

R 1 of 255 = 0%
G 43 of 255 = 17%
B 65 of 255 = 25%

1
43
65

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

Portions of RGB colors in percentages

R + G + B =
1 + 43 + 65 = 109 (100%)
R 1 of 109 ~ 0.92%
G 43 of 109 ~ 39.45%
B 65 of 109 ~ 59.63%

%39.45
%59.63

CMYK color model

#012B41 color CMYK value is (98,34,0,75).

  • cyan value is 98.46%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(98,34,0,75)
C98M34Y0K75 
(98%,34%,0%,75%)
(0.98/0.34/0.00/0.75)	

CMYK percentages

%98.46
%33.85
%0
%74.51

Codes

Color #012B41 in popluar color models

012B41
RGB14365
HSL201°96.97%12.94%
HSB/HSV201°98.46%25.49%
CMYK98.46%33.85%0.00%
74.51%

Color #012B41 in popluar number systems.

HEX012B41
Decimal14365
Binary11010111000001
Octal153101

Shades and tints

Shades of #012B41

#012B41
(1,43,65)
#01283C
(1,40,60)
#012537
(1,37,55)
#012232
(1,34,50)
#011F2D
(1,31,45)
#011C28
(1,28,40)
#011923
(1,25,35)
#01161E
(1,22,30)
#011319
(1,19,25)
#011014
(1,16,20)
#010D0F
(1,13,15)
#000000
(0,0,0)

Tints of #012B41

#012B41
(1,43,65)
#183E52
(24,62,82)
#2F5163
(47,81,99)
#466474
(70,100,116)
#5D7785
(93,119,133)
#748A96
(116,138,150)
#8B9DA7
(139,157,167)
#A2B0B8
(162,176,184)
#B9C3C9
(185,195,201)
#D0D6DA
(208,214,218)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012B41; }

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

This text font color is #012B41.


Background Color

.myBgColor { background-color: #012B41; }

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

This div background color is #012B41.


Border color

.myBorderColor { border: 1px solid #012B41; }

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

This div border color is #012B41.


Opacity

.myOpacity80 { color: #012B41; opacity: 0.8; }

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

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

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

This text has shadow with #012B41 color.

.textShadow {text-shadow: 3px 3px 1px #012B41, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #012B41;
-webkit-box-shadow: 1px 1px 3px 2px #012B41;
box-shadow:1px 1px 3px 2px #012B41;">
Div content here</div>
This div box has shadow with color #012B41.

Preview

Color preview on black background

This text has color #012B41 on black background.


Color preview on white background

This text has color #012B41 on white background.



Black color preview on #012B41 background

This text has black color on #012B41 background.


White color preview on #012B41 background

This text has white color on #012B41 background.