COLOR #001A53

HEX: #001A53
RGB: (0,26,83)

Color info

#001A53 contains only green and blue colors. Web safe color of #001A53 is #000066 (or #006).

RGB color model

#001A53 color RGB value is (0,26,83).

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

RGB channels and saturation

R 0 of 255 = 0%
G 26 of 255 = 10%
B 83 of 255 = 33%

0
26
83

R + G + B ~ 14%. #001A53 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 26 + 83 = 109 (100%)
R 0 of 109 ~ 0%
G 26 of 109 ~ 23.85%
B 83 of 109 ~ 76.15%

%23.85
%76.15

CMYK color model

#001A53 color CMYK value is (100,69,0,67).

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

CMYK percentages

%100
%68.67
%0
%67.45

Codes

Color #001A53 in popluar color models

001A53
RGB02683
HSL221°100.00%16.27%
HSB/HSV221°100.00%32.55%
CMYK100.00%68.67%0.00%
67.45%

Color #001A53 in popluar number systems.

HEX001A53
Decimal02683
Binary0110101010011
Octal032123

Shades and tints

Shades of #001A53

#001A53
(0,26,83)
#00184C
(0,24,76)
#001645
(0,22,69)
#00143E
(0,20,62)
#001237
(0,18,55)
#001030
(0,16,48)
#000E29
(0,14,41)
#000C22
(0,12,34)
#000A1B
(0,10,27)
#000814
(0,8,20)
#00060D
(0,6,13)
#000000
(0,0,0)

Tints of #001A53

#001A53
(0,26,83)
#172E62
(23,46,98)
#2E4271
(46,66,113)
#455680
(69,86,128)
#5C6A8F
(92,106,143)
#737E9E
(115,126,158)
#8A92AD
(138,146,173)
#A1A6BC
(161,166,188)
#B8BACB
(184,186,203)
#CFCEDA
(207,206,218)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001A53 color. Also use rgb(0,26,83) instead hex code.

Text Font Color

.myTextColor { color: #001A53; }

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

This text font color is #001A53.


Background Color

.myBgColor { background-color: #001A53; }

<div style="background-color:#001A53">Inner text</div>

This div background color is #001A53.


Border color

.myBorderColor { border: 1px solid #001A53; }

<div style="border:3px solid #001A53">Div</div>

This div border color is #001A53.


Opacity

.myOpacity80 { color: #001A53; opacity: 0.8; }

<p style="color:#001A53;opacity:0.8;">80%</p>

Text with #001A53 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 #001A53;}

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

This text has shadow with #001A53 color.

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

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

This text has shadow with #001A53 primary color and red secondary color.


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

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

This text has shadow with #001A53 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001A53 on black background.


Color preview on white background

This text has color #001A53 on white background.



Black color preview on #001A53 background

This text has black color on #001A53 background.


White color preview on #001A53 background

This text has white color on #001A53 background.