COLOR #05154C

HEX: #05154C RGB: (5,21,76)

Color info

#05154C contains mainly green and blue colors. Web safe color of #05154C is #000033 (or #003).

RGB color model

#05154C color RGB value is (5,21,76).

RGB: (5,21,76) (2%, 8%, 30%)

RGB channels and saturation

R 5 of 255 = 2%
G 21 of 255 = 8%
B 76 of 255 = 30%

5
21
76

R + G + B ~ 13%. #05154C is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 21 + 76 = 102 (100%)
R 5 of 102 ~ 4.9%
G 21 of 102 ~ 20.59%
B 76 of 102 ~ 74.51'%

%20.59
%74.51

CMYK color model

#05154C color CMYK value is (93,72,0,70).

  • cyan value is 93.42%
  • magenta value is 72.37%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (93,72,0,70)
C93M72Y0K70 (93%, 72%, 0%, 70%)
(0.93 / 0.72 / 0.00 / 0.70)

CMYK percentages

%93.42
%72.37
%0
%70.2

Codes

Color #05154C in popluar color models

05 15 4C
RGB 5 21 76
HSL 226° 87.65% 15.88%
HSB/HSV 226° 93.42% 29.80%
CMYK 93.42% 72.37% 0.00%
70.20%

Color #05154C in popluar number systems.

HEX 05 15 4C
Decimal 5 21 76
Binary 101 10101 1001100
Octal 5 25 114

Shades and tints

Shades of #05154C

#05154C
(5,21,76)
#051446
(5,20,70)
#051340
(5,19,64)
#05123A
(5,18,58)
#051134
(5,17,52)
#05102E
(5,16,46)
#050F28
(5,15,40)
#050E22
(5,14,34)
#050D1C
(5,13,28)
#050C16
(5,12,22)
#050B10
(5,11,16)
#000000
(0,0,0)

Tints of #05154C

#05154C
(5,21,76)
#1B2A5C
(27,42,92)
#313F6C
(49,63,108)
#47547C
(71,84,124)
#5D698C
(93,105,140)
#737E9C
(115,126,156)
#8993AC
(137,147,172)
#9FA8BC
(159,168,188)
#B5BDCC
(181,189,204)
#CBD2DC
(203,210,220)
#E1E7EC
(225,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05154C color. Also use rgb(5,21,76) instead hex code.

Text Font Color

.myTextColor { color: #05154C; }

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

This text font color is #05154C.

Background Color

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

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

This div background color is #05154C.

Border color

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

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

This div border color is #05154C.

Opacity

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

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

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

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

This text has shadow with #05154C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05154C.

Preview

Color preview on black background

This text has color #05154C on black background.


Color preview on white background

This text has color #05154C on white background.


Black color preview on #05154C background

This text has black color on #05154C background.


White color preview on #05154C background

This text has white color on #05154C background.


Related colors

Complementary color

Complementary color for #hex is #FAEAB3.


I love getcolorcode.com

Triadic colors

1 #4C0515 and #154C05 with #05154C are triadic colors.

2 #4C1505 and #15054C with #05154C are triadic colors.