COLOR #011D63

HEX: #011D63
RGB: (1,29,99)

Color info

#011D63 contains mainly blue color. Web safe color of #011D63 is #003366 (or #036).

RGB color model

#011D63 color RGB value is (1,29,99).

  • red value is 1;
  • green value is 29;
  • blue value is 99.
RGB:
(1,29,99)
(0%,11%,39%)

RGB channels and saturation

R 1 of 255 = 0%
G 29 of 255 = 11%
B 99 of 255 = 39%

1
29
99

R + G + B ~ 17%. #011D63 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 29 + 99 = 129 (100%)
R 1 of 129 ~ 0.78%
G 29 of 129 ~ 22.48%
B 99 of 129 ~ 76.74%

%22.48
%76.74

CMYK color model

#011D63 color CMYK value is (99,71,0,61).

  • cyan value is 98.99%
  • magenta value is 70.71%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(99,71,0,61)
C99M71Y0K61 
(99%,71%,0%,61%)
(0.99/0.71/0.00/0.61)	

CMYK percentages

%98.99
%70.71
%0
%61.18

Codes

Color #011D63 in popluar color models

011D63
RGB12999
HSL223°98.00%19.61%
HSB/HSV223°98.99%38.82%
CMYK98.99%70.71%0.00%
61.18%

Color #011D63 in popluar number systems.

HEX011D63
Decimal12999
Binary1111011100011
Octal135143

Shades and tints

Shades of #011D63

#011D63
(1,29,99)
#011B5A
(1,27,90)
#011951
(1,25,81)
#011748
(1,23,72)
#01153F
(1,21,63)
#011336
(1,19,54)
#01112D
(1,17,45)
#010F24
(1,15,36)
#010D1B
(1,13,27)
#010B12
(1,11,18)
#010909
(1,9,9)
#000000
(0,0,0)

Tints of #011D63

#011D63
(1,29,99)
#183171
(24,49,113)
#2F457F
(47,69,127)
#46598D
(70,89,141)
#5D6D9B
(93,109,155)
#7481A9
(116,129,169)
#8B95B7
(139,149,183)
#A2A9C5
(162,169,197)
#B9BDD3
(185,189,211)
#D0D1E1
(208,209,225)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011D63 color. Also use rgb(1,29,99) instead hex code.

Text Font Color

.myTextColor { color: #011D63; }

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

This text font color is #011D63.


Background Color

.myBgColor { background-color: #011D63; }

<div style="background-color:#011D63">Inner text</div>

This div background color is #011D63.


Border color

.myBorderColor { border: 1px solid #011D63; }

<div style="border:3px solid #011D63">Div</div>

This div border color is #011D63.


Opacity

.myOpacity80 { color: #011D63; opacity: 0.8; }

<p style="color:#011D63;opacity:0.8;">80%</p>

Text with #011D63 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 #011D63;}

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

This text has shadow with #011D63 color.

.textShadow {text-shadow: 3px 3px 1px #011D63, 3px 3px 1px red;}

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

This text has shadow with #011D63 primary color and red secondary color.


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

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

This text has shadow with #011D63 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #011D63;
-webkit-box-shadow: 1px 1px 3px 2px #011D63;
box-shadow:1px 1px 3px 2px #011D63;">
Div content here</div>
This div box has shadow with color #011D63.

Preview

Color preview on black background

This text has color #011D63 on black background.


Color preview on white background

This text has color #011D63 on white background.



Black color preview on #011D63 background

This text has black color on #011D63 background.


White color preview on #011D63 background

This text has white color on #011D63 background.