COLOR #051250

HEX: #051250
RGB: (5,18,80)

Color info

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

RGB color model

#051250 color RGB value is (5,18,80).

  • red value is 5;
  • green value is 18;
  • blue value is 80.
RGB:
(5,18,80)
(2%,7%,31%)

RGB channels and saturation

R 5 of 255 = 2%
G 18 of 255 = 7%
B 80 of 255 = 31%

5
18
80

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

Portions of RGB colors in percentages

R + G + B =
5 + 18 + 80 = 103 (100%)
R 5 of 103 ~ 4.85%
G 18 of 103 ~ 17.48%
B 80 of 103 ~ 77.67%

%17.48
%77.67

CMYK color model

#051250 color CMYK value is (94,78,0,69).

  • cyan value is 93.75%
  • magenta value is 77.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(94,78,0,69)
C94M78Y0K69 
(94%,78%,0%,69%)
(0.94/0.78/0.00/0.69)	

CMYK percentages

%93.75
%77.5
%0
%68.63

Codes

Color #051250 in popluar color models

051250
RGB51880
HSL230°88.24%16.67%
HSB/HSV230°93.75%31.37%
CMYK93.75%77.50%0.00%
68.63%

Color #051250 in popluar number systems.

HEX051250
Decimal51880
Binary101100101010000
Octal522120

Shades and tints

Shades of #051250

#051250
(5,18,80)
#051149
(5,17,73)
#051042
(5,16,66)
#050F3B
(5,15,59)
#050E34
(5,14,52)
#050D2D
(5,13,45)
#050C26
(5,12,38)
#050B1F
(5,11,31)
#050A18
(5,10,24)
#050911
(5,9,17)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #051250

#051250
(5,18,80)
#1B275F
(27,39,95)
#313C6E
(49,60,110)
#47517D
(71,81,125)
#5D668C
(93,102,140)
#737B9B
(115,123,155)
#8990AA
(137,144,170)
#9FA5B9
(159,165,185)
#B5BAC8
(181,186,200)
#CBCFD7
(203,207,215)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051250 color. Also use rgb(5,18,80) instead hex code.

Text Font Color

.myTextColor { color: #051250; }

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

This text font color is #051250.


Background Color

.myBgColor { background-color: #051250; }

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

This div background color is #051250.


Border color

.myBorderColor { border: 1px solid #051250; }

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

This div border color is #051250.


Opacity

.myOpacity80 { color: #051250; opacity: 0.8; }

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

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

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

This text has shadow with #051250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051250 on black background.


Color preview on white background

This text has color #051250 on white background.



Black color preview on #051250 background

This text has black color on #051250 background.


White color preview on #051250 background

This text has white color on #051250 background.