COLOR #1A004E

HEX: #1A004E
RGB: (26,0,78)

Color info

#1A004E contains only red and blue colors. Web safe color of #1A004E is #000066 (or #006).

RGB color model

#1A004E color RGB value is (26,0,78).

  • red value is 26;
  • green value is 0;
  • blue value is 78.
RGB:
(26,0,78)
(10%,0%,31%)

RGB channels and saturation

R 26 of 255 = 10%
G 0 of 255 = 0%
B 78 of 255 = 31%

26
0
78

R + G + B ~ 14%. #1A004E is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 0 + 78 = 104 (100%)
R 26 of 104 ~ 25%
G 0 of 104 ~ 0%
B 78 of 104 ~ 75%

%25
%75

CMYK color model

#1A004E color CMYK value is (67,100,0,69).

  • cyan value is 66.67%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(67,100,0,69)
C67M100Y0K69 
(67%,100%,0%,69%)
(0.67/1.00/0.00/0.69)	

CMYK percentages

%66.67
%100
%0
%69.41

Codes

Color #1A004E in popluar color models

1A004E
RGB26078
HSL260°100.00%15.29%
HSB/HSV260°100.00%30.59%
CMYK66.67%100.00%0.00%
69.41%

Color #1A004E in popluar number systems.

HEX1A004E
Decimal26078
Binary1101001001110
Octal320116

Shades and tints

Shades of #1A004E

#1A004E
(26,0,78)
#180047
(24,0,71)
#160040
(22,0,64)
#140039
(20,0,57)
#120032
(18,0,50)
#10002B
(16,0,43)
#0E0024
(14,0,36)
#0C001D
(12,0,29)
#0A0016
(10,0,22)
#08000F
(8,0,15)
#060008
(6,0,8)
#000000
(0,0,0)

Tints of #1A004E

#1A004E
(26,0,78)
#2E175E
(46,23,94)
#422E6E
(66,46,110)
#56457E
(86,69,126)
#6A5C8E
(106,92,142)
#7E739E
(126,115,158)
#928AAE
(146,138,174)
#A6A1BE
(166,161,190)
#BAB8CE
(186,184,206)
#CECFDE
(206,207,222)
#E2E6EE
(226,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A004E color. Also use rgb(26,0,78) instead hex code.

Text Font Color

.myTextColor { color: #1A004E; }

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

This text font color is #1A004E.


Background Color

.myBgColor { background-color: #1A004E; }

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

This div background color is #1A004E.


Border color

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

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

This div border color is #1A004E.


Opacity

.myOpacity80 { color: #1A004E; opacity: 0.8; }

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

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

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

This text has shadow with #1A004E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A004E on black background.


Color preview on white background

This text has color #1A004E on white background.



Black color preview on #1A004E background

This text has black color on #1A004E background.


White color preview on #1A004E background

This text has white color on #1A004E background.