COLOR #1B047D

HEX: #1B047D
RGB: (27,4,125)

Color info

#1B047D contains mainly blue color. Web safe color of #1B047D is #330066 (or #306).

RGB color model

#1B047D color RGB value is (27,4,125).

  • red value is 27;
  • green value is 4;
  • blue value is 125.
RGB:
(27,4,125)
(11%,2%,49%)

RGB channels and saturation

R 27 of 255 = 11%
G 4 of 255 = 2%
B 125 of 255 = 49%

27
4
125

R + G + B ~ 21%. #1B047D is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 4 + 125 = 156 (100%)
R 27 of 156 ~ 17.31%
G 4 of 156 ~ 2.56%
B 125 of 156 ~ 80.13%

%17.31
%80.13

CMYK color model

#1B047D color CMYK value is (78,97,0,51).

  • cyan value is 78.40%
  • magenta value is 96.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(78,97,0,51)
C78M97Y0K51 
(78%,97%,0%,51%)
(0.78/0.97/0.00/0.51)	

CMYK percentages

%78.4
%96.8
%0
%50.98

Codes

Color #1B047D in popluar color models

1B047D
RGB274125
HSL251°93.80%25.29%
HSB/HSV251°96.80%49.02%
CMYK78.40%96.80%0.00%
50.98%

Color #1B047D in popluar number systems.

HEX1B047D
Decimal274125
Binary110111001111101
Octal334175

Shades and tints

Shades of #1B047D

#1B047D
(27,4,125)
#190472
(25,4,114)
#170467
(23,4,103)
#15045C
(21,4,92)
#130451
(19,4,81)
#110446
(17,4,70)
#0F043B
(15,4,59)
#0D0430
(13,4,48)
#0B0425
(11,4,37)
#09041A
(9,4,26)
#07040F
(7,4,15)
#000000
(0,0,0)

Tints of #1B047D

#1B047D
(27,4,125)
#2F1A88
(47,26,136)
#433093
(67,48,147)
#57469E
(87,70,158)
#6B5CA9
(107,92,169)
#7F72B4
(127,114,180)
#9388BF
(147,136,191)
#A79ECA
(167,158,202)
#BBB4D5
(187,180,213)
#CFCAE0
(207,202,224)
#E3E0EB
(227,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B047D color. Also use rgb(27,4,125) instead hex code.

Text Font Color

.myTextColor { color: #1B047D; }

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

This text font color is #1B047D.


Background Color

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

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

This div background color is #1B047D.


Border color

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

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

This div border color is #1B047D.


Opacity

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

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

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

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

This text has shadow with #1B047D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B047D on black background.


Color preview on white background

This text has color #1B047D on white background.



Black color preview on #1B047D background

This text has black color on #1B047D background.


White color preview on #1B047D background

This text has white color on #1B047D background.