COLOR #001B6A

HEX: #001B6A
RGB: (0,27,106)

Color info

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

RGB color model

#001B6A color RGB value is (0,27,106).

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

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 106 of 255 = 42%

0
27
106

R + G + B ~ 18%. #001B6A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 106 = 133 (100%)
R 0 of 133 ~ 0%
G 27 of 133 ~ 20.3%
B 106 of 133 ~ 79.7%

%20.3
%79.7

CMYK color model

#001B6A color CMYK value is (100,75,0,58).

  • cyan value is 100.00%
  • magenta value is 74.53%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(100,75,0,58)
C100M75Y0K58 
(100%,75%,0%,58%)
(1.00/0.75/0.00/0.58)	

CMYK percentages

%100
%74.53
%0
%58.43

Codes

Color #001B6A in popluar color models

001B6A
RGB027106
HSL225°100.00%20.78%
HSB/HSV225°100.00%41.57%
CMYK100.00%74.53%0.00%
58.43%

Color #001B6A in popluar number systems.

HEX001B6A
Decimal027106
Binary0110111101010
Octal033152

Shades and tints

Shades of #001B6A

#001B6A
(0,27,106)
#001961
(0,25,97)
#001758
(0,23,88)
#00154F
(0,21,79)
#001346
(0,19,70)
#00113D
(0,17,61)
#000F34
(0,15,52)
#000D2B
(0,13,43)
#000B22
(0,11,34)
#000919
(0,9,25)
#000710
(0,7,16)
#000000
(0,0,0)

Tints of #001B6A

#001B6A
(0,27,106)
#172F77
(23,47,119)
#2E4384
(46,67,132)
#455791
(69,87,145)
#5C6B9E
(92,107,158)
#737FAB
(115,127,171)
#8A93B8
(138,147,184)
#A1A7C5
(161,167,197)
#B8BBD2
(184,187,210)
#CFCFDF
(207,207,223)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B6A; }

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

This text font color is #001B6A.


Background Color

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

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

This div background color is #001B6A.


Border color

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

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

This div border color is #001B6A.


Opacity

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

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

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

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

This text has shadow with #001B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B6A on black background.


Color preview on white background

This text has color #001B6A on white background.



Black color preview on #001B6A background

This text has black color on #001B6A background.


White color preview on #001B6A background

This text has white color on #001B6A background.