COLOR #012C91

HEX: #012C91
RGB: (1,44,145)

Color info

#012C91 contains mainly blue color. Web safe color of #012C91 is #003399 (or #039).

RGB color model

#012C91 color RGB value is (1,44,145).

  • red value is 1;
  • green value is 44;
  • blue value is 145.
RGB:
(1,44,145)
(0%,17%,57%)

RGB channels and saturation

R 1 of 255 = 0%
G 44 of 255 = 17%
B 145 of 255 = 57%

1
44
145

R + G + B ~ 25%. #012C91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 44 + 145 = 190 (100%)
R 1 of 190 ~ 0.53%
G 44 of 190 ~ 23.16%
B 145 of 190 ~ 76.32%

%23.16
%76.32

CMYK color model

#012C91 color CMYK value is (99,70,0,43).

  • cyan value is 99.31%
  • magenta value is 69.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(99,70,0,43)
C99M70Y0K43 
(99%,70%,0%,43%)
(0.99/0.70/0.00/0.43)	

CMYK percentages

%99.31
%69.66
%0
%43.14

Codes

Color #012C91 in popluar color models

012C91
RGB144145
HSL222°98.63%28.63%
HSB/HSV222°99.31%56.86%
CMYK99.31%69.66%0.00%
43.14%

Color #012C91 in popluar number systems.

HEX012C91
Decimal144145
Binary110110010010001
Octal154221

Shades and tints

Shades of #012C91

#012C91
(1,44,145)
#012884
(1,40,132)
#012477
(1,36,119)
#01206A
(1,32,106)
#011C5D
(1,28,93)
#011850
(1,24,80)
#011443
(1,20,67)
#011036
(1,16,54)
#010C29
(1,12,41)
#01081C
(1,8,28)
#01040F
(1,4,15)
#000000
(0,0,0)

Tints of #012C91

#012C91
(1,44,145)
#183F9B
(24,63,155)
#2F52A5
(47,82,165)
#4665AF
(70,101,175)
#5D78B9
(93,120,185)
#748BC3
(116,139,195)
#8B9ECD
(139,158,205)
#A2B1D7
(162,177,215)
#B9C4E1
(185,196,225)
#D0D7EB
(208,215,235)
#E7EAF5
(231,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012C91 color. Also use rgb(1,44,145) instead hex code.

Text Font Color

.myTextColor { color: #012C91; }

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

This text font color is #012C91.


Background Color

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

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

This div background color is #012C91.


Border color

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

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

This div border color is #012C91.


Opacity

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

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

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

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

This text has shadow with #012C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012C91 on black background.


Color preview on white background

This text has color #012C91 on white background.



Black color preview on #012C91 background

This text has black color on #012C91 background.


White color preview on #012C91 background

This text has white color on #012C91 background.