COLOR #001B69

HEX: #001B69
RGB: (0,27,105)

Color info

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

RGB color model

#001B69 color RGB value is (0,27,105).

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

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 105 of 255 = 41%

0
27
105

R + G + B ~ 17%. #001B69 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 105 = 132 (100%)
R 0 of 132 ~ 0%
G 27 of 132 ~ 20.45%
B 105 of 132 ~ 79.55%

%20.45
%79.55

CMYK color model

#001B69 color CMYK value is (100,74,0,59).

  • cyan value is 100.00%
  • magenta value is 74.29%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(100,74,0,59)
C100M74Y0K59 
(100%,74%,0%,59%)
(1.00/0.74/0.00/0.59)	

CMYK percentages

%100
%74.29
%0
%58.82

Codes

Color #001B69 in popluar color models

001B69
RGB027105
HSL225°100.00%20.59%
HSB/HSV225°100.00%41.18%
CMYK100.00%74.29%0.00%
58.82%

Color #001B69 in popluar number systems.

HEX001B69
Decimal027105
Binary0110111101001
Octal033151

Shades and tints

Shades of #001B69

#001B69
(0,27,105)
#001960
(0,25,96)
#001757
(0,23,87)
#00154E
(0,21,78)
#001345
(0,19,69)
#00113C
(0,17,60)
#000F33
(0,15,51)
#000D2A
(0,13,42)
#000B21
(0,11,33)
#000918
(0,9,24)
#00070F
(0,7,15)
#000000
(0,0,0)

Tints of #001B69

#001B69
(0,27,105)
#172F76
(23,47,118)
#2E4383
(46,67,131)
#455790
(69,87,144)
#5C6B9D
(92,107,157)
#737FAA
(115,127,170)
#8A93B7
(138,147,183)
#A1A7C4
(161,167,196)
#B8BBD1
(184,187,209)
#CFCFDE
(207,207,222)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B69; }

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

This text font color is #001B69.


Background Color

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

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

This div background color is #001B69.


Border color

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

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

This div border color is #001B69.


Opacity

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

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

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

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

This text has shadow with #001B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B69 on black background.


Color preview on white background

This text has color #001B69 on white background.



Black color preview on #001B69 background

This text has black color on #001B69 background.


White color preview on #001B69 background

This text has white color on #001B69 background.