COLOR #05015B

HEX: #05015B
RGB: (5,1,91)

Color info

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

RGB color model

#05015B color RGB value is (5,1,91).

  • red value is 5;
  • green value is 1;
  • blue value is 91.
RGB:
(5,1,91)
(2%,0%,36%)

RGB channels and saturation

R 5 of 255 = 2%
G 1 of 255 = 0%
B 91 of 255 = 36%

5
1
91

R + G + B ~ 13%. #05015B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 1 + 91 = 97 (100%)
R 5 of 97 ~ 5.15%
G 1 of 97 ~ 1.03%
B 91 of 97 ~ 93.81%

%93.81

CMYK color model

#05015B color CMYK value is (95,99,0,64).

  • cyan value is 94.51%
  • magenta value is 98.90%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(95,99,0,64)
C95M99Y0K64 
(95%,99%,0%,64%)
(0.95/0.99/0.00/0.64)	

CMYK percentages

%94.51
%98.9
%0
%64.31

Codes

Color #05015B in popluar color models

05015B
RGB5191
HSL243°97.83%18.04%
HSB/HSV243°98.90%35.69%
CMYK94.51%98.90%0.00%
64.31%

Color #05015B in popluar number systems.

HEX05015B
Decimal5191
Binary10111011011
Octal51133

Shades and tints

Shades of #05015B

#05015B
(5,1,91)
#050153
(5,1,83)
#05014B
(5,1,75)
#050143
(5,1,67)
#05013B
(5,1,59)
#050133
(5,1,51)
#05012B
(5,1,43)
#050123
(5,1,35)
#05011B
(5,1,27)
#050113
(5,1,19)
#05010B
(5,1,11)
#000000
(0,0,0)

Tints of #05015B

#05015B
(5,1,91)
#1B1869
(27,24,105)
#312F77
(49,47,119)
#474685
(71,70,133)
#5D5D93
(93,93,147)
#7374A1
(115,116,161)
#898BAF
(137,139,175)
#9FA2BD
(159,162,189)
#B5B9CB
(181,185,203)
#CBD0D9
(203,208,217)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05015B color. Also use rgb(5,1,91) instead hex code.

Text Font Color

.myTextColor { color: #05015B; }

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

This text font color is #05015B.


Background Color

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

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

This div background color is #05015B.


Border color

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

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

This div border color is #05015B.


Opacity

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

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

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

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

This text has shadow with #05015B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05015B on black background.


Color preview on white background

This text has color #05015B on white background.



Black color preview on #05015B background

This text has black color on #05015B background.


White color preview on #05015B background

This text has white color on #05015B background.