COLOR #152E59

HEX: #152E59
RGB: (21,46,89)

Color info

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

RGB color model

#152E59 color RGB value is (21,46,89).

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

RGB channels and saturation

R 21 of 255 = 8%
G 46 of 255 = 18%
B 89 of 255 = 35%

21
46
89

R + G + B ~ 20%. #152E59 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 46 + 89 = 156 (100%)
R 21 of 156 ~ 13.46%
G 46 of 156 ~ 29.49%
B 89 of 156 ~ 57.05%

%13.46
%29.49
%57.05

CMYK color model

#152E59 color CMYK value is (76,48,0,65).

  • cyan value is 76.40%
  • magenta value is 48.31%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(76,48,0,65)
C76M48Y0K65 
(76%,48%,0%,65%)
(0.76/0.48/0.00/0.65)	

CMYK percentages

%76.4
%48.31
%0
%65.1

Codes

Color #152E59 in popluar color models

152E59
RGB214689
HSL218°61.82%21.57%
HSB/HSV218°76.40%34.90%
CMYK76.40%48.31%0.00%
65.10%

Color #152E59 in popluar number systems.

HEX152E59
Decimal214689
Binary101011011101011001
Octal2556131

Shades and tints

Shades of #152E59

#152E59
(21,46,89)
#142A51
(20,42,81)
#132649
(19,38,73)
#122241
(18,34,65)
#111E39
(17,30,57)
#101A31
(16,26,49)
#0F1629
(15,22,41)
#0E1221
(14,18,33)
#0D0E19
(13,14,25)
#0C0A11
(12,10,17)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #152E59

#152E59
(21,46,89)
#2A4168
(42,65,104)
#3F5477
(63,84,119)
#546786
(84,103,134)
#697A95
(105,122,149)
#7E8DA4
(126,141,164)
#93A0B3
(147,160,179)
#A8B3C2
(168,179,194)
#BDC6D1
(189,198,209)
#D2D9E0
(210,217,224)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #152E59; }

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

This text font color is #152E59.


Background Color

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

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

This div background color is #152E59.


Border color

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

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

This div border color is #152E59.


Opacity

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

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

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

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

This text has shadow with #152E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #152E59 on black background.


Color preview on white background

This text has color #152E59 on white background.



Black color preview on #152E59 background

This text has black color on #152E59 background.


White color preview on #152E59 background

This text has white color on #152E59 background.