COLOR #15192E

HEX: #15192E
RGB: (21,25,46)

Color info

#15192E contains red, green and blue colors in about the same proportion. Web safe color of #15192E is #000033 (or #003).

RGB color model

#15192E color RGB value is (21,25,46).

  • red value is 21;
  • green value is 25;
  • blue value is 46.
RGB:
(21,25,46)
(8%,10%,18%)

RGB channels and saturation

R 21 of 255 = 8%
G 25 of 255 = 10%
B 46 of 255 = 18%

21
25
46

R + G + B ~ 12%. #15192E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 25 + 46 = 92 (100%)
R 21 of 92 ~ 22.83%
G 25 of 92 ~ 27.17%
B 46 of 92 ~ 50%

%22.83
%27.17
%50

CMYK color model

#15192E color CMYK value is (54,46,0,82).

  • cyan value is 54.35%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(54,46,0,82)
C54M46Y0K82 
(54%,46%,0%,82%)
(0.54/0.46/0.00/0.82)	

CMYK percentages

%54.35
%45.65
%0
%81.96

Codes

Color #15192E in popluar color models

15192E
RGB212546
HSL230°37.31%13.14%
HSB/HSV230°54.35%18.04%
CMYK54.35%45.65%0.00%
81.96%

Color #15192E in popluar number systems.

HEX15192E
Decimal212546
Binary1010111001101110
Octal253156

Shades and tints

Shades of #15192E

#15192E
(21,25,46)
#14172A
(20,23,42)
#131526
(19,21,38)
#121322
(18,19,34)
#11111E
(17,17,30)
#100F1A
(16,15,26)
#0F0D16
(15,13,22)
#0E0B12
(14,11,18)
#0D090E
(13,9,14)
#0C070A
(12,7,10)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #15192E

#15192E
(21,25,46)
#2A2D41
(42,45,65)
#3F4154
(63,65,84)
#545567
(84,85,103)
#69697A
(105,105,122)
#7E7D8D
(126,125,141)
#9391A0
(147,145,160)
#A8A5B3
(168,165,179)
#BDB9C6
(189,185,198)
#D2CDD9
(210,205,217)
#E7E1EC
(231,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15192E color. Also use rgb(21,25,46) instead hex code.

Text Font Color

.myTextColor { color: #15192E; }

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

This text font color is #15192E.


Background Color

.myBgColor { background-color: #15192E; }

<div style="background-color:#15192E">Inner text</div>

This div background color is #15192E.


Border color

.myBorderColor { border: 1px solid #15192E; }

<div style="border:3px solid #15192E">Div</div>

This div border color is #15192E.


Opacity

.myOpacity80 { color: #15192E; opacity: 0.8; }

<p style="color:#15192E;opacity:0.8;">80%</p>

Text with #15192E 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 #15192E;}

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

This text has shadow with #15192E color.

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

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

This text has shadow with #15192E primary color and red secondary color.


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

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

This text has shadow with #15192E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15192E on black background.


Color preview on white background

This text has color #15192E on white background.



Black color preview on #15192E background

This text has black color on #15192E background.


White color preview on #15192E background

This text has white color on #15192E background.