COLOR #1B193E

HEX: #1B193E
RGB: (27,25,62)

Color info

#1B193E contains red, green and blue colors in about the same proportion. Web safe color of #1B193E is #330033 (or #303).

RGB color model

#1B193E color RGB value is (27,25,62).

  • red value is 27;
  • green value is 25;
  • blue value is 62.
RGB:
(27,25,62)
(11%,10%,24%)

RGB channels and saturation

R 27 of 255 = 11%
G 25 of 255 = 10%
B 62 of 255 = 24%

27
25
62

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

Portions of RGB colors in percentages

R + G + B =
27 + 25 + 62 = 114 (100%)
R 27 of 114 ~ 23.68%
G 25 of 114 ~ 21.93%
B 62 of 114 ~ 54.39%

%23.68
%21.93
%54.39

CMYK color model

#1B193E color CMYK value is (56,60,0,76).

  • cyan value is 56.45%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(56,60,0,76)
C56M60Y0K76 
(56%,60%,0%,76%)
(0.56/0.60/0.00/0.76)	

CMYK percentages

%56.45
%59.68
%0
%75.69

Codes

Color #1B193E in popluar color models

1B193E
RGB272562
HSL243°42.53%17.06%
HSB/HSV243°59.68%24.31%
CMYK56.45%59.68%0.00%
75.69%

Color #1B193E in popluar number systems.

HEX1B193E
Decimal272562
Binary1101111001111110
Octal333176

Shades and tints

Shades of #1B193E

#1B193E
(27,25,62)
#191739
(25,23,57)
#171534
(23,21,52)
#15132F
(21,19,47)
#13112A
(19,17,42)
#110F25
(17,15,37)
#0F0D20
(15,13,32)
#0D0B1B
(13,11,27)
#0B0916
(11,9,22)
#090711
(9,7,17)
#07050C
(7,5,12)
#000000
(0,0,0)

Tints of #1B193E

#1B193E
(27,25,62)
#2F2D4F
(47,45,79)
#434160
(67,65,96)
#575571
(87,85,113)
#6B6982
(107,105,130)
#7F7D93
(127,125,147)
#9391A4
(147,145,164)
#A7A5B5
(167,165,181)
#BBB9C6
(187,185,198)
#CFCDD7
(207,205,215)
#E3E1E8
(227,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B193E color. Also use rgb(27,25,62) instead hex code.

Text Font Color

.myTextColor { color: #1B193E; }

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

This text font color is #1B193E.


Background Color

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

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

This div background color is #1B193E.


Border color

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

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

This div border color is #1B193E.


Opacity

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

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

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

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

This text has shadow with #1B193E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B193E on black background.


Color preview on white background

This text has color #1B193E on white background.



Black color preview on #1B193E background

This text has black color on #1B193E background.


White color preview on #1B193E background

This text has white color on #1B193E background.