COLOR #001B74

HEX: #001B74
RGB: (0,27,116)

Color info

#001B74 contains mainly blue color. Web safe color of #001B74 is #003366 (or #036).

RGB color model

#001B74 color RGB value is (0,27,116).

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

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 116 of 255 = 45%

0
27
116

R + G + B ~ 19%. #001B74 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 116 = 143 (100%)
R 0 of 143 ~ 0%
G 27 of 143 ~ 18.88%
B 116 of 143 ~ 81.12%

%18.88
%81.12

CMYK color model

#001B74 color CMYK value is (100,77,0,55).

  • cyan value is 100.00%
  • magenta value is 76.72%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(100,77,0,55)
C100M77Y0K55 
(100%,77%,0%,55%)
(1.00/0.77/0.00/0.55)	

CMYK percentages

%100
%76.72
%0
%54.51

Codes

Color #001B74 in popluar color models

001B74
RGB027116
HSL226°100.00%22.75%
HSB/HSV226°100.00%45.49%
CMYK100.00%76.72%0.00%
54.51%

Color #001B74 in popluar number systems.

HEX001B74
Decimal027116
Binary0110111110100
Octal033164

Shades and tints

Shades of #001B74

#001B74
(0,27,116)
#00196A
(0,25,106)
#001760
(0,23,96)
#001556
(0,21,86)
#00134C
(0,19,76)
#001142
(0,17,66)
#000F38
(0,15,56)
#000D2E
(0,13,46)
#000B24
(0,11,36)
#00091A
(0,9,26)
#000710
(0,7,16)
#000000
(0,0,0)

Tints of #001B74

#001B74
(0,27,116)
#172F80
(23,47,128)
#2E438C
(46,67,140)
#455798
(69,87,152)
#5C6BA4
(92,107,164)
#737FB0
(115,127,176)
#8A93BC
(138,147,188)
#A1A7C8
(161,167,200)
#B8BBD4
(184,187,212)
#CFCFE0
(207,207,224)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B74; }

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

This text font color is #001B74.


Background Color

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

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

This div background color is #001B74.


Border color

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

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

This div border color is #001B74.


Opacity

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

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

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

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

This text has shadow with #001B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B74 on black background.


Color preview on white background

This text has color #001B74 on white background.



Black color preview on #001B74 background

This text has black color on #001B74 background.


White color preview on #001B74 background

This text has white color on #001B74 background.