COLOR #050F6C

HEX: #050F6C RGB: (5,15,108)

Color info

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

RGB color model

#050F6C color RGB value is (5,15,108).

RGB: (5,15,108) (2%, 6%, 42%)

RGB channels and saturation

R 5 of 255 = 2%
G 15 of 255 = 6%
B 108 of 255 = 42%

5
15
108

R + G + B ~ 17%. #050F6C is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 15 + 108 = 128 (100%)
R 5 of 128 ~ 3.91%
G 15 of 128 ~ 11.72%
B 108 of 128 ~ 84.38'%

%11.72
%84.38

CMYK color model

#050F6C color CMYK value is (95,86,0,58).

  • cyan value is 95.37%
  • magenta value is 86.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (95,86,0,58) C95M86Y0K58 (95%,86%,0%,58%) (0.95/0.86/0.00/0.58) 

CMYK percentages

%95.37
%86.11
%0
%57.65

Codes

Color #050F6C in popluar color models

05 0F 6C
RGB 5 15 108
HSL 234° 91.15% 22.16%
HSB/HSV 234° 95.37% 42.35%
CMYK 95.37% 86.11% 0.00%
57.65%

Color #050F6C in popluar number systems.

HEX 05 0F 6C
Decimal 5 15 108
Binary 101 1111 1101100
Octal 5 17 154

Shades and tints

Shades of #050F6C

#050F6C
(5,15,108)
#050E63
(5,14,99)
#050D5A
(5,13,90)
#050C51
(5,12,81)
#050B48
(5,11,72)
#050A3F
(5,10,63)
#050936
(5,9,54)
#05082D
(5,8,45)
#050724
(5,7,36)
#05061B
(5,6,27)
#050512
(5,5,18)
#000000
(0,0,0)

Tints of #050F6C

#050F6C
(5,15,108)
#1B2479
(27,36,121)
#313986
(49,57,134)
#474E93
(71,78,147)
#5D63A0
(93,99,160)
#7378AD
(115,120,173)
#898DBA
(137,141,186)
#9FA2C7
(159,162,199)
#B5B7D4
(181,183,212)
#CBCCE1
(203,204,225)
#E1E1EE
(225,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050F6C; }

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

This text font color is #050F6C.

Background Color

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

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

This div background color is #050F6C.

Border color

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

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

This div border color is #050F6C.

Opacity

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

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

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

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

This text has shadow with #050F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050F6C.

Preview

Color preview on black background

This text has color #050F6C on black background.


Color preview on white background

This text has color #050F6C on white background.


Black color preview on #050F6C background

This text has black color on #050F6C background.


White color preview on #050F6C background

This text has white color on #050F6C background.


Related colors

Complementary color

Complementary color for #hex is #FAF093.


I love getcolorcode.com

Triadic colors

1 #6C050F and #0F6C05 with #050F6C are triadic colors.

2 #6C0F05 and #0F056C with #050F6C are triadic colors.