COLOR #1B426D

HEX: #1B426D
RGB: (27,66,109)

Color info

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

RGB color model

#1B426D color RGB value is (27,66,109).

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

RGB channels and saturation

R 27 of 255 = 11%
G 66 of 255 = 26%
B 109 of 255 = 43%

27
66
109

R + G + B ~ 27%. #1B426D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 66 + 109 = 202 (100%)
R 27 of 202 ~ 13.37%
G 66 of 202 ~ 32.67%
B 109 of 202 ~ 53.96%

%13.37
%32.67
%53.96

CMYK color model

#1B426D color CMYK value is (75,39,0,57).

  • cyan value is 75.23%
  • magenta value is 39.45%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(75,39,0,57)
C75M39Y0K57 
(75%,39%,0%,57%)
(0.75/0.39/0.00/0.57)	

CMYK percentages

%75.23
%39.45
%0
%57.25

Codes

Color #1B426D in popluar color models

1B426D
RGB2766109
HSL211°60.29%26.67%
HSB/HSV211°75.23%42.75%
CMYK75.23%39.45%0.00%
57.25%

Color #1B426D in popluar number systems.

HEX1B426D
Decimal2766109
Binary1101110000101101101
Octal33102155

Shades and tints

Shades of #1B426D

#1B426D
(27,66,109)
#193C64
(25,60,100)
#17365B
(23,54,91)
#153052
(21,48,82)
#132A49
(19,42,73)
#112440
(17,36,64)
#0F1E37
(15,30,55)
#0D182E
(13,24,46)
#0B1225
(11,18,37)
#090C1C
(9,12,28)
#070613
(7,6,19)
#000000
(0,0,0)

Tints of #1B426D

#1B426D
(27,66,109)
#2F537A
(47,83,122)
#436487
(67,100,135)
#577594
(87,117,148)
#6B86A1
(107,134,161)
#7F97AE
(127,151,174)
#93A8BB
(147,168,187)
#A7B9C8
(167,185,200)
#BBCAD5
(187,202,213)
#CFDBE2
(207,219,226)
#E3ECEF
(227,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B426D; }

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

This text font color is #1B426D.


Background Color

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

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

This div background color is #1B426D.


Border color

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

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

This div border color is #1B426D.


Opacity

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

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

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

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

This text has shadow with #1B426D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B426D on black background.


Color preview on white background

This text has color #1B426D on white background.



Black color preview on #1B426D background

This text has black color on #1B426D background.


White color preview on #1B426D background

This text has white color on #1B426D background.