COLOR #15233A

HEX: #15233A
RGB: (21,35,58)

Color info

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

RGB color model

#15233A color RGB value is (21,35,58).

  • red value is 21;
  • green value is 35;
  • blue value is 58.
RGB:
(21,35,58)
(8%,14%,23%)

RGB channels and saturation

R 21 of 255 = 8%
G 35 of 255 = 14%
B 58 of 255 = 23%

21
35
58

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

Portions of RGB colors in percentages

R + G + B =
21 + 35 + 58 = 114 (100%)
R 21 of 114 ~ 18.42%
G 35 of 114 ~ 30.7%
B 58 of 114 ~ 50.88%

%18.42
%30.7
%50.88

CMYK color model

#15233A color CMYK value is (64,40,0,77).

  • cyan value is 63.79%
  • magenta value is 39.66%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(64,40,0,77)
C64M40Y0K77 
(64%,40%,0%,77%)
(0.64/0.40/0.00/0.77)	

CMYK percentages

%63.79
%39.66
%0
%77.25

Codes

Color #15233A in popluar color models

15233A
RGB213558
HSL217°46.84%15.49%
HSB/HSV217°63.79%22.75%
CMYK63.79%39.66%0.00%
77.25%

Color #15233A in popluar number systems.

HEX15233A
Decimal213558
Binary10101100011111010
Octal254372

Shades and tints

Shades of #15233A

#15233A
(21,35,58)
#142035
(20,32,53)
#131D30
(19,29,48)
#121A2B
(18,26,43)
#111726
(17,23,38)
#101421
(16,20,33)
#0F111C
(15,17,28)
#0E0E17
(14,14,23)
#0D0B12
(13,11,18)
#0C080D
(12,8,13)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #15233A

#15233A
(21,35,58)
#2A374B
(42,55,75)
#3F4B5C
(63,75,92)
#545F6D
(84,95,109)
#69737E
(105,115,126)
#7E878F
(126,135,143)
#939BA0
(147,155,160)
#A8AFB1
(168,175,177)
#BDC3C2
(189,195,194)
#D2D7D3
(210,215,211)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15233A color. Also use rgb(21,35,58) instead hex code.

Text Font Color

.myTextColor { color: #15233A; }

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

This text font color is #15233A.


Background Color

.myBgColor { background-color: #15233A; }

<div style="background-color:#15233A">Inner text</div>

This div background color is #15233A.


Border color

.myBorderColor { border: 1px solid #15233A; }

<div style="border:3px solid #15233A">Div</div>

This div border color is #15233A.


Opacity

.myOpacity80 { color: #15233A; opacity: 0.8; }

<p style="color:#15233A;opacity:0.8;">80%</p>

Text with #15233A 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 #15233A;}

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

This text has shadow with #15233A color.

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

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

This text has shadow with #15233A primary color and red secondary color.


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

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

This text has shadow with #15233A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15233A on black background.


Color preview on white background

This text has color #15233A on white background.



Black color preview on #15233A background

This text has black color on #15233A background.


White color preview on #15233A background

This text has white color on #15233A background.