COLOR #05338D

HEX: #05338D
RGB: (5,51,141)

Color info

#05338D contains mainly blue color. Web safe color of #05338D is #003399 (or #039).

RGB color model

#05338D color RGB value is (5,51,141).

  • red value is 5;
  • green value is 51;
  • blue value is 141.
RGB:
(5,51,141)
(2%,20%,55%)

RGB channels and saturation

R 5 of 255 = 2%
G 51 of 255 = 20%
B 141 of 255 = 55%

5
51
141

R + G + B ~ 26%. #05338D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 51 + 141 = 197 (100%)
R 5 of 197 ~ 2.54%
G 51 of 197 ~ 25.89%
B 141 of 197 ~ 71.57%

%25.89
%71.57

CMYK color model

#05338D color CMYK value is (96,64,0,45).

  • cyan value is 96.45%
  • magenta value is 63.83%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(96,64,0,45)
C96M64Y0K45 
(96%,64%,0%,45%)
(0.96/0.64/0.00/0.45)	

CMYK percentages

%96.45
%63.83
%0
%44.71

Codes

Color #05338D in popluar color models

05338D
RGB551141
HSL220°93.15%28.63%
HSB/HSV220°96.45%55.29%
CMYK96.45%63.83%0.00%
44.71%

Color #05338D in popluar number systems.

HEX05338D
Decimal551141
Binary10111001110001101
Octal563215

Shades and tints

Shades of #05338D

#05338D
(5,51,141)
#052F81
(5,47,129)
#052B75
(5,43,117)
#052769
(5,39,105)
#05235D
(5,35,93)
#051F51
(5,31,81)
#051B45
(5,27,69)
#051739
(5,23,57)
#05132D
(5,19,45)
#050F21
(5,15,33)
#050B15
(5,11,21)
#000000
(0,0,0)

Tints of #05338D

#05338D
(5,51,141)
#1B4597
(27,69,151)
#3157A1
(49,87,161)
#4769AB
(71,105,171)
#5D7BB5
(93,123,181)
#738DBF
(115,141,191)
#899FC9
(137,159,201)
#9FB1D3
(159,177,211)
#B5C3DD
(181,195,221)
#CBD5E7
(203,213,231)
#E1E7F1
(225,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05338D color. Also use rgb(5,51,141) instead hex code.

Text Font Color

.myTextColor { color: #05338D; }

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

This text font color is #05338D.


Background Color

.myBgColor { background-color: #05338D; }

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

This div background color is #05338D.


Border color

.myBorderColor { border: 1px solid #05338D; }

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

This div border color is #05338D.


Opacity

.myOpacity80 { color: #05338D; opacity: 0.8; }

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

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

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

This text has shadow with #05338D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05338D on black background.


Color preview on white background

This text has color #05338D on white background.



Black color preview on #05338D background

This text has black color on #05338D background.


White color preview on #05338D background

This text has white color on #05338D background.