COLOR #001A60

HEX: #001A60
RGB: (0,26,96)

Color info

#001A60 contains mainly blue color. Web safe color of #001A60 is #000066 (or #006).

RGB color model

#001A60 color RGB value is (0,26,96).

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

RGB channels and saturation

R 0 of 255 = 0%
G 26 of 255 = 10%
B 96 of 255 = 38%

0
26
96

R + G + B ~ 16%. #001A60 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 26 + 96 = 122 (100%)
R 0 of 122 ~ 0%
G 26 of 122 ~ 21.31%
B 96 of 122 ~ 78.69%

%21.31
%78.69

CMYK color model

#001A60 color CMYK value is (100,73,0,62).

  • cyan value is 100.00%
  • magenta value is 72.92%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(100,73,0,62)
C100M73Y0K62 
(100%,73%,0%,62%)
(1.00/0.73/0.00/0.62)	

CMYK percentages

%100
%72.92
%0
%62.35

Codes

Color #001A60 in popluar color models

001A60
RGB02696
HSL224°100.00%18.82%
HSB/HSV224°100.00%37.65%
CMYK100.00%72.92%0.00%
62.35%

Color #001A60 in popluar number systems.

HEX001A60
Decimal02696
Binary0110101100000
Octal032140

Shades and tints

Shades of #001A60

#001A60
(0,26,96)
#001858
(0,24,88)
#001650
(0,22,80)
#001448
(0,20,72)
#001240
(0,18,64)
#001038
(0,16,56)
#000E30
(0,14,48)
#000C28
(0,12,40)
#000A20
(0,10,32)
#000818
(0,8,24)
#000610
(0,6,16)
#000000
(0,0,0)

Tints of #001A60

#001A60
(0,26,96)
#172E6E
(23,46,110)
#2E427C
(46,66,124)
#45568A
(69,86,138)
#5C6A98
(92,106,152)
#737EA6
(115,126,166)
#8A92B4
(138,146,180)
#A1A6C2
(161,166,194)
#B8BAD0
(184,186,208)
#CFCEDE
(207,206,222)
#E6E2EC
(230,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001A60; }

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

This text font color is #001A60.


Background Color

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

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

This div background color is #001A60.


Border color

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

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

This div border color is #001A60.


Opacity

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

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

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

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

This text has shadow with #001A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001A60 on black background.


Color preview on white background

This text has color #001A60 on white background.



Black color preview on #001A60 background

This text has black color on #001A60 background.


White color preview on #001A60 background

This text has white color on #001A60 background.