COLOR #050F53

HEX: #050F53 RGB: (5,15,83)

Color info

#050F53 contains mainly blue color. Web safe color of #050F53 is #000066 (or #006).

RGB color model

#050F53 color RGB value is (5,15,83).

RGB: (5,15,83) (2%, 6%, 33%)

RGB channels and saturation

R 5 of 255 = 2%
G 15 of 255 = 6%
B 83 of 255 = 33%

5
15
83

R + G + B ~ 14%. #050F53 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 15 + 83 = 103 (100%)
R 5 of 103 ~ 4.85%
G 15 of 103 ~ 14.56%
B 83 of 103 ~ 80.58'%

%14.56
%80.58

CMYK color model

#050F53 color CMYK value is (94,82,0,67).

  • cyan value is 93.98%
  • magenta value is 81.93%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK: (94,82,0,67) C94M82Y0K67 (94%,82%,0%,67%) (0.94/0.82/0.00/0.67) 

CMYK percentages

%93.98
%81.93
%0
%67.45

Codes

Color #050F53 in popluar color models

05 0F 53
RGB 5 15 83
HSL 232° 88.64% 17.25%
HSB/HSV 232° 93.98% 32.55%
CMYK 93.98% 81.93% 0.00%
67.45%

Color #050F53 in popluar number systems.

HEX 05 0F 53
Decimal 5 15 83
Binary 101 1111 1010011
Octal 5 17 123

Shades and tints

Shades of #050F53

#050F53
(5,15,83)
#050E4C
(5,14,76)
#050D45
(5,13,69)
#050C3E
(5,12,62)
#050B37
(5,11,55)
#050A30
(5,10,48)
#050929
(5,9,41)
#050822
(5,8,34)
#05071B
(5,7,27)
#050614
(5,6,20)
#05050D
(5,5,13)
#000000
(0,0,0)

Tints of #050F53

#050F53
(5,15,83)
#1B2462
(27,36,98)
#313971
(49,57,113)
#474E80
(71,78,128)
#5D638F
(93,99,143)
#73789E
(115,120,158)
#898DAD
(137,141,173)
#9FA2BC
(159,162,188)
#B5B7CB
(181,183,203)
#CBCCDA
(203,204,218)
#E1E1E9
(225,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050F53 color. Also use rgb(5,15,83) instead hex code.

Text Font Color

.myTextColor { color: #050F53; }

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

This text font color is #050F53.

Background Color

.myBgColor { background-color: #050F53; }

<div style="background-color:#050F53">Inner text</div>

This div background color is #050F53.

Border color

.myBorderColor { border: 1px solid #050F53; }

<div style="border:3px solid #050F53">Div</div>

This div border color is #050F53.

Opacity

.myOpacity80 { color: #050F53; opacity: 0.8; }

<p style="color:#050F53;opacity:0.8;">80%</p>

Text with #050F53 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 #050F53;}

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

This text has shadow with #050F53 color.


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

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

This text has shadow with #050F53 primary color and red secondary color.


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

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

This text has shadow with #050F53 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #050F53.

Preview

Color preview on black background

This text has color #050F53 on black background.


Color preview on white background

This text has color #050F53 on white background.


Black color preview on #050F53 background

This text has black color on #050F53 background.


White color preview on #050F53 background

This text has white color on #050F53 background.


Related colors

Complementary color

Complementary color for #hex is #FAF0AC.


I love getcolorcode.com

Triadic colors

1 #53050F and #0F5305 with #050F53 are triadic colors.

2 #530F05 and #0F0553 with #050F53 are triadic colors.