COLOR #00001B

HEX: #00001B
RGB: (0,0,27)

Color info

#00001B contains only blue color. Web safe color of #00001B is #000033 (or #003).

RGB color model

#00001B color RGB value is (0,0,27).

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

RGB channels and saturation

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

0
0
27

R + G + B ~ 4%. #00001B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 27 = 27 (100%)
R 0 of 27 ~ 0%
G 0 of 27 ~ 0%
B 27 of 27 ~ 100%

%100

CMYK color model

#00001B color CMYK value is (100,100,0,89).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(100,100,0,89)
C100M100Y0K89 
(100%,100%,0%,89%)
(1.00/1.00/0.00/0.89)	

CMYK percentages

%100
%100
%0
%89.41

Codes

Color #00001B in popluar color models

00001B
RGB0027
HSL240°100.00%5.29%
HSB/HSV240°100.00%10.59%
CMYK100.00%100.00%0.00%
89.41%

Color #00001B in popluar number systems.

HEX00001B
Decimal0027
Binary0011011
Octal0033

Shades and tints

Shades of #00001B

#00001B
(0,0,27)
#000019
(0,0,25)
#000017
(0,0,23)
#000015
(0,0,21)
#000013
(0,0,19)
#000011
(0,0,17)
#00000F
(0,0,15)
#00000D
(0,0,13)
#00000B
(0,0,11)
#000009
(0,0,9)
#000007
(0,0,7)
#000000
(0,0,0)

Tints of #00001B

#00001B
(0,0,27)
#17172F
(23,23,47)
#2E2E43
(46,46,67)
#454557
(69,69,87)
#5C5C6B
(92,92,107)
#73737F
(115,115,127)
#8A8A93
(138,138,147)
#A1A1A7
(161,161,167)
#B8B8BB
(184,184,187)
#CFCFCF
(207,207,207)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00001B; }

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

This text font color is #00001B.


Background Color

.myBgColor { background-color: #00001B; }

<div style="background-color:#00001B">Inner text</div>

This div background color is #00001B.


Border color

.myBorderColor { border: 1px solid #00001B; }

<div style="border:3px solid #00001B">Div</div>

This div border color is #00001B.


Opacity

.myOpacity80 { color: #00001B; opacity: 0.8; }

<p style="color:#00001B;opacity:0.8;">80%</p>

Text with #00001B 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 #00001B;}

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

This text has shadow with #00001B color.

.textShadow {text-shadow: 3px 3px 1px #00001B, 3px 3px 1px red;}

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

This text has shadow with #00001B primary color and red secondary color.


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

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

This text has shadow with #00001B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00001B on black background.


Color preview on white background

This text has color #00001B on white background.



Black color preview on #00001B background

This text has black color on #00001B background.


White color preview on #00001B background

This text has white color on #00001B background.