COLOR #10064E

HEX: #10064E RGB: (16,6,78)

Color info

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

RGB color model

#10064E color RGB value is (16,6,78).

RGB: (16,6,78) (6%, 2%, 31%)

RGB channels and saturation

R 16 of 255 = 6%
G 6 of 255 = 2%
B 78 of 255 = 31%

16
6
78

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

Portions of RGB colors in percentages

R + G + B = 16 + 6 + 78 = 100 (100%)
R 16 of 100 ~ 16%
G 6 of 100 ~ 6%
B 78 of 100 ~ 78'%

%16
%78

CMYK color model

#10064E color CMYK value is (79,92,0,69).

  • cyan value is 79.49%
  • magenta value is 92.31%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (79,92,0,69)
C79M92Y0K69 (79%, 92%, 0%, 69%)
(0.79 / 0.92 / 0.00 / 0.69)

CMYK percentages

%79.49
%92.31
%0
%69.41

Codes

Color #10064E in popluar color models

10 06 4E
RGB 16 6 78
HSL 248° 85.71% 16.47%
HSB/HSV 248° 92.31% 30.59%
CMYK 79.49% 92.31% 0.00%
69.41%

Color #10064E in popluar number systems.

HEX 10 06 4E
Decimal 16 6 78
Binary 10000 110 1001110
Octal 20 6 116

Shades and tints

Shades of #10064E

#10064E
(16,6,78)
#0F0647
(15,6,71)
#0E0640
(14,6,64)
#0D0639
(13,6,57)
#0C0632
(12,6,50)
#0B062B
(11,6,43)
#0A0624
(10,6,36)
#09061D
(9,6,29)
#080616
(8,6,22)
#07060F
(7,6,15)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #10064E

#10064E
(16,6,78)
#251C5E
(37,28,94)
#3A326E
(58,50,110)
#4F487E
(79,72,126)
#645E8E
(100,94,142)
#79749E
(121,116,158)
#8E8AAE
(142,138,174)
#A3A0BE
(163,160,190)
#B8B6CE
(184,182,206)
#CDCCDE
(205,204,222)
#E2E2EE
(226,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10064E color. Also use rgb(16,6,78) instead hex code.

Text Font Color

.myTextColor { color: #10064E; }

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

This text font color is #10064E.

Background Color

.myBgColor { background-color: #10064E; }

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

This div background color is #10064E.

Border color

.myBorderColor { border: 1px solid #10064E; }

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

This div border color is #10064E.

Opacity

.myOpacity80 { color: #10064E; opacity: 0.8; }

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

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

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

This text has shadow with #10064E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10064E.

Preview

Color preview on black background

This text has color #10064E on black background.


Color preview on white background

This text has color #10064E on white background.


Black color preview on #10064E background

This text has black color on #10064E background.


White color preview on #10064E background

This text has white color on #10064E background.


Related colors

Complementary color

Complementary color for #hex is #EFF9B1.


I love getcolorcode.com

Triadic colors

1 #4E1006 and #064E10 with #10064E are triadic colors.

2 #4E0610 and #06104E with #10064E are triadic colors.