COLOR #1A093F

HEX: #1A093F
RGB: (26,9,63)

Color info

#1A093F contains red, green and blue colors in about the same proportion. Web safe color of #1A093F is #000033 (or #003).

RGB color model

#1A093F color RGB value is (26,9,63).

  • red value is 26;
  • green value is 9;
  • blue value is 63.
RGB:
(26,9,63)
(10%,4%,25%)

RGB channels and saturation

R 26 of 255 = 10%
G 9 of 255 = 4%
B 63 of 255 = 25%

26
9
63

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

Portions of RGB colors in percentages

R + G + B =
26 + 9 + 63 = 98 (100%)
R 26 of 98 ~ 26.53%
G 9 of 98 ~ 9.18%
B 63 of 98 ~ 64.29%

%26.53
%64.29

CMYK color model

#1A093F color CMYK value is (59,86,0,75).

  • cyan value is 58.73%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(59,86,0,75)
C59M86Y0K75 
(59%,86%,0%,75%)
(0.59/0.86/0.00/0.75)	

CMYK percentages

%58.73
%85.71
%0
%75.29

Codes

Color #1A093F in popluar color models

1A093F
RGB26963
HSL259°75.00%14.12%
HSB/HSV259°85.71%24.71%
CMYK58.73%85.71%0.00%
75.29%

Color #1A093F in popluar number systems.

HEX1A093F
Decimal26963
Binary110101001111111
Octal321177

Shades and tints

Shades of #1A093F

#1A093F
(26,9,63)
#18093A
(24,9,58)
#160935
(22,9,53)
#140930
(20,9,48)
#12092B
(18,9,43)
#100926
(16,9,38)
#0E0921
(14,9,33)
#0C091C
(12,9,28)
#0A0917
(10,9,23)
#080912
(8,9,18)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #1A093F

#1A093F
(26,9,63)
#2E1F50
(46,31,80)
#423561
(66,53,97)
#564B72
(86,75,114)
#6A6183
(106,97,131)
#7E7794
(126,119,148)
#928DA5
(146,141,165)
#A6A3B6
(166,163,182)
#BAB9C7
(186,185,199)
#CECFD8
(206,207,216)
#E2E5E9
(226,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A093F color. Also use rgb(26,9,63) instead hex code.

Text Font Color

.myTextColor { color: #1A093F; }

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

This text font color is #1A093F.


Background Color

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

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

This div background color is #1A093F.


Border color

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

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

This div border color is #1A093F.


Opacity

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

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

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

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

This text has shadow with #1A093F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A093F on black background.


Color preview on white background

This text has color #1A093F on white background.



Black color preview on #1A093F background

This text has black color on #1A093F background.


White color preview on #1A093F background

This text has white color on #1A093F background.