COLOR #00116E

HEX: #00116E RGB: (0,17,110)

Color info

#00116E contains mainly blue color. Web safe color of #00116E is #000066 (or #006).

RGB color model

#00116E color RGB value is (0,17,110).

RGB: (0,17,110) (0%, 7%, 43%)

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 110 of 255 = 43%

0
17
110

R + G + B ~ 17%. #00116E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 17 + 110 = 127 (100%)
R 0 of 127 ~ 0%
G 17 of 127 ~ 13.39%
B 110 of 127 ~ 86.61'%

%13.39
%86.61

CMYK color model

#00116E color CMYK value is (100,85,0,57).

  • cyan value is 100.00%
  • magenta value is 84.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (100,85,0,57) C100M85Y0K57 (100%,85%,0%,57%) (1.00/0.85/0.00/0.57) 

CMYK percentages

%100
%84.55
%0
%56.86

Codes

Color #00116E in popluar color models

00 11 6E
RGB 0 17 110
HSL 231° 100.00% 21.57%
HSB/HSV 231° 100.00% 43.14%
CMYK 100.00% 84.55% 0.00%
56.86%

Color #00116E in popluar number systems.

HEX 00 11 6E
Decimal 0 17 110
Binary 0 10001 1101110
Octal 0 21 156

Shades and tints

Shades of #00116E

#00116E
(0,17,110)
#001064
(0,16,100)
#000F5A
(0,15,90)
#000E50
(0,14,80)
#000D46
(0,13,70)
#000C3C
(0,12,60)
#000B32
(0,11,50)
#000A28
(0,10,40)
#00091E
(0,9,30)
#000814
(0,8,20)
#00070A
(0,7,10)
#000000
(0,0,0)

Tints of #00116E

#00116E
(0,17,110)
#17267B
(23,38,123)
#2E3B88
(46,59,136)
#455095
(69,80,149)
#5C65A2
(92,101,162)
#737AAF
(115,122,175)
#8A8FBC
(138,143,188)
#A1A4C9
(161,164,201)
#B8B9D6
(184,185,214)
#CFCEE3
(207,206,227)
#E6E3F0
(230,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00116E color. Also use rgb(0,17,110) instead hex code.

Text Font Color

.myTextColor { color: #00116E; }

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

This text font color is #00116E.

Background Color

.myBgColor { background-color: #00116E; }

<div style="background-color:#00116E">Inner text</div>

This div background color is #00116E.

Border color

.myBorderColor { border: 1px solid #00116E; }

<div style="border:3px solid #00116E">Div</div>

This div border color is #00116E.

Opacity

.myOpacity80 { color: #00116E; opacity: 0.8; }

<p style="color:#00116E;opacity:0.8;">80%</p>

Text with #00116E 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 #00116E;}

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

This text has shadow with #00116E color.


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

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

This text has shadow with #00116E primary color and red secondary color.


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

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

This text has shadow with #00116E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00116E.

Preview

Color preview on black background

This text has color #00116E on black background.


Color preview on white background

This text has color #00116E on white background.


Black color preview on #00116E background

This text has black color on #00116E background.


White color preview on #00116E background

This text has white color on #00116E background.


Related colors

Complementary color

Complementary color for #hex is #FFEE91.


I love getcolorcode.com

Triadic colors

1 #6E0011 and #116E00 with #00116E are triadic colors.

2 #6E1100 and #11006E with #00116E are triadic colors.