COLOR #001B4B

HEX: #001B4B
RGB: (0,27,75)

Color info

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

RGB color model

#001B4B color RGB value is (0,27,75).

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

RGB channels and saturation

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

0
27
75

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

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 75 = 102 (100%)
R 0 of 102 ~ 0%
G 27 of 102 ~ 26.47%
B 75 of 102 ~ 73.53%

%26.47
%73.53

CMYK color model

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

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

CMYK percentages

%100
%64
%0
%70.59

Codes

Color #001B4B in popluar color models

001B4B
RGB02775
HSL218°100.00%14.71%
HSB/HSV218°100.00%29.41%
CMYK100.00%64.00%0.00%
70.59%

Color #001B4B in popluar number systems.

HEX001B4B
Decimal02775
Binary0110111001011
Octal033113

Shades and tints

Shades of #001B4B

#001B4B
(0,27,75)
#001945
(0,25,69)
#00173F
(0,23,63)
#001539
(0,21,57)
#001333
(0,19,51)
#00112D
(0,17,45)
#000F27
(0,15,39)
#000D21
(0,13,33)
#000B1B
(0,11,27)
#000915
(0,9,21)
#00070F
(0,7,15)
#000000
(0,0,0)

Tints of #001B4B

#001B4B
(0,27,75)
#172F5B
(23,47,91)
#2E436B
(46,67,107)
#45577B
(69,87,123)
#5C6B8B
(92,107,139)
#737F9B
(115,127,155)
#8A93AB
(138,147,171)
#A1A7BB
(161,167,187)
#B8BBCB
(184,187,203)
#CFCFDB
(207,207,219)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B4B; }

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

This text font color is #001B4B.


Background Color

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

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

This div background color is #001B4B.


Border color

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

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

This div border color is #001B4B.


Opacity

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

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

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

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

This text has shadow with #001B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B4B on black background.


Color preview on white background

This text has color #001B4B on white background.



Black color preview on #001B4B background

This text has black color on #001B4B background.


White color preview on #001B4B background

This text has white color on #001B4B background.