COLOR #1B335D

HEX: #1B335D RGB: (27,51,93)

Color info

#1B335D contains mainly green and blue colors. Web safe color of #1B335D is #333366 (or #336).

RGB color model

#1B335D color RGB value is (27,51,93).

RGB: (27,51,93) (11%, 20%, 36%)

RGB channels and saturation

R 27 of 255 = 11%
G 51 of 255 = 20%
B 93 of 255 = 36%

27
51
93

R + G + B ~ 22%. #1B335D is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 51 + 93 = 171 (100%)
R 27 of 171 ~ 15.79%
G 51 of 171 ~ 29.82%
B 93 of 171 ~ 54.39'%

%15.79
%29.82
%54.39

CMYK color model

#1B335D color CMYK value is (71,45,0,64).

  • cyan value is 70.97%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (71,45,0,64)
C71M45Y0K64 (71%, 45%, 0%, 64%)
(0.71 / 0.45 / 0.00 / 0.64)

CMYK percentages

%70.97
%45.16
%0
%63.53

Codes

Color #1B335D in popluar color models

1B 33 5D
RGB 27 51 93
HSL 218° 55.00% 23.53%
HSB/HSV 218° 70.97% 36.47%
CMYK 70.97% 45.16% 0.00%
63.53%

Color #1B335D in popluar number systems.

HEX 1B 33 5D
Decimal 27 51 93
Binary 11011 110011 1011101
Octal 33 63 135

Shades and tints

Shades of #1B335D

#1B335D
(27,51,93)
#192F55
(25,47,85)
#172B4D
(23,43,77)
#152745
(21,39,69)
#13233D
(19,35,61)
#111F35
(17,31,53)
#0F1B2D
(15,27,45)
#0D1725
(13,23,37)
#0B131D
(11,19,29)
#090F15
(9,15,21)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #1B335D

#1B335D
(27,51,93)
#2F456B
(47,69,107)
#435779
(67,87,121)
#576987
(87,105,135)
#6B7B95
(107,123,149)
#7F8DA3
(127,141,163)
#939FB1
(147,159,177)
#A7B1BF
(167,177,191)
#BBC3CD
(187,195,205)
#CFD5DB
(207,213,219)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B335D color. Also use rgb(27,51,93) instead hex code.

Text Font Color

.myTextColor { color: #1B335D; }

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

This text font color is #1B335D.

Background Color

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

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

This div background color is #1B335D.

Border color

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

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

This div border color is #1B335D.

Opacity

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

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

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

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

This text has shadow with #1B335D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B335D.

Preview

Color preview on black background

This text has color #1B335D on black background.


Color preview on white background

This text has color #1B335D on white background.


Black color preview on #1B335D background

This text has black color on #1B335D background.


White color preview on #1B335D background

This text has white color on #1B335D background.


Related colors

Complementary color

Complementary color for #hex is #E4CCA2.


I love getcolorcode.com

Triadic colors

1 #5D1B33 and #335D1B with #1B335D are triadic colors.

2 #5D331B and #331B5D with #1B335D are triadic colors.