COLOR #1B004B

HEX: #1B004B RGB: (27,0,75)

Color info

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

RGB color model

#1B004B color RGB value is (27,0,75).

RGB: (27,0,75) (11%, 0%, 29%)

RGB channels and saturation

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

27
0
75

R + G + B ~ 13%. #1B004B is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 0 + 75 = 102 (100%)
R 27 of 102 ~ 26.47%
G 0 of 102 ~ 0%
B 75 of 102 ~ 73.53'%

%26.47
%73.53

CMYK color model

#1B004B color CMYK value is (64,100,0,71).

  • cyan value is 64.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (64,100,0,71)
C64M100Y0K71 (64%, 100%, 0%, 71%)
(0.64 / 1.00 / 0.00 / 0.71)

CMYK percentages

%64
%100
%0
%70.59

Codes

Color #1B004B in popluar color models

1B 00 4B
RGB 27 0 75
HSL 262° 100.00% 14.71%
HSB/HSV 262° 100.00% 29.41%
CMYK 64.00% 100.00% 0.00%
70.59%

Color #1B004B in popluar number systems.

HEX 1B 00 4B
Decimal 27 0 75
Binary 11011 0 1001011
Octal 33 0 113

Shades and tints

Shades of #1B004B

#1B004B
(27,0,75)
#190045
(25,0,69)
#17003F
(23,0,63)
#150039
(21,0,57)
#130033
(19,0,51)
#11002D
(17,0,45)
#0F0027
(15,0,39)
#0D0021
(13,0,33)
#0B001B
(11,0,27)
#090015
(9,0,21)
#07000F
(7,0,15)
#000000
(0,0,0)

Tints of #1B004B

#1B004B
(27,0,75)
#2F175B
(47,23,91)
#432E6B
(67,46,107)
#57457B
(87,69,123)
#6B5C8B
(107,92,139)
#7F739B
(127,115,155)
#938AAB
(147,138,171)
#A7A1BB
(167,161,187)
#BBB8CB
(187,184,203)
#CFCFDB
(207,207,219)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B004B; }

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

This text font color is #1B004B.

Background Color

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

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

This div background color is #1B004B.

Border color

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

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

This div border color is #1B004B.

Opacity

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

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

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

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

This text has shadow with #1B004B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B004B.

Preview

Color preview on black background

This text has color #1B004B on black background.


Color preview on white background

This text has color #1B004B on white background.


Black color preview on #1B004B background

This text has black color on #1B004B background.


White color preview on #1B004B background

This text has white color on #1B004B background.


Related colors

Complementary color

Complementary color for #hex is #E4FFB4.


I love getcolorcode.com

Triadic colors

1 #4B1B00 and #004B1B with #1B004B are triadic colors.

2 #4B001B and #001B4B with #1B004B are triadic colors.