COLOR #05095C

HEX: #05095C
RGB: (5,9,92)

Color info

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

RGB color model

#05095C color RGB value is (5,9,92).

  • red value is 5;
  • green value is 9;
  • blue value is 92.
RGB:
(5,9,92)
(2%,4%,36%)

RGB channels and saturation

R 5 of 255 = 2%
G 9 of 255 = 4%
B 92 of 255 = 36%

5
9
92

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

Portions of RGB colors in percentages

R + G + B =
5 + 9 + 92 = 106 (100%)
R 5 of 106 ~ 4.72%
G 9 of 106 ~ 8.49%
B 92 of 106 ~ 86.79%

%86.79

CMYK color model

#05095C color CMYK value is (95,90,0,64).

  • cyan value is 94.57%
  • magenta value is 90.22%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(95,90,0,64)
C95M90Y0K64 
(95%,90%,0%,64%)
(0.95/0.90/0.00/0.64)	

CMYK percentages

%94.57
%90.22
%0
%63.92

Codes

Color #05095C in popluar color models

05095C
RGB5992
HSL237°89.69%19.02%
HSB/HSV237°94.57%36.08%
CMYK94.57%90.22%0.00%
63.92%

Color #05095C in popluar number systems.

HEX05095C
Decimal5992
Binary10110011011100
Octal511134

Shades and tints

Shades of #05095C

#05095C
(5,9,92)
#050954
(5,9,84)
#05094C
(5,9,76)
#050944
(5,9,68)
#05093C
(5,9,60)
#050934
(5,9,52)
#05092C
(5,9,44)
#050924
(5,9,36)
#05091C
(5,9,28)
#050914
(5,9,20)
#05090C
(5,9,12)
#000000
(0,0,0)

Tints of #05095C

#05095C
(5,9,92)
#1B1F6A
(27,31,106)
#313578
(49,53,120)
#474B86
(71,75,134)
#5D6194
(93,97,148)
#7377A2
(115,119,162)
#898DB0
(137,141,176)
#9FA3BE
(159,163,190)
#B5B9CC
(181,185,204)
#CBCFDA
(203,207,218)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05095C color. Also use rgb(5,9,92) instead hex code.

Text Font Color

.myTextColor { color: #05095C; }

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

This text font color is #05095C.


Background Color

.myBgColor { background-color: #05095C; }

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

This div background color is #05095C.


Border color

.myBorderColor { border: 1px solid #05095C; }

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

This div border color is #05095C.


Opacity

.myOpacity80 { color: #05095C; opacity: 0.8; }

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

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

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

This text has shadow with #05095C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05095C on black background.


Color preview on white background

This text has color #05095C on white background.



Black color preview on #05095C background

This text has black color on #05095C background.


White color preview on #05095C background

This text has white color on #05095C background.