COLOR #00111B

HEX: #00111B RGB: (0,17,27)

Color info

#00111B contains only green and blue colors. Web safe color of #00111B is #000033 (or #003).

RGB color model

#00111B color RGB value is (0,17,27).

RGB: (0,17,27) (0%, 7%, 11%)

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 27 of 255 = 11%

0
17
27

R + G + B ~ 6%. #00111B is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 17 + 27 = 44 (100%)
R 0 of 44 ~ 0%
G 17 of 44 ~ 38.64%
B 27 of 44 ~ 61.36'%

%38.64
%61.36

CMYK color model

#00111B color CMYK value is (100,37,0,89).

  • cyan value is 100.00%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (100,37,0,89)
C100M37Y0K89 (100%, 37%, 0%, 89%)
(1.00 / 0.37 / 0.00 / 0.89)

CMYK percentages

%100
%37.04
%0
%89.41

Codes

Color #00111B in popluar color models

00 11 1B
RGB 0 17 27
HSL 202° 100.00% 5.29%
HSB/HSV 202° 100.00% 10.59%
CMYK 100.00% 37.04% 0.00%
89.41%

Color #00111B in popluar number systems.

HEX 00 11 1B
Decimal 0 17 27
Binary 0 10001 11011
Octal 0 21 33

Shades and tints

Shades of #00111B

#00111B
(0,17,27)
#001019
(0,16,25)
#000F17
(0,15,23)
#000E15
(0,14,21)
#000D13
(0,13,19)
#000C11
(0,12,17)
#000B0F
(0,11,15)
#000A0D
(0,10,13)
#00090B
(0,9,11)
#000809
(0,8,9)
#000707
(0,7,7)
#000000
(0,0,0)

Tints of #00111B

#00111B
(0,17,27)
#17262F
(23,38,47)
#2E3B43
(46,59,67)
#455057
(69,80,87)
#5C656B
(92,101,107)
#737A7F
(115,122,127)
#8A8F93
(138,143,147)
#A1A4A7
(161,164,167)
#B8B9BB
(184,185,187)
#CFCECF
(207,206,207)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00111B color. Also use rgb(0,17,27) instead hex code.

Text Font Color

.myTextColor { color: #00111B; }

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

This text font color is #00111B.

Background Color

.myBgColor { background-color: #00111B; }

<div style="background-color:#00111B">Inner text</div>

This div background color is #00111B.

Border color

.myBorderColor { border: 1px solid #00111B; }

<div style="border:3px solid #00111B">Div</div>

This div border color is #00111B.

Opacity

.myOpacity80 { color: #00111B; opacity: 0.8; }

<p style="color:#00111B;opacity:0.8;">80%</p>

Text with #00111B 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 #00111B;}

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

This text has shadow with #00111B color.


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

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

This text has shadow with #00111B primary color and red secondary color.


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

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

This text has shadow with #00111B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00111B.

Preview

Color preview on black background

This text has color #00111B on black background.


Color preview on white background

This text has color #00111B on white background.


Black color preview on #00111B background

This text has black color on #00111B background.


White color preview on #00111B background

This text has white color on #00111B background.


Related colors

Complementary color

Complementary color for #hex is #FFEEE4.


I love getcolorcode.com

Triadic colors

1 #1B0011 and #111B00 with #00111B are triadic colors.

2 #1B1100 and #11001B with #00111B are triadic colors.