COLOR #001B4A

HEX: #001B4A
RGB: (0,27,74)

Color info

#001B4A contains only green and blue colors. Web safe color of #001B4A is #003333 (or #033).

RGB color model

#001B4A color RGB value is (0,27,74).

  • red value is 0;
  • green value is 27;
  • blue value is 74.
RGB:
(0,27,74)
(0%,11%,29%)

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 74 of 255 = 29%

0
27
74

R + G + B ~ 13%. #001B4A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 74 = 101 (100%)
R 0 of 101 ~ 0%
G 27 of 101 ~ 26.73%
B 74 of 101 ~ 73.27%

%26.73
%73.27

CMYK color model

#001B4A color CMYK value is (100,64,0,71).

  • cyan value is 100.00%
  • magenta value is 63.51%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(100,64,0,71)
C100M64Y0K71 
(100%,64%,0%,71%)
(1.00/0.64/0.00/0.71)	

CMYK percentages

%100
%63.51
%0
%70.98

Codes

Color #001B4A in popluar color models

001B4A
RGB02774
HSL218°100.00%14.51%
HSB/HSV218°100.00%29.02%
CMYK100.00%63.51%0.00%
70.98%

Color #001B4A in popluar number systems.

HEX001B4A
Decimal02774
Binary0110111001010
Octal033112

Shades and tints

Shades of #001B4A

#001B4A
(0,27,74)
#001944
(0,25,68)
#00173E
(0,23,62)
#001538
(0,21,56)
#001332
(0,19,50)
#00112C
(0,17,44)
#000F26
(0,15,38)
#000D20
(0,13,32)
#000B1A
(0,11,26)
#000914
(0,9,20)
#00070E
(0,7,14)
#000000
(0,0,0)

Tints of #001B4A

#001B4A
(0,27,74)
#172F5A
(23,47,90)
#2E436A
(46,67,106)
#45577A
(69,87,122)
#5C6B8A
(92,107,138)
#737F9A
(115,127,154)
#8A93AA
(138,147,170)
#A1A7BA
(161,167,186)
#B8BBCA
(184,187,202)
#CFCFDA
(207,207,218)
#E6E3EA
(230,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001B4A color. Also use rgb(0,27,74) instead hex code.

Text Font Color

.myTextColor { color: #001B4A; }

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

This text font color is #001B4A.


Background Color

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

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

This div background color is #001B4A.


Border color

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

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

This div border color is #001B4A.


Opacity

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

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

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

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

This text has shadow with #001B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B4A on black background.


Color preview on white background

This text has color #001B4A on white background.



Black color preview on #001B4A background

This text has black color on #001B4A background.


White color preview on #001B4A background

This text has white color on #001B4A background.