COLOR #00113F

HEX: #00113F RGB: (0,17,63)

Color info

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

RGB color model

#00113F color RGB value is (0,17,63).

RGB: (0,17,63) (0%, 7%, 25%)

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 63 of 255 = 25%

0
17
63

R + G + B ~ 11%. #00113F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 17 + 63 = 80 (100%)
R 0 of 80 ~ 0%
G 17 of 80 ~ 21.25%
B 63 of 80 ~ 78.75'%

%21.25
%78.75

CMYK color model

#00113F color CMYK value is (100,73,0,75).

  • cyan value is 100.00%
  • magenta value is 73.02%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (100,73,0,75)
C100M73Y0K75 (100%, 73%, 0%, 75%)
(1.00 / 0.73 / 0.00 / 0.75)

CMYK percentages

%100
%73.02
%0
%75.29

Codes

Color #00113F in popluar color models

00 11 3F
RGB 0 17 63
HSL 224° 100.00% 12.35%
HSB/HSV 224° 100.00% 24.71%
CMYK 100.00% 73.02% 0.00%
75.29%

Color #00113F in popluar number systems.

HEX 00 11 3F
Decimal 0 17 63
Binary 0 10001 111111
Octal 0 21 77

Shades and tints

Shades of #00113F

#00113F
(0,17,63)
#00103A
(0,16,58)
#000F35
(0,15,53)
#000E30
(0,14,48)
#000D2B
(0,13,43)
#000C26
(0,12,38)
#000B21
(0,11,33)
#000A1C
(0,10,28)
#000917
(0,9,23)
#000812
(0,8,18)
#00070D
(0,7,13)
#000000
(0,0,0)

Tints of #00113F

#00113F
(0,17,63)
#172650
(23,38,80)
#2E3B61
(46,59,97)
#455072
(69,80,114)
#5C6583
(92,101,131)
#737A94
(115,122,148)
#8A8FA5
(138,143,165)
#A1A4B6
(161,164,182)
#B8B9C7
(184,185,199)
#CFCED8
(207,206,216)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00113F color. Also use rgb(0,17,63) instead hex code.

Text Font Color

.myTextColor { color: #00113F; }

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

This text font color is #00113F.

Background Color

.myBgColor { background-color: #00113F; }

<div style="background-color:#00113F">Inner text</div>

This div background color is #00113F.

Border color

.myBorderColor { border: 1px solid #00113F; }

<div style="border:3px solid #00113F">Div</div>

This div border color is #00113F.

Opacity

.myOpacity80 { color: #00113F; opacity: 0.8; }

<p style="color:#00113F;opacity:0.8;">80%</p>

Text with #00113F 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 #00113F;}

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

This text has shadow with #00113F color.


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

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

This text has shadow with #00113F primary color and red secondary color.


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

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

This text has shadow with #00113F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00113F.

Preview

Color preview on black background

This text has color #00113F on black background.


Color preview on white background

This text has color #00113F on white background.


Black color preview on #00113F background

This text has black color on #00113F background.


White color preview on #00113F background

This text has white color on #00113F background.


Related colors

Complementary color

Complementary color for #hex is #FFEEC0.


I love getcolorcode.com

Triadic colors

1 #3F0011 and #113F00 with #00113F are triadic colors.

2 #3F1100 and #11003F with #00113F are triadic colors.