COLOR #1B0055

HEX: #1B0055 RGB: (27,0,85)

Color info

#1B0055 contains only red and blue colors. Web safe color of #1B0055 is #330066 (or #306).

RGB color model

#1B0055 color RGB value is (27,0,85).

RGB: (27,0,85) (11%, 0%, 33%)

RGB channels and saturation

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

27
0
85

R + G + B ~ 15%. #1B0055 is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 0 + 85 = 112 (100%)
R 27 of 112 ~ 24.11%
G 0 of 112 ~ 0%
B 85 of 112 ~ 75.89'%

%24.11
%75.89

CMYK color model

#1B0055 color CMYK value is (68,100,0,67).

  • cyan value is 68.24%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (68,100,0,67)
C68M100Y0K67 (68%, 100%, 0%, 67%)
(0.68 / 1.00 / 0.00 / 0.67)

CMYK percentages

%68.24
%100
%0
%66.67

Codes

Color #1B0055 in popluar color models

1B 00 55
RGB 27 0 85
HSL 259° 100.00% 16.67%
HSB/HSV 259° 100.00% 33.33%
CMYK 68.24% 100.00% 0.00%
66.67%

Color #1B0055 in popluar number systems.

HEX 1B 00 55
Decimal 27 0 85
Binary 11011 0 1010101
Octal 33 0 125

Shades and tints

Shades of #1B0055

#1B0055
(27,0,85)
#19004E
(25,0,78)
#170047
(23,0,71)
#150040
(21,0,64)
#130039
(19,0,57)
#110032
(17,0,50)
#0F002B
(15,0,43)
#0D0024
(13,0,36)
#0B001D
(11,0,29)
#090016
(9,0,22)
#07000F
(7,0,15)
#000000
(0,0,0)

Tints of #1B0055

#1B0055
(27,0,85)
#2F1764
(47,23,100)
#432E73
(67,46,115)
#574582
(87,69,130)
#6B5C91
(107,92,145)
#7F73A0
(127,115,160)
#938AAF
(147,138,175)
#A7A1BE
(167,161,190)
#BBB8CD
(187,184,205)
#CFCFDC
(207,207,220)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B0055; }

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

This text font color is #1B0055.

Background Color

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

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

This div background color is #1B0055.

Border color

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

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

This div border color is #1B0055.

Opacity

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

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

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

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

This text has shadow with #1B0055 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B0055.

Preview

Color preview on black background

This text has color #1B0055 on black background.


Color preview on white background

This text has color #1B0055 on white background.


Black color preview on #1B0055 background

This text has black color on #1B0055 background.


White color preview on #1B0055 background

This text has white color on #1B0055 background.


Related colors

Complementary color

Complementary color for #hex is #E4FFAA.


I love getcolorcode.com

Triadic colors

1 #551B00 and #00551B with #1B0055 are triadic colors.

2 #55001B and #001B55 with #1B0055 are triadic colors.