COLOR #010E77

HEX: #010E77
RGB: (1,14,119)

Color info

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

RGB color model

#010E77 color RGB value is (1,14,119).

  • red value is 1;
  • green value is 14;
  • blue value is 119.
RGB:
(1,14,119)
(0%,5%,47%)

RGB channels and saturation

R 1 of 255 = 0%
G 14 of 255 = 5%
B 119 of 255 = 47%

1
14
119

R + G + B ~ 17%. #010E77 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 14 + 119 = 134 (100%)
R 1 of 134 ~ 0.75%
G 14 of 134 ~ 10.45%
B 119 of 134 ~ 88.81%

%10.45
%88.81

CMYK color model

#010E77 color CMYK value is (99,88,0,53).

  • cyan value is 99.16%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(99,88,0,53)
C99M88Y0K53 
(99%,88%,0%,53%)
(0.99/0.88/0.00/0.53)	

CMYK percentages

%99.16
%88.24
%0
%53.33

Codes

Color #010E77 in popluar color models

010E77
RGB114119
HSL233°98.33%23.53%
HSB/HSV233°99.16%46.67%
CMYK99.16%88.24%0.00%
53.33%

Color #010E77 in popluar number systems.

HEX010E77
Decimal114119
Binary111101110111
Octal116167

Shades and tints

Shades of #010E77

#010E77
(1,14,119)
#010D6D
(1,13,109)
#010C63
(1,12,99)
#010B59
(1,11,89)
#010A4F
(1,10,79)
#010945
(1,9,69)
#01083B
(1,8,59)
#010731
(1,7,49)
#010627
(1,6,39)
#01051D
(1,5,29)
#010413
(1,4,19)
#000000
(0,0,0)

Tints of #010E77

#010E77
(1,14,119)
#182383
(24,35,131)
#2F388F
(47,56,143)
#464D9B
(70,77,155)
#5D62A7
(93,98,167)
#7477B3
(116,119,179)
#8B8CBF
(139,140,191)
#A2A1CB
(162,161,203)
#B9B6D7
(185,182,215)
#D0CBE3
(208,203,227)
#E7E0EF
(231,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010E77 color. Also use rgb(1,14,119) instead hex code.

Text Font Color

.myTextColor { color: #010E77; }

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

This text font color is #010E77.


Background Color

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

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

This div background color is #010E77.


Border color

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

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

This div border color is #010E77.


Opacity

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

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

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

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

This text has shadow with #010E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010E77 on black background.


Color preview on white background

This text has color #010E77 on white background.



Black color preview on #010E77 background

This text has black color on #010E77 background.


White color preview on #010E77 background

This text has white color on #010E77 background.