COLOR #053EC7

HEX: #053EC7 RGB: (5,62,199)

Color info

#053EC7 contains mainly blue color. Web safe color of #053EC7 is #0033CC (or #03C).

RGB color model

#053EC7 color RGB value is (5,62,199).

RGB: (5,62,199) (2%, 24%, 78%)

RGB channels and saturation

R 5 of 255 = 2%
G 62 of 255 = 24%
B 199 of 255 = 78%

5
62
199

R + G + B ~ 35%. #053EC7 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 62 + 199 = 266 (100%)
R 5 of 266 ~ 1.88%
G 62 of 266 ~ 23.31%
B 199 of 266 ~ 74.81'%

%23.31
%74.81

CMYK color model

#053EC7 color CMYK value is (97,69,0,22).

  • cyan value is 97.49%
  • magenta value is 68.84%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (97,69,0,22)
C97M69Y0K22 (97%, 69%, 0%, 22%)
(0.97 / 0.69 / 0.00 / 0.22)

CMYK percentages

%97.49
%68.84
%0
%21.96

Codes

Color #053EC7 in popluar color models

05 3E C7
RGB 5 62 199
HSL 222° 95.10% 40.00%
HSB/HSV 222° 97.49% 78.04%
CMYK 97.49% 68.84% 0.00%
21.96%

Color #053EC7 in popluar number systems.

HEX 05 3E C7
Decimal 5 62 199
Binary 101 111110 11000111
Octal 5 76 307

Shades and tints

Shades of #053EC7

#053EC7
(5,62,199)
#0539B5
(5,57,181)
#0534A3
(5,52,163)
#052F91
(5,47,145)
#052A7F
(5,42,127)
#05256D
(5,37,109)
#05205B
(5,32,91)
#051B49
(5,27,73)
#051637
(5,22,55)
#051125
(5,17,37)
#050C13
(5,12,19)
#000000
(0,0,0)

Tints of #053EC7

#053EC7
(5,62,199)
#1B4FCC
(27,79,204)
#3160D1
(49,96,209)
#4771D6
(71,113,214)
#5D82DB
(93,130,219)
#7393E0
(115,147,224)
#89A4E5
(137,164,229)
#9FB5EA
(159,181,234)
#B5C6EF
(181,198,239)
#CBD7F4
(203,215,244)
#E1E8F9
(225,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053EC7 color. Also use rgb(5,62,199) instead hex code.

Text Font Color

.myTextColor { color: #053EC7; }

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

This text font color is #053EC7.

Background Color

.myBgColor { background-color: #053EC7; }

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

This div background color is #053EC7.

Border color

.myBorderColor { border: 1px solid #053EC7; }

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

This div border color is #053EC7.

Opacity

.myOpacity80 { color: #053EC7; opacity: 0.8; }

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

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

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

This text has shadow with #053EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053EC7.

Preview

Color preview on black background

This text has color #053EC7 on black background.


Color preview on white background

This text has color #053EC7 on white background.


Black color preview on #053EC7 background

This text has black color on #053EC7 background.


White color preview on #053EC7 background

This text has white color on #053EC7 background.


Related colors

Complementary color

Complementary color for #hex is #FAC138.


I love getcolorcode.com

Triadic colors

1 #C7053E and #3EC705 with #053EC7 are triadic colors.

2 #C73E05 and #3E05C7 with #053EC7 are triadic colors.