COLOR #001A30

HEX: #001A30
RGB: (0,26,48)

Color info

#001A30 contains only green and blue colors. Web safe color of #001A30 is #000033 (or #003).

RGB color model

#001A30 color RGB value is (0,26,48).

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

RGB channels and saturation

R 0 of 255 = 0%
G 26 of 255 = 10%
B 48 of 255 = 19%

0
26
48

R + G + B ~ 10%. #001A30 is dark color.

Portions of RGB colors in percentages

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

%35.14
%64.86

CMYK color model

#001A30 color CMYK value is (100,46,0,81).

  • cyan value is 100.00%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(100,46,0,81)
C100M46Y0K81 
(100%,46%,0%,81%)
(1.00/0.46/0.00/0.81)	

CMYK percentages

%100
%45.83
%0
%81.18

Codes

Color #001A30 in popluar color models

001A30
RGB02648
HSL208°100.00%9.41%
HSB/HSV208°100.00%18.82%
CMYK100.00%45.83%0.00%
81.18%

Color #001A30 in popluar number systems.

HEX001A30
Decimal02648
Binary011010110000
Octal03260

Shades and tints

Shades of #001A30

#001A30
(0,26,48)
#00182C
(0,24,44)
#001628
(0,22,40)
#001424
(0,20,36)
#001220
(0,18,32)
#00101C
(0,16,28)
#000E18
(0,14,24)
#000C14
(0,12,20)
#000A10
(0,10,16)
#00080C
(0,8,12)
#000608
(0,6,8)
#000000
(0,0,0)

Tints of #001A30

#001A30
(0,26,48)
#172E42
(23,46,66)
#2E4254
(46,66,84)
#455666
(69,86,102)
#5C6A78
(92,106,120)
#737E8A
(115,126,138)
#8A929C
(138,146,156)
#A1A6AE
(161,166,174)
#B8BAC0
(184,186,192)
#CFCED2
(207,206,210)
#E6E2E4
(230,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001A30; }

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

This text font color is #001A30.


Background Color

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

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

This div background color is #001A30.


Border color

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

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

This div border color is #001A30.


Opacity

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

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

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

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

This text has shadow with #001A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001A30 on black background.


Color preview on white background

This text has color #001A30 on white background.



Black color preview on #001A30 background

This text has black color on #001A30 background.


White color preview on #001A30 background

This text has white color on #001A30 background.