COLOR #1A004A

HEX: #1A004A
RGB: (26,0,74)

Color info

#1A004A contains only red and blue colors. Web safe color of #1A004A is #000033 (or #003).

RGB color model

#1A004A color RGB value is (26,0,74).

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

RGB channels and saturation

R 26 of 255 = 10%
G 0 of 255 = 0%
B 74 of 255 = 29%

26
0
74

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

Portions of RGB colors in percentages

R + G + B =
26 + 0 + 74 = 100 (100%)
R 26 of 100 ~ 26%
G 0 of 100 ~ 0%
B 74 of 100 ~ 74%

%26
%74

CMYK color model

#1A004A color CMYK value is (65,100,0,71).

  • cyan value is 64.86%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(65,100,0,71)
C65M100Y0K71 
(65%,100%,0%,71%)
(0.65/1.00/0.00/0.71)	

CMYK percentages

%64.86
%100
%0
%70.98

Codes

Color #1A004A in popluar color models

1A004A
RGB26074
HSL261°100.00%14.51%
HSB/HSV261°100.00%29.02%
CMYK64.86%100.00%0.00%
70.98%

Color #1A004A in popluar number systems.

HEX1A004A
Decimal26074
Binary1101001001010
Octal320112

Shades and tints

Shades of #1A004A

#1A004A
(26,0,74)
#180044
(24,0,68)
#16003E
(22,0,62)
#140038
(20,0,56)
#120032
(18,0,50)
#10002C
(16,0,44)
#0E0026
(14,0,38)
#0C0020
(12,0,32)
#0A001A
(10,0,26)
#080014
(8,0,20)
#06000E
(6,0,14)
#000000
(0,0,0)

Tints of #1A004A

#1A004A
(26,0,74)
#2E175A
(46,23,90)
#422E6A
(66,46,106)
#56457A
(86,69,122)
#6A5C8A
(106,92,138)
#7E739A
(126,115,154)
#928AAA
(146,138,170)
#A6A1BA
(166,161,186)
#BAB8CA
(186,184,202)
#CECFDA
(206,207,218)
#E2E6EA
(226,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A004A; }

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

This text font color is #1A004A.


Background Color

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

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

This div background color is #1A004A.


Border color

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

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

This div border color is #1A004A.


Opacity

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

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

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

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

This text has shadow with #1A004A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A004A on black background.


Color preview on white background

This text has color #1A004A on white background.



Black color preview on #1A004A background

This text has black color on #1A004A background.


White color preview on #1A004A background

This text has white color on #1A004A background.