COLOR #001083

HEX: #001083
RGB: (0,16,131)

Color info

#001083 contains mainly blue color. Web safe color of #001083 is #000099 (or #009).

RGB color model

#001083 color RGB value is (0,16,131).

  • red value is 0;
  • green value is 16;
  • blue value is 131.
RGB:
(0,16,131)
(0%,6%,51%)

RGB channels and saturation

R 0 of 255 = 0%
G 16 of 255 = 6%
B 131 of 255 = 51%

0
16
131

R + G + B ~ 19%. #001083 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 16 + 131 = 147 (100%)
R 0 of 147 ~ 0%
G 16 of 147 ~ 10.88%
B 131 of 147 ~ 89.12%

%10.88
%89.12

CMYK color model

#001083 color CMYK value is (100,88,0,49).

  • cyan value is 100.00%
  • magenta value is 87.79%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(100,88,0,49)
C100M88Y0K49 
(100%,88%,0%,49%)
(1.00/0.88/0.00/0.49)	

CMYK percentages

%100
%87.79
%0
%48.63

Codes

Color #001083 in popluar color models

001083
RGB016131
HSL233°100.00%25.69%
HSB/HSV233°100.00%51.37%
CMYK100.00%87.79%0.00%
48.63%

Color #001083 in popluar number systems.

HEX001083
Decimal016131
Binary01000010000011
Octal020203

Shades and tints

Shades of #001083

#001083
(0,16,131)
#000F78
(0,15,120)
#000E6D
(0,14,109)
#000D62
(0,13,98)
#000C57
(0,12,87)
#000B4C
(0,11,76)
#000A41
(0,10,65)
#000936
(0,9,54)
#00082B
(0,8,43)
#000720
(0,7,32)
#000615
(0,6,21)
#000000
(0,0,0)

Tints of #001083

#001083
(0,16,131)
#17258E
(23,37,142)
#2E3A99
(46,58,153)
#454FA4
(69,79,164)
#5C64AF
(92,100,175)
#7379BA
(115,121,186)
#8A8EC5
(138,142,197)
#A1A3D0
(161,163,208)
#B8B8DB
(184,184,219)
#CFCDE6
(207,205,230)
#E6E2F1
(230,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001083 color. Also use rgb(0,16,131) instead hex code.

Text Font Color

.myTextColor { color: #001083; }

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

This text font color is #001083.


Background Color

.myBgColor { background-color: #001083; }

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

This div background color is #001083.


Border color

.myBorderColor { border: 1px solid #001083; }

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

This div border color is #001083.


Opacity

.myOpacity80 { color: #001083; opacity: 0.8; }

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

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

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

This text has shadow with #001083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001083 on black background.


Color preview on white background

This text has color #001083 on white background.



Black color preview on #001083 background

This text has black color on #001083 background.


White color preview on #001083 background

This text has white color on #001083 background.