COLOR #153D95

HEX: #153D95 RGB: (21,61,149)

Color info

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

RGB color model

#153D95 color RGB value is (21,61,149).

RGB: (21,61,149) (8%, 24%, 58%)

RGB channels and saturation

R 21 of 255 = 8%
G 61 of 255 = 24%
B 149 of 255 = 58%

21
61
149

R + G + B ~ 30%. #153D95 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 61 + 149 = 231 (100%)
R 21 of 231 ~ 9.09%
G 61 of 231 ~ 26.41%
B 149 of 231 ~ 64.5'%

%26.41
%64.5

CMYK color model

#153D95 color CMYK value is (86,59,0,42).

  • cyan value is 85.91%
  • magenta value is 59.06%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (86,59,0,42)
C86M59Y0K42 (86%, 59%, 0%, 42%)
(0.86 / 0.59 / 0.00 / 0.42)

CMYK percentages

%85.91
%59.06
%0
%41.57

Codes

Color #153D95 in popluar color models

15 3D 95
RGB 21 61 149
HSL 221° 75.29% 33.33%
HSB/HSV 221° 85.91% 58.43%
CMYK 85.91% 59.06% 0.00%
41.57%

Color #153D95 in popluar number systems.

HEX 15 3D 95
Decimal 21 61 149
Binary 10101 111101 10010101
Octal 25 75 225

Shades and tints

Shades of #153D95

#153D95
(21,61,149)
#143888
(20,56,136)
#13337B
(19,51,123)
#122E6E
(18,46,110)
#112961
(17,41,97)
#102454
(16,36,84)
#0F1F47
(15,31,71)
#0E1A3A
(14,26,58)
#0D152D
(13,21,45)
#0C1020
(12,16,32)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #153D95

#153D95
(21,61,149)
#2A4E9E
(42,78,158)
#3F5FA7
(63,95,167)
#5470B0
(84,112,176)
#6981B9
(105,129,185)
#7E92C2
(126,146,194)
#93A3CB
(147,163,203)
#A8B4D4
(168,180,212)
#BDC5DD
(189,197,221)
#D2D6E6
(210,214,230)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153D95 color. Also use rgb(21,61,149) instead hex code.

Text Font Color

.myTextColor { color: #153D95; }

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

This text font color is #153D95.

Background Color

.myBgColor { background-color: #153D95; }

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

This div background color is #153D95.

Border color

.myBorderColor { border: 1px solid #153D95; }

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

This div border color is #153D95.

Opacity

.myOpacity80 { color: #153D95; opacity: 0.8; }

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

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

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

This text has shadow with #153D95 color.


.textShadow {text-shadow: 3px 3px 1px #153D95', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #153D95; -webkit-box-shadow: 1px 1px 3px 2px #153D95; box-shadow:1px 1px 3px 2px #153D95;">
Div content here
</div>

This div box has shadow with color #153D95.

Preview

Color preview on black background

This text has color #153D95 on black background.


Color preview on white background

This text has color #153D95 on white background.


Black color preview on #153D95 background

This text has black color on #153D95 background.


White color preview on #153D95 background

This text has white color on #153D95 background.


Related colors

Complementary color

Complementary color for #hex is #EAC26A.


I love getcolorcode.com

Triadic colors

1 #95153D and #3D9515 with #153D95 are triadic colors.

2 #953D15 and #3D1595 with #153D95 are triadic colors.