COLOR #001A33

HEX: #001A33 RGB: (0,26,51)

Color info

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

RGB color model

#001A33 color RGB value is (0,26,51).

RGB: (0,26,51) (0%, 10%, 20%)

RGB channels and saturation

R 0 of 255 = 0%
G 26 of 255 = 10%
B 51 of 255 = 20%

0
26
51

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

Portions of RGB colors in percentages

R + G + B = 0 + 26 + 51 = 77 (100%)
R 0 of 77 ~ 0%
G 26 of 77 ~ 33.77%
B 51 of 77 ~ 66.23'%

%33.77
%66.23

CMYK color model

#001A33 color CMYK value is (100,49,0,80).

  • cyan value is 100.00%
  • magenta value is 49.02%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (100,49,0,80)
C100M49Y0K80 (100%, 49%, 0%, 80%)
(1.00 / 0.49 / 0.00 / 0.80)

CMYK percentages

%100
%49.02
%0
%80

Codes

Color #001A33 in popluar color models

00 1A 33
RGB 0 26 51
HSL 209° 100.00% 10.00%
HSB/HSV 209° 100.00% 20.00%
CMYK 100.00% 49.02% 0.00%
80.00%

Color #001A33 in popluar number systems.

HEX 00 1A 33
Decimal 0 26 51
Binary 0 11010 110011
Octal 0 32 63

Shades and tints

Shades of #001A33

#001A33
(0,26,51)
#00182F
(0,24,47)
#00162B
(0,22,43)
#001427
(0,20,39)
#001223
(0,18,35)
#00101F
(0,16,31)
#000E1B
(0,14,27)
#000C17
(0,12,23)
#000A13
(0,10,19)
#00080F
(0,8,15)
#00060B
(0,6,11)
#000000
(0,0,0)

Tints of #001A33

#001A33
(0,26,51)
#172E45
(23,46,69)
#2E4257
(46,66,87)
#455669
(69,86,105)
#5C6A7B
(92,106,123)
#737E8D
(115,126,141)
#8A929F
(138,146,159)
#A1A6B1
(161,166,177)
#B8BAC3
(184,186,195)
#CFCED5
(207,206,213)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001A33; }

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

This text font color is #001A33.

Background Color

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

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

This div background color is #001A33.

Border color

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

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

This div border color is #001A33.

Opacity

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

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

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

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

This text has shadow with #001A33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001A33.

Preview

Color preview on black background

This text has color #001A33 on black background.


Color preview on white background

This text has color #001A33 on white background.


Black color preview on #001A33 background

This text has black color on #001A33 background.


White color preview on #001A33 background

This text has white color on #001A33 background.


Related colors

Complementary color

Complementary color for #hex is #FFE5CC.


I love getcolorcode.com

Triadic colors

1 #33001A and #1A3300 with #001A33 are triadic colors.

2 #331A00 and #1A0033 with #001A33 are triadic colors.