COLOR #011553

HEX: #011553
RGB: (1,21,83)

Color info

#011553 contains mainly blue color. Web safe color of #011553 is #000066 (or #006).

RGB color model

#011553 color RGB value is (1,21,83).

  • red value is 1;
  • green value is 21;
  • blue value is 83.
RGB:
(1,21,83)
(0%,8%,33%)

RGB channels and saturation

R 1 of 255 = 0%
G 21 of 255 = 8%
B 83 of 255 = 33%

1
21
83

R + G + B ~ 14%. #011553 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 21 + 83 = 105 (100%)
R 1 of 105 ~ 0.95%
G 21 of 105 ~ 20%
B 83 of 105 ~ 79.05%

%20
%79.05

CMYK color model

#011553 color CMYK value is (99,75,0,67).

  • cyan value is 98.80%
  • magenta value is 74.70%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(99,75,0,67)
C99M75Y0K67 
(99%,75%,0%,67%)
(0.99/0.75/0.00/0.67)	

CMYK percentages

%98.8
%74.7
%0
%67.45

Codes

Color #011553 in popluar color models

011553
RGB12183
HSL225°97.62%16.47%
HSB/HSV225°98.80%32.55%
CMYK98.80%74.70%0.00%
67.45%

Color #011553 in popluar number systems.

HEX011553
Decimal12183
Binary1101011010011
Octal125123

Shades and tints

Shades of #011553

#011553
(1,21,83)
#01144C
(1,20,76)
#011345
(1,19,69)
#01123E
(1,18,62)
#011137
(1,17,55)
#011030
(1,16,48)
#010F29
(1,15,41)
#010E22
(1,14,34)
#010D1B
(1,13,27)
#010C14
(1,12,20)
#010B0D
(1,11,13)
#000000
(0,0,0)

Tints of #011553

#011553
(1,21,83)
#182A62
(24,42,98)
#2F3F71
(47,63,113)
#465480
(70,84,128)
#5D698F
(93,105,143)
#747E9E
(116,126,158)
#8B93AD
(139,147,173)
#A2A8BC
(162,168,188)
#B9BDCB
(185,189,203)
#D0D2DA
(208,210,218)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011553 color. Also use rgb(1,21,83) instead hex code.

Text Font Color

.myTextColor { color: #011553; }

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

This text font color is #011553.


Background Color

.myBgColor { background-color: #011553; }

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

This div background color is #011553.


Border color

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

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

This div border color is #011553.


Opacity

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

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

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

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

This text has shadow with #011553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011553 on black background.


Color preview on white background

This text has color #011553 on white background.



Black color preview on #011553 background

This text has black color on #011553 background.


White color preview on #011553 background

This text has white color on #011553 background.