COLOR #152E63

HEX: #152E63
RGB: (21,46,99)

Color info

#152E63 contains mainly green and blue colors. Web safe color of #152E63 is #003366 (or #036).

RGB color model

#152E63 color RGB value is (21,46,99).

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

RGB channels and saturation

R 21 of 255 = 8%
G 46 of 255 = 18%
B 99 of 255 = 39%

21
46
99

R + G + B ~ 22%. #152E63 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 46 + 99 = 166 (100%)
R 21 of 166 ~ 12.65%
G 46 of 166 ~ 27.71%
B 99 of 166 ~ 59.64%

%12.65
%27.71
%59.64

CMYK color model

#152E63 color CMYK value is (79,54,0,61).

  • cyan value is 78.79%
  • magenta value is 53.54%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(79,54,0,61)
C79M54Y0K61 
(79%,54%,0%,61%)
(0.79/0.54/0.00/0.61)	

CMYK percentages

%78.79
%53.54
%0
%61.18

Codes

Color #152E63 in popluar color models

152E63
RGB214699
HSL221°65.00%23.53%
HSB/HSV221°78.79%38.82%
CMYK78.79%53.54%0.00%
61.18%

Color #152E63 in popluar number systems.

HEX152E63
Decimal214699
Binary101011011101100011
Octal2556143

Shades and tints

Shades of #152E63

#152E63
(21,46,99)
#142A5A
(20,42,90)
#132651
(19,38,81)
#122248
(18,34,72)
#111E3F
(17,30,63)
#101A36
(16,26,54)
#0F162D
(15,22,45)
#0E1224
(14,18,36)
#0D0E1B
(13,14,27)
#0C0A12
(12,10,18)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #152E63

#152E63
(21,46,99)
#2A4171
(42,65,113)
#3F547F
(63,84,127)
#54678D
(84,103,141)
#697A9B
(105,122,155)
#7E8DA9
(126,141,169)
#93A0B7
(147,160,183)
#A8B3C5
(168,179,197)
#BDC6D3
(189,198,211)
#D2D9E1
(210,217,225)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #152E63 color. Also use rgb(21,46,99) instead hex code.

Text Font Color

.myTextColor { color: #152E63; }

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

This text font color is #152E63.


Background Color

.myBgColor { background-color: #152E63; }

<div style="background-color:#152E63">Inner text</div>

This div background color is #152E63.


Border color

.myBorderColor { border: 1px solid #152E63; }

<div style="border:3px solid #152E63">Div</div>

This div border color is #152E63.


Opacity

.myOpacity80 { color: #152E63; opacity: 0.8; }

<p style="color:#152E63;opacity:0.8;">80%</p>

Text with #152E63 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 #152E63;}

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

This text has shadow with #152E63 color.

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

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

This text has shadow with #152E63 primary color and red secondary color.


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

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

This text has shadow with #152E63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152E63 on black background.


Color preview on white background

This text has color #152E63 on white background.



Black color preview on #152E63 background

This text has black color on #152E63 background.


White color preview on #152E63 background

This text has white color on #152E63 background.