COLOR #1B003E

HEX: #1B003E RGB: (27,0,62)

Color info

#1B003E contains only red and blue colors. Web safe color of #1B003E is #330033 (or #303).

RGB color model

#1B003E color RGB value is (27,0,62).

RGB: (27,0,62) (11%, 0%, 24%)

RGB channels and saturation

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

27
0
62

R + G + B ~ 12%. #1B003E is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 0 + 62 = 89 (100%)
R 27 of 89 ~ 30.34%
G 0 of 89 ~ 0%
B 62 of 89 ~ 69.66'%

%30.34
%69.66

CMYK color model

#1B003E color CMYK value is (56,100,0,76).

  • cyan value is 56.45%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (56,100,0,76)
C56M100Y0K76 (56%, 100%, 0%, 76%)
(0.56 / 1.00 / 0.00 / 0.76)

CMYK percentages

%56.45
%100
%0
%75.69

Codes

Color #1B003E in popluar color models

1B 00 3E
RGB 27 0 62
HSL 266° 100.00% 12.16%
HSB/HSV 266° 100.00% 24.31%
CMYK 56.45% 100.00% 0.00%
75.69%

Color #1B003E in popluar number systems.

HEX 1B 00 3E
Decimal 27 0 62
Binary 11011 0 111110
Octal 33 0 76

Shades and tints

Shades of #1B003E

#1B003E
(27,0,62)
#190039
(25,0,57)
#170034
(23,0,52)
#15002F
(21,0,47)
#13002A
(19,0,42)
#110025
(17,0,37)
#0F0020
(15,0,32)
#0D001B
(13,0,27)
#0B0016
(11,0,22)
#090011
(9,0,17)
#07000C
(7,0,12)
#000000
(0,0,0)

Tints of #1B003E

#1B003E
(27,0,62)
#2F174F
(47,23,79)
#432E60
(67,46,96)
#574571
(87,69,113)
#6B5C82
(107,92,130)
#7F7393
(127,115,147)
#938AA4
(147,138,164)
#A7A1B5
(167,161,181)
#BBB8C6
(187,184,198)
#CFCFD7
(207,207,215)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B003E; }

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

This text font color is #1B003E.

Background Color

.myBgColor { background-color: #1B003E; }

<div style="background-color:#1B003E">Inner text</div>

This div background color is #1B003E.

Border color

.myBorderColor { border: 1px solid #1B003E; }

<div style="border:3px solid #1B003E">Div</div>

This div border color is #1B003E.

Opacity

.myOpacity80 { color: #1B003E; opacity: 0.8; }

<p style="color:#1B003E;opacity:0.8;">80%</p>

Text with #1B003E 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 #1B003E;}

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

This text has shadow with #1B003E color.


.textShadow {text-shadow: 3px 3px 1px #1B003E', 3px 3px 1px red;}

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

This text has shadow with #1B003E primary color and red secondary color.


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

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

This text has shadow with #1B003E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1B003E; -webkit-box-shadow: 1px 1px 3px 2px #1B003E; box-shadow:1px 1px 3px 2px #1B003E;">
Div content here
</div>

This div box has shadow with color #1B003E.

Preview

Color preview on black background

This text has color #1B003E on black background.


Color preview on white background

This text has color #1B003E on white background.


Black color preview on #1B003E background

This text has black color on #1B003E background.


White color preview on #1B003E background

This text has white color on #1B003E background.


Related colors

Complementary color

Complementary color for #hex is #E4FFC1.


I love getcolorcode.com

Triadic colors

1 #3E1B00 and #003E1B with #1B003E are triadic colors.

2 #3E001B and #001B3E with #1B003E are triadic colors.