COLOR #012B7E

HEX: #012B7E
RGB: (1,43,126)

Color info

#012B7E contains mainly blue color. Web safe color of #012B7E is #003366 (or #036).

RGB color model

#012B7E color RGB value is (1,43,126).

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

RGB channels and saturation

R 1 of 255 = 0%
G 43 of 255 = 17%
B 126 of 255 = 49%

1
43
126

R + G + B ~ 22%. #012B7E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 43 + 126 = 170 (100%)
R 1 of 170 ~ 0.59%
G 43 of 170 ~ 25.29%
B 126 of 170 ~ 74.12%

%25.29
%74.12

CMYK color model

#012B7E color CMYK value is (99,66,0,51).

  • cyan value is 99.21%
  • magenta value is 65.87%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(99,66,0,51)
C99M66Y0K51 
(99%,66%,0%,51%)
(0.99/0.66/0.00/0.51)	

CMYK percentages

%99.21
%65.87
%0
%50.59

Codes

Color #012B7E in popluar color models

012B7E
RGB143126
HSL220°98.43%24.90%
HSB/HSV220°99.21%49.41%
CMYK99.21%65.87%0.00%
50.59%

Color #012B7E in popluar number systems.

HEX012B7E
Decimal143126
Binary11010111111110
Octal153176

Shades and tints

Shades of #012B7E

#012B7E
(1,43,126)
#012873
(1,40,115)
#012568
(1,37,104)
#01225D
(1,34,93)
#011F52
(1,31,82)
#011C47
(1,28,71)
#01193C
(1,25,60)
#011631
(1,22,49)
#011326
(1,19,38)
#01101B
(1,16,27)
#010D10
(1,13,16)
#000000
(0,0,0)

Tints of #012B7E

#012B7E
(1,43,126)
#183E89
(24,62,137)
#2F5194
(47,81,148)
#46649F
(70,100,159)
#5D77AA
(93,119,170)
#748AB5
(116,138,181)
#8B9DC0
(139,157,192)
#A2B0CB
(162,176,203)
#B9C3D6
(185,195,214)
#D0D6E1
(208,214,225)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012B7E; }

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

This text font color is #012B7E.


Background Color

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

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

This div background color is #012B7E.


Border color

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

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

This div border color is #012B7E.


Opacity

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

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

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

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

This text has shadow with #012B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012B7E on black background.


Color preview on white background

This text has color #012B7E on white background.



Black color preview on #012B7E background

This text has black color on #012B7E background.


White color preview on #012B7E background

This text has white color on #012B7E background.