COLOR #001B9D

HEX: #001B9D
RGB: (0,27,157)

Color info

#001B9D contains mainly blue color. Web safe color of #001B9D is #003399 (or #039).

RGB color model

#001B9D color RGB value is (0,27,157).

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

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 157 of 255 = 62%

0
27
157

R + G + B ~ 24%. #001B9D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 157 = 184 (100%)
R 0 of 184 ~ 0%
G 27 of 184 ~ 14.67%
B 157 of 184 ~ 85.33%

%14.67
%85.33

CMYK color model

#001B9D color CMYK value is (100,83,0,38).

  • cyan value is 100.00%
  • magenta value is 82.80%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(100,83,0,38)
C100M83Y0K38 
(100%,83%,0%,38%)
(1.00/0.83/0.00/0.38)	

CMYK percentages

%100
%82.8
%0
%38.43

Codes

Color #001B9D in popluar color models

001B9D
RGB027157
HSL230°100.00%30.78%
HSB/HSV230°100.00%61.57%
CMYK100.00%82.80%0.00%
38.43%

Color #001B9D in popluar number systems.

HEX001B9D
Decimal027157
Binary01101110011101
Octal033235

Shades and tints

Shades of #001B9D

#001B9D
(0,27,157)
#00198F
(0,25,143)
#001781
(0,23,129)
#001573
(0,21,115)
#001365
(0,19,101)
#001157
(0,17,87)
#000F49
(0,15,73)
#000D3B
(0,13,59)
#000B2D
(0,11,45)
#00091F
(0,9,31)
#000711
(0,7,17)
#000000
(0,0,0)

Tints of #001B9D

#001B9D
(0,27,157)
#172FA5
(23,47,165)
#2E43AD
(46,67,173)
#4557B5
(69,87,181)
#5C6BBD
(92,107,189)
#737FC5
(115,127,197)
#8A93CD
(138,147,205)
#A1A7D5
(161,167,213)
#B8BBDD
(184,187,221)
#CFCFE5
(207,207,229)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B9D; }

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

This text font color is #001B9D.


Background Color

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

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

This div background color is #001B9D.


Border color

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

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

This div border color is #001B9D.


Opacity

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

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

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

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

This text has shadow with #001B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B9D on black background.


Color preview on white background

This text has color #001B9D on white background.



Black color preview on #001B9D background

This text has black color on #001B9D background.


White color preview on #001B9D background

This text has white color on #001B9D background.