COLOR #05165A

HEX: #05165A
RGB: (5,22,90)

Color info

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

RGB color model

#05165A color RGB value is (5,22,90).

  • red value is 5;
  • green value is 22;
  • blue value is 90.
RGB:
(5,22,90)
(2%,9%,35%)

RGB channels and saturation

R 5 of 255 = 2%
G 22 of 255 = 9%
B 90 of 255 = 35%

5
22
90

R + G + B ~ 15%. #05165A is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 22 + 90 = 117 (100%)
R 5 of 117 ~ 4.27%
G 22 of 117 ~ 18.8%
B 90 of 117 ~ 76.92%

%18.8
%76.92

CMYK color model

#05165A color CMYK value is (94,76,0,65).

  • cyan value is 94.44%
  • magenta value is 75.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(94,76,0,65)
C94M76Y0K65 
(94%,76%,0%,65%)
(0.94/0.76/0.00/0.65)	

CMYK percentages

%94.44
%75.56
%0
%64.71

Codes

Color #05165A in popluar color models

05165A
RGB52290
HSL228°89.47%18.63%
HSB/HSV228°94.44%35.29%
CMYK94.44%75.56%0.00%
64.71%

Color #05165A in popluar number systems.

HEX05165A
Decimal52290
Binary101101101011010
Octal526132

Shades and tints

Shades of #05165A

#05165A
(5,22,90)
#051452
(5,20,82)
#05124A
(5,18,74)
#051042
(5,16,66)
#050E3A
(5,14,58)
#050C32
(5,12,50)
#050A2A
(5,10,42)
#050822
(5,8,34)
#05061A
(5,6,26)
#050412
(5,4,18)
#05020A
(5,2,10)
#000000
(0,0,0)

Tints of #05165A

#05165A
(5,22,90)
#1B2B69
(27,43,105)
#314078
(49,64,120)
#475587
(71,85,135)
#5D6A96
(93,106,150)
#737FA5
(115,127,165)
#8994B4
(137,148,180)
#9FA9C3
(159,169,195)
#B5BED2
(181,190,210)
#CBD3E1
(203,211,225)
#E1E8F0
(225,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05165A color. Also use rgb(5,22,90) instead hex code.

Text Font Color

.myTextColor { color: #05165A; }

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

This text font color is #05165A.


Background Color

.myBgColor { background-color: #05165A; }

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

This div background color is #05165A.


Border color

.myBorderColor { border: 1px solid #05165A; }

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

This div border color is #05165A.


Opacity

.myOpacity80 { color: #05165A; opacity: 0.8; }

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

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

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

This text has shadow with #05165A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05165A on black background.


Color preview on white background

This text has color #05165A on white background.



Black color preview on #05165A background

This text has black color on #05165A background.


White color preview on #05165A background

This text has white color on #05165A background.