COLOR #15223B

HEX: #15223B
RGB: (21,34,59)

Color info

#15223B contains red, green and blue colors in about the same proportion. Web safe color of #15223B is #003333 (or #033).

RGB color model

#15223B color RGB value is (21,34,59).

  • red value is 21;
  • green value is 34;
  • blue value is 59.
RGB:
(21,34,59)
(8%,13%,23%)

RGB channels and saturation

R 21 of 255 = 8%
G 34 of 255 = 13%
B 59 of 255 = 23%

21
34
59

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

Portions of RGB colors in percentages

R + G + B =
21 + 34 + 59 = 114 (100%)
R 21 of 114 ~ 18.42%
G 34 of 114 ~ 29.82%
B 59 of 114 ~ 51.75%

%18.42
%29.82
%51.75

CMYK color model

#15223B color CMYK value is (64,42,0,77).

  • cyan value is 64.41%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(64,42,0,77)
C64M42Y0K77 
(64%,42%,0%,77%)
(0.64/0.42/0.00/0.77)	

CMYK percentages

%64.41
%42.37
%0
%76.86

Codes

Color #15223B in popluar color models

15223B
RGB213459
HSL219°47.50%15.69%
HSB/HSV219°64.41%23.14%
CMYK64.41%42.37%0.00%
76.86%

Color #15223B in popluar number systems.

HEX15223B
Decimal213459
Binary10101100010111011
Octal254273

Shades and tints

Shades of #15223B

#15223B
(21,34,59)
#141F36
(20,31,54)
#131C31
(19,28,49)
#12192C
(18,25,44)
#111627
(17,22,39)
#101322
(16,19,34)
#0F101D
(15,16,29)
#0E0D18
(14,13,24)
#0D0A13
(13,10,19)
#0C070E
(12,7,14)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #15223B

#15223B
(21,34,59)
#2A364C
(42,54,76)
#3F4A5D
(63,74,93)
#545E6E
(84,94,110)
#69727F
(105,114,127)
#7E8690
(126,134,144)
#939AA1
(147,154,161)
#A8AEB2
(168,174,178)
#BDC2C3
(189,194,195)
#D2D6D4
(210,214,212)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15223B color. Also use rgb(21,34,59) instead hex code.

Text Font Color

.myTextColor { color: #15223B; }

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

This text font color is #15223B.


Background Color

.myBgColor { background-color: #15223B; }

<div style="background-color:#15223B">Inner text</div>

This div background color is #15223B.


Border color

.myBorderColor { border: 1px solid #15223B; }

<div style="border:3px solid #15223B">Div</div>

This div border color is #15223B.


Opacity

.myOpacity80 { color: #15223B; opacity: 0.8; }

<p style="color:#15223B;opacity:0.8;">80%</p>

Text with #15223B 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 #15223B;}

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

This text has shadow with #15223B color.

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

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

This text has shadow with #15223B primary color and red secondary color.


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

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

This text has shadow with #15223B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15223B on black background.


Color preview on white background

This text has color #15223B on white background.



Black color preview on #15223B background

This text has black color on #15223B background.


White color preview on #15223B background

This text has white color on #15223B background.