COLOR #001B3B

HEX: #001B3B
RGB: (0,27,59)

Color info

#001B3B contains only green and blue colors. Web safe color of #001B3B is #003333 (or #033).

RGB color model

#001B3B color RGB value is (0,27,59).

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

RGB channels and saturation

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

0
27
59

R + G + B ~ 11%. #001B3B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 59 = 86 (100%)
R 0 of 86 ~ 0%
G 27 of 86 ~ 31.4%
B 59 of 86 ~ 68.6%

%31.4
%68.6

CMYK color model

#001B3B color CMYK value is (100,54,0,77).

  • cyan value is 100.00%
  • magenta value is 54.24%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(100,54,0,77)
C100M54Y0K77 
(100%,54%,0%,77%)
(1.00/0.54/0.00/0.77)	

CMYK percentages

%100
%54.24
%0
%76.86

Codes

Color #001B3B in popluar color models

001B3B
RGB02759
HSL213°100.00%11.57%
HSB/HSV213°100.00%23.14%
CMYK100.00%54.24%0.00%
76.86%

Color #001B3B in popluar number systems.

HEX001B3B
Decimal02759
Binary011011111011
Octal03373

Shades and tints

Shades of #001B3B

#001B3B
(0,27,59)
#001936
(0,25,54)
#001731
(0,23,49)
#00152C
(0,21,44)
#001327
(0,19,39)
#001122
(0,17,34)
#000F1D
(0,15,29)
#000D18
(0,13,24)
#000B13
(0,11,19)
#00090E
(0,9,14)
#000709
(0,7,9)
#000000
(0,0,0)

Tints of #001B3B

#001B3B
(0,27,59)
#172F4C
(23,47,76)
#2E435D
(46,67,93)
#45576E
(69,87,110)
#5C6B7F
(92,107,127)
#737F90
(115,127,144)
#8A93A1
(138,147,161)
#A1A7B2
(161,167,178)
#B8BBC3
(184,187,195)
#CFCFD4
(207,207,212)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B3B; }

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

This text font color is #001B3B.


Background Color

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

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

This div background color is #001B3B.


Border color

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

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

This div border color is #001B3B.


Opacity

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

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

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

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

This text has shadow with #001B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B3B on black background.


Color preview on white background

This text has color #001B3B on white background.



Black color preview on #001B3B background

This text has black color on #001B3B background.


White color preview on #001B3B background

This text has white color on #001B3B background.