COLOR #010A4E

HEX: #010A4E
RGB: (1,10,78)

Color info

#010A4E contains mainly blue color. Web safe color of #010A4E is #000066 (or #006).

RGB color model

#010A4E color RGB value is (1,10,78).

  • red value is 1;
  • green value is 10;
  • blue value is 78.
RGB:
(1,10,78)
(0%,4%,31%)

RGB channels and saturation

R 1 of 255 = 0%
G 10 of 255 = 4%
B 78 of 255 = 31%

1
10
78

R + G + B ~ 12%. #010A4E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 10 + 78 = 89 (100%)
R 1 of 89 ~ 1.12%
G 10 of 89 ~ 11.24%
B 78 of 89 ~ 87.64%

%11.24
%87.64

CMYK color model

#010A4E color CMYK value is (99,87,0,69).

  • cyan value is 98.72%
  • magenta value is 87.18%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(99,87,0,69)
C99M87Y0K69 
(99%,87%,0%,69%)
(0.99/0.87/0.00/0.69)	

CMYK percentages

%98.72
%87.18
%0
%69.41

Codes

Color #010A4E in popluar color models

010A4E
RGB11078
HSL233°97.47%15.49%
HSB/HSV233°98.72%30.59%
CMYK98.72%87.18%0.00%
69.41%

Color #010A4E in popluar number systems.

HEX010A4E
Decimal11078
Binary110101001110
Octal112116

Shades and tints

Shades of #010A4E

#010A4E
(1,10,78)
#010A47
(1,10,71)
#010A40
(1,10,64)
#010A39
(1,10,57)
#010A32
(1,10,50)
#010A2B
(1,10,43)
#010A24
(1,10,36)
#010A1D
(1,10,29)
#010A16
(1,10,22)
#010A0F
(1,10,15)
#010A08
(1,10,8)
#000000
(0,0,0)

Tints of #010A4E

#010A4E
(1,10,78)
#18205E
(24,32,94)
#2F366E
(47,54,110)
#464C7E
(70,76,126)
#5D628E
(93,98,142)
#74789E
(116,120,158)
#8B8EAE
(139,142,174)
#A2A4BE
(162,164,190)
#B9BACE
(185,186,206)
#D0D0DE
(208,208,222)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010A4E color. Also use rgb(1,10,78) instead hex code.

Text Font Color

.myTextColor { color: #010A4E; }

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

This text font color is #010A4E.


Background Color

.myBgColor { background-color: #010A4E; }

<div style="background-color:#010A4E">Inner text</div>

This div background color is #010A4E.


Border color

.myBorderColor { border: 1px solid #010A4E; }

<div style="border:3px solid #010A4E">Div</div>

This div border color is #010A4E.


Opacity

.myOpacity80 { color: #010A4E; opacity: 0.8; }

<p style="color:#010A4E;opacity:0.8;">80%</p>

Text with #010A4E 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 #010A4E;}

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

This text has shadow with #010A4E color.

.textShadow {text-shadow: 3px 3px 1px #010A4E, 3px 3px 1px red;}

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

This text has shadow with #010A4E primary color and red secondary color.


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

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

This text has shadow with #010A4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010A4E on black background.


Color preview on white background

This text has color #010A4E on white background.



Black color preview on #010A4E background

This text has black color on #010A4E background.


White color preview on #010A4E background

This text has white color on #010A4E background.