COLOR #050069

HEX: #050069
RGB: (5,0,105)

Color info

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

RGB color model

#050069 color RGB value is (5,0,105).

  • red value is 5;
  • green value is 0;
  • blue value is 105.
RGB:
(5,0,105)
(2%,0%,41%)

RGB channels and saturation

R 5 of 255 = 2%
G 0 of 255 = 0%
B 105 of 255 = 41%

5
0
105

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

Portions of RGB colors in percentages

R + G + B =
5 + 0 + 105 = 110 (100%)
R 5 of 110 ~ 4.55%
G 0 of 110 ~ 0%
B 105 of 110 ~ 95.45%

%95.45

CMYK color model

#050069 color CMYK value is (95,100,0,59).

  • cyan value is 95.24%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(95,100,0,59)
C95M100Y0K59 
(95%,100%,0%,59%)
(0.95/1.00/0.00/0.59)	

CMYK percentages

%95.24
%100
%0
%58.82

Codes

Color #050069 in popluar color models

050069
RGB50105
HSL243°100.00%20.59%
HSB/HSV243°100.00%41.18%
CMYK95.24%100.00%0.00%
58.82%

Color #050069 in popluar number systems.

HEX050069
Decimal50105
Binary10101101001
Octal50151

Shades and tints

Shades of #050069

#050069
(5,0,105)
#050060
(5,0,96)
#050057
(5,0,87)
#05004E
(5,0,78)
#050045
(5,0,69)
#05003C
(5,0,60)
#050033
(5,0,51)
#05002A
(5,0,42)
#050021
(5,0,33)
#050018
(5,0,24)
#05000F
(5,0,15)
#000000
(0,0,0)

Tints of #050069

#050069
(5,0,105)
#1B1776
(27,23,118)
#312E83
(49,46,131)
#474590
(71,69,144)
#5D5C9D
(93,92,157)
#7373AA
(115,115,170)
#898AB7
(137,138,183)
#9FA1C4
(159,161,196)
#B5B8D1
(181,184,209)
#CBCFDE
(203,207,222)
#E1E6EB
(225,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050069 color. Also use rgb(5,0,105) instead hex code.

Text Font Color

.myTextColor { color: #050069; }

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

This text font color is #050069.


Background Color

.myBgColor { background-color: #050069; }

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

This div background color is #050069.


Border color

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

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

This div border color is #050069.


Opacity

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

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

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

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

This text has shadow with #050069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050069 on black background.


Color preview on white background

This text has color #050069 on white background.



Black color preview on #050069 background

This text has black color on #050069 background.


White color preview on #050069 background

This text has white color on #050069 background.