COLOR #01113B

HEX: #01113B RGB: (1,17,59)

Color info

#01113B contains red, green and blue colors in about the same proportion. Web safe color of #01113B is #000033 (or #003).

RGB color model

#01113B color RGB value is (1,17,59).

RGB: (1,17,59) (0%, 7%, 23%)

RGB channels and saturation

R 1 of 255 = 0%
G 17 of 255 = 7%
B 59 of 255 = 23%

1
17
59

R + G + B ~ 10%. #01113B is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 17 + 59 = 77 (100%)
R 1 of 77 ~ 1.3%
G 17 of 77 ~ 22.08%
B 59 of 77 ~ 76.62'%

%22.08
%76.62

CMYK color model

#01113B color CMYK value is (98,71,0,77).

  • cyan value is 98.31%
  • magenta value is 71.19%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (98,71,0,77)
C98M71Y0K77 (98%, 71%, 0%, 77%)
(0.98 / 0.71 / 0.00 / 0.77)

CMYK percentages

%98.31
%71.19
%0
%76.86

Codes

Color #01113B in popluar color models

01 11 3B
RGB 1 17 59
HSL 223° 96.67% 11.76%
HSB/HSV 223° 98.31% 23.14%
CMYK 98.31% 71.19% 0.00%
76.86%

Color #01113B in popluar number systems.

HEX 01 11 3B
Decimal 1 17 59
Binary 1 10001 111011
Octal 1 21 73

Shades and tints

Shades of #01113B

#01113B
(1,17,59)
#011036
(1,16,54)
#010F31
(1,15,49)
#010E2C
(1,14,44)
#010D27
(1,13,39)
#010C22
(1,12,34)
#010B1D
(1,11,29)
#010A18
(1,10,24)
#010913
(1,9,19)
#01080E
(1,8,14)
#010709
(1,7,9)
#000000
(0,0,0)

Tints of #01113B

#01113B
(1,17,59)
#18264C
(24,38,76)
#2F3B5D
(47,59,93)
#46506E
(70,80,110)
#5D657F
(93,101,127)
#747A90
(116,122,144)
#8B8FA1
(139,143,161)
#A2A4B2
(162,164,178)
#B9B9C3
(185,185,195)
#D0CED4
(208,206,212)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01113B color. Also use rgb(1,17,59) instead hex code.

Text Font Color

.myTextColor { color: #01113B; }

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

This text font color is #01113B.

Background Color

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

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

This div background color is #01113B.

Border color

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

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

This div border color is #01113B.

Opacity

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

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

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

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

This text has shadow with #01113B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01113B.

Preview

Color preview on black background

This text has color #01113B on black background.


Color preview on white background

This text has color #01113B on white background.


Black color preview on #01113B background

This text has black color on #01113B background.


White color preview on #01113B background

This text has white color on #01113B background.


Related colors

Complementary color

Complementary color for #hex is #FEEEC4.


I love getcolorcode.com

Triadic colors

1 #3B0111 and #113B01 with #01113B are triadic colors.

2 #3B1101 and #11013B with #01113B are triadic colors.