COLOR #010E9E

HEX: #010E9E RGB: (1,14,158)

Color info

#010E9E contains mainly blue color. Web safe color of #010E9E is #000099 (or #009).

RGB color model

#010E9E color RGB value is (1,14,158).

RGB: (1,14,158) (0%, 5%, 62%)

RGB channels and saturation

R 1 of 255 = 0%
G 14 of 255 = 5%
B 158 of 255 = 62%

1
14
158

R + G + B ~ 22%. #010E9E is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 14 + 158 = 173 (100%)
R 1 of 173 ~ 0.58%
G 14 of 173 ~ 8.09%
B 158 of 173 ~ 91.33'%

%91.33

CMYK color model

#010E9E color CMYK value is (99,91,0,38).

  • cyan value is 99.37%
  • magenta value is 91.14%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (99,91,0,38)
C99M91Y0K38 (99%, 91%, 0%, 38%)
(0.99 / 0.91 / 0.00 / 0.38)

CMYK percentages

%99.37
%91.14
%0
%38.04

Codes

Color #010E9E in popluar color models

01 0E 9E
RGB 1 14 158
HSL 235° 98.74% 31.18%
HSB/HSV 235° 99.37% 61.96%
CMYK 99.37% 91.14% 0.00%
38.04%

Color #010E9E in popluar number systems.

HEX 01 0E 9E
Decimal 1 14 158
Binary 1 1110 10011110
Octal 1 16 236

Shades and tints

Shades of #010E9E

#010E9E
(1,14,158)
#010D90
(1,13,144)
#010C82
(1,12,130)
#010B74
(1,11,116)
#010A66
(1,10,102)
#010958
(1,9,88)
#01084A
(1,8,74)
#01073C
(1,7,60)
#01062E
(1,6,46)
#010520
(1,5,32)
#010412
(1,4,18)
#000000
(0,0,0)

Tints of #010E9E

#010E9E
(1,14,158)
#1823A6
(24,35,166)
#2F38AE
(47,56,174)
#464DB6
(70,77,182)
#5D62BE
(93,98,190)
#7477C6
(116,119,198)
#8B8CCE
(139,140,206)
#A2A1D6
(162,161,214)
#B9B6DE
(185,182,222)
#D0CBE6
(208,203,230)
#E7E0EE
(231,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010E9E; }

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

This text font color is #010E9E.

Background Color

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

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

This div background color is #010E9E.

Border color

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

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

This div border color is #010E9E.

Opacity

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

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

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

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

This text has shadow with #010E9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010E9E.

Preview

Color preview on black background

This text has color #010E9E on black background.


Color preview on white background

This text has color #010E9E on white background.


Black color preview on #010E9E background

This text has black color on #010E9E background.


White color preview on #010E9E background

This text has white color on #010E9E background.


Related colors

Complementary color

Complementary color for #hex is #FEF161.


I love getcolorcode.com

Triadic colors

1 #9E010E and #0E9E01 with #010E9E are triadic colors.

2 #9E0E01 and #0E019E with #010E9E are triadic colors.