COLOR #05377C

HEX: #05377C RGB: (5,55,124)

Color info

#05377C contains mainly blue color. Web safe color of #05377C is #003366 (or #036).

RGB color model

#05377C color RGB value is (5,55,124).

RGB: (5,55,124) (2%, 22%, 49%)

RGB channels and saturation

R 5 of 255 = 2%
G 55 of 255 = 22%
B 124 of 255 = 49%

5
55
124

R + G + B ~ 24%. #05377C is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 55 + 124 = 184 (100%)
R 5 of 184 ~ 2.72%
G 55 of 184 ~ 29.89%
B 124 of 184 ~ 67.39'%

%29.89
%67.39

CMYK color model

#05377C color CMYK value is (96,56,0,51).

  • cyan value is 95.97%
  • magenta value is 55.65%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (96,56,0,51)
C96M56Y0K51 (96%, 56%, 0%, 51%)
(0.96 / 0.56 / 0.00 / 0.51)

CMYK percentages

%95.97
%55.65
%0
%51.37

Codes

Color #05377C in popluar color models

05 37 7C
RGB 5 55 124
HSL 215° 92.25% 25.29%
HSB/HSV 215° 95.97% 48.63%
CMYK 95.97% 55.65% 0.00%
51.37%

Color #05377C in popluar number systems.

HEX 05 37 7C
Decimal 5 55 124
Binary 101 110111 1111100
Octal 5 67 174

Shades and tints

Shades of #05377C

#05377C
(5,55,124)
#053271
(5,50,113)
#052D66
(5,45,102)
#05285B
(5,40,91)
#052350
(5,35,80)
#051E45
(5,30,69)
#05193A
(5,25,58)
#05142F
(5,20,47)
#050F24
(5,15,36)
#050A19
(5,10,25)
#05050E
(5,5,14)
#000000
(0,0,0)

Tints of #05377C

#05377C
(5,55,124)
#1B4987
(27,73,135)
#315B92
(49,91,146)
#476D9D
(71,109,157)
#5D7FA8
(93,127,168)
#7391B3
(115,145,179)
#89A3BE
(137,163,190)
#9FB5C9
(159,181,201)
#B5C7D4
(181,199,212)
#CBD9DF
(203,217,223)
#E1EBEA
(225,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05377C color. Also use rgb(5,55,124) instead hex code.

Text Font Color

.myTextColor { color: #05377C; }

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

This text font color is #05377C.

Background Color

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

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

This div background color is #05377C.

Border color

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

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

This div border color is #05377C.

Opacity

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

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

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

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

This text has shadow with #05377C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05377C.

Preview

Color preview on black background

This text has color #05377C on black background.


Color preview on white background

This text has color #05377C on white background.


Black color preview on #05377C background

This text has black color on #05377C background.


White color preview on #05377C background

This text has white color on #05377C background.


Related colors

Complementary color

Complementary color for #hex is #FAC883.


I love getcolorcode.com

Triadic colors

1 #7C0537 and #377C05 with #05377C are triadic colors.

2 #7C3705 and #37057C with #05377C are triadic colors.