COLOR #012D87

HEX: #012D87
RGB: (1,45,135)

Color info

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

RGB color model

#012D87 color RGB value is (1,45,135).

  • red value is 1;
  • green value is 45;
  • blue value is 135.
RGB:
(1,45,135)
(0%,18%,53%)

RGB channels and saturation

R 1 of 255 = 0%
G 45 of 255 = 18%
B 135 of 255 = 53%

1
45
135

R + G + B ~ 24%. #012D87 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 45 + 135 = 181 (100%)
R 1 of 181 ~ 0.55%
G 45 of 181 ~ 24.86%
B 135 of 181 ~ 74.59%

%24.86
%74.59

CMYK color model

#012D87 color CMYK value is (99,67,0,47).

  • cyan value is 99.26%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(99,67,0,47)
C99M67Y0K47 
(99%,67%,0%,47%)
(0.99/0.67/0.00/0.47)	

CMYK percentages

%99.26
%66.67
%0
%47.06

Codes

Color #012D87 in popluar color models

012D87
RGB145135
HSL220°98.53%26.67%
HSB/HSV220°99.26%52.94%
CMYK99.26%66.67%0.00%
47.06%

Color #012D87 in popluar number systems.

HEX012D87
Decimal145135
Binary110110110000111
Octal155207

Shades and tints

Shades of #012D87

#012D87
(1,45,135)
#01297B
(1,41,123)
#01256F
(1,37,111)
#012163
(1,33,99)
#011D57
(1,29,87)
#01194B
(1,25,75)
#01153F
(1,21,63)
#011133
(1,17,51)
#010D27
(1,13,39)
#01091B
(1,9,27)
#01050F
(1,5,15)
#000000
(0,0,0)

Tints of #012D87

#012D87
(1,45,135)
#184091
(24,64,145)
#2F539B
(47,83,155)
#4666A5
(70,102,165)
#5D79AF
(93,121,175)
#748CB9
(116,140,185)
#8B9FC3
(139,159,195)
#A2B2CD
(162,178,205)
#B9C5D7
(185,197,215)
#D0D8E1
(208,216,225)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012D87 color. Also use rgb(1,45,135) instead hex code.

Text Font Color

.myTextColor { color: #012D87; }

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

This text font color is #012D87.


Background Color

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

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

This div background color is #012D87.


Border color

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

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

This div border color is #012D87.


Opacity

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

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

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

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

This text has shadow with #012D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012D87 on black background.


Color preview on white background

This text has color #012D87 on white background.



Black color preview on #012D87 background

This text has black color on #012D87 background.


White color preview on #012D87 background

This text has white color on #012D87 background.