COLOR #1012A4

HEX: #1012A4
RGB: (16,18,164)

Color info

#1012A4 contains mainly blue color. Web safe color of #1012A4 is #000099 (or #009).

RGB color model

#1012A4 color RGB value is (16,18,164).

  • red value is 16;
  • green value is 18;
  • blue value is 164.
RGB:
(16,18,164)
(6%,7%,64%)

RGB channels and saturation

R 16 of 255 = 6%
G 18 of 255 = 7%
B 164 of 255 = 64%

16
18
164

R + G + B ~ 26%. #1012A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 18 + 164 = 198 (100%)
R 16 of 198 ~ 8.08%
G 18 of 198 ~ 9.09%
B 164 of 198 ~ 82.83%

%82.83

CMYK color model

#1012A4 color CMYK value is (90,89,0,36).

  • cyan value is 90.24%
  • magenta value is 89.02%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(90,89,0,36)
C90M89Y0K36 
(90%,89%,0%,36%)
(0.90/0.89/0.00/0.36)	

CMYK percentages

%90.24
%89.02
%0
%35.69

Codes

Color #1012A4 in popluar color models

1012A4
RGB1618164
HSL239°82.22%35.29%
HSB/HSV239°90.24%64.31%
CMYK90.24%89.02%0.00%
35.69%

Color #1012A4 in popluar number systems.

HEX1012A4
Decimal1618164
Binary100001001010100100
Octal2022244

Shades and tints

Shades of #1012A4

#1012A4
(16,18,164)
#0F1196
(15,17,150)
#0E1088
(14,16,136)
#0D0F7A
(13,15,122)
#0C0E6C
(12,14,108)
#0B0D5E
(11,13,94)
#0A0C50
(10,12,80)
#090B42
(9,11,66)
#080A34
(8,10,52)
#070926
(7,9,38)
#060818
(6,8,24)
#000000
(0,0,0)

Tints of #1012A4

#1012A4
(16,18,164)
#2527AC
(37,39,172)
#3A3CB4
(58,60,180)
#4F51BC
(79,81,188)
#6466C4
(100,102,196)
#797BCC
(121,123,204)
#8E90D4
(142,144,212)
#A3A5DC
(163,165,220)
#B8BAE4
(184,186,228)
#CDCFEC
(205,207,236)
#E2E4F4
(226,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1012A4 color. Also use rgb(16,18,164) instead hex code.

Text Font Color

.myTextColor { color: #1012A4; }

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

This text font color is #1012A4.


Background Color

.myBgColor { background-color: #1012A4; }

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

This div background color is #1012A4.


Border color

.myBorderColor { border: 1px solid #1012A4; }

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

This div border color is #1012A4.


Opacity

.myOpacity80 { color: #1012A4; opacity: 0.8; }

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

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

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

This text has shadow with #1012A4 color.

.textShadow {text-shadow: 3px 3px 1px #1012A4, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1012A4 on black background.


Color preview on white background

This text has color #1012A4 on white background.



Black color preview on #1012A4 background

This text has black color on #1012A4 background.


White color preview on #1012A4 background

This text has white color on #1012A4 background.