COLOR #1B427D

HEX: #1B427D
RGB: (27,66,125)

Color info

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

RGB color model

#1B427D color RGB value is (27,66,125).

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

RGB channels and saturation

R 27 of 255 = 11%
G 66 of 255 = 26%
B 125 of 255 = 49%

27
66
125

R + G + B ~ 29%. #1B427D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 66 + 125 = 218 (100%)
R 27 of 218 ~ 12.39%
G 66 of 218 ~ 30.28%
B 125 of 218 ~ 57.34%

%12.39
%30.28
%57.34

CMYK color model

#1B427D color CMYK value is (78,47,0,51).

  • cyan value is 78.40%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(78,47,0,51)
C78M47Y0K51 
(78%,47%,0%,51%)
(0.78/0.47/0.00/0.51)	

CMYK percentages

%78.4
%47.2
%0
%50.98

Codes

Color #1B427D in popluar color models

1B427D
RGB2766125
HSL216°64.47%29.80%
HSB/HSV216°78.40%49.02%
CMYK78.40%47.20%0.00%
50.98%

Color #1B427D in popluar number systems.

HEX1B427D
Decimal2766125
Binary1101110000101111101
Octal33102175

Shades and tints

Shades of #1B427D

#1B427D
(27,66,125)
#193C72
(25,60,114)
#173667
(23,54,103)
#15305C
(21,48,92)
#132A51
(19,42,81)
#112446
(17,36,70)
#0F1E3B
(15,30,59)
#0D1830
(13,24,48)
#0B1225
(11,18,37)
#090C1A
(9,12,26)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #1B427D

#1B427D
(27,66,125)
#2F5388
(47,83,136)
#436493
(67,100,147)
#57759E
(87,117,158)
#6B86A9
(107,134,169)
#7F97B4
(127,151,180)
#93A8BF
(147,168,191)
#A7B9CA
(167,185,202)
#BBCAD5
(187,202,213)
#CFDBE0
(207,219,224)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B427D; }

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

This text font color is #1B427D.


Background Color

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

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

This div background color is #1B427D.


Border color

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

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

This div border color is #1B427D.


Opacity

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

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

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

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

This text has shadow with #1B427D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B427D on black background.


Color preview on white background

This text has color #1B427D on white background.



Black color preview on #1B427D background

This text has black color on #1B427D background.


White color preview on #1B427D background

This text has white color on #1B427D background.