COLOR #153384

HEX: #153384
RGB: (21,51,132)

Color info

#153384 contains mainly blue color. Web safe color of #153384 is #003399 (or #039).

RGB color model

#153384 color RGB value is (21,51,132).

  • red value is 21;
  • green value is 51;
  • blue value is 132.
RGB:
(21,51,132)
(8%,20%,52%)

RGB channels and saturation

R 21 of 255 = 8%
G 51 of 255 = 20%
B 132 of 255 = 52%

21
51
132

R + G + B ~ 27%. #153384 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 51 + 132 = 204 (100%)
R 21 of 204 ~ 10.29%
G 51 of 204 ~ 25%
B 132 of 204 ~ 64.71%

%10.29
%25
%64.71

CMYK color model

#153384 color CMYK value is (84,61,0,48).

  • cyan value is 84.09%
  • magenta value is 61.36%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(84,61,0,48)
C84M61Y0K48 
(84%,61%,0%,48%)
(0.84/0.61/0.00/0.48)	

CMYK percentages

%84.09
%61.36
%0
%48.24

Codes

Color #153384 in popluar color models

153384
RGB2151132
HSL224°72.55%30.00%
HSB/HSV224°84.09%51.76%
CMYK84.09%61.36%0.00%
48.24%

Color #153384 in popluar number systems.

HEX153384
Decimal2151132
Binary1010111001110000100
Octal2563204

Shades and tints

Shades of #153384

#153384
(21,51,132)
#142F78
(20,47,120)
#132B6C
(19,43,108)
#122760
(18,39,96)
#112354
(17,35,84)
#101F48
(16,31,72)
#0F1B3C
(15,27,60)
#0E1730
(14,23,48)
#0D1324
(13,19,36)
#0C0F18
(12,15,24)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #153384

#153384
(21,51,132)
#2A458F
(42,69,143)
#3F579A
(63,87,154)
#5469A5
(84,105,165)
#697BB0
(105,123,176)
#7E8DBB
(126,141,187)
#939FC6
(147,159,198)
#A8B1D1
(168,177,209)
#BDC3DC
(189,195,220)
#D2D5E7
(210,213,231)
#E7E7F2
(231,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153384 color. Also use rgb(21,51,132) instead hex code.

Text Font Color

.myTextColor { color: #153384; }

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

This text font color is #153384.


Background Color

.myBgColor { background-color: #153384; }

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

This div background color is #153384.


Border color

.myBorderColor { border: 1px solid #153384; }

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

This div border color is #153384.


Opacity

.myOpacity80 { color: #153384; opacity: 0.8; }

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

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

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

This text has shadow with #153384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153384 on black background.


Color preview on white background

This text has color #153384 on white background.



Black color preview on #153384 background

This text has black color on #153384 background.


White color preview on #153384 background

This text has white color on #153384 background.