COLOR #154972

HEX: #154972
RGB: (21,73,114)

Color info

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

RGB color model

#154972 color RGB value is (21,73,114).

  • red value is 21;
  • green value is 73;
  • blue value is 114.
RGB:
(21,73,114)
(8%,29%,45%)

RGB channels and saturation

R 21 of 255 = 8%
G 73 of 255 = 29%
B 114 of 255 = 45%

21
73
114

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

Portions of RGB colors in percentages

R + G + B =
21 + 73 + 114 = 208 (100%)
R 21 of 208 ~ 10.1%
G 73 of 208 ~ 35.1%
B 114 of 208 ~ 54.81%

%10.1
%35.1
%54.81

CMYK color model

#154972 color CMYK value is (82,36,0,55).

  • cyan value is 81.58%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(82,36,0,55)
C82M36Y0K55 
(82%,36%,0%,55%)
(0.82/0.36/0.00/0.55)	

CMYK percentages

%81.58
%35.96
%0
%55.29

Codes

Color #154972 in popluar color models

154972
RGB2173114
HSL206°68.89%26.47%
HSB/HSV206°81.58%44.71%
CMYK81.58%35.96%0.00%
55.29%

Color #154972 in popluar number systems.

HEX154972
Decimal2173114
Binary1010110010011110010
Octal25111162

Shades and tints

Shades of #154972

#154972
(21,73,114)
#144368
(20,67,104)
#133D5E
(19,61,94)
#123754
(18,55,84)
#11314A
(17,49,74)
#102B40
(16,43,64)
#0F2536
(15,37,54)
#0E1F2C
(14,31,44)
#0D1922
(13,25,34)
#0C1318
(12,19,24)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #154972

#154972
(21,73,114)
#2A597E
(42,89,126)
#3F698A
(63,105,138)
#547996
(84,121,150)
#6989A2
(105,137,162)
#7E99AE
(126,153,174)
#93A9BA
(147,169,186)
#A8B9C6
(168,185,198)
#BDC9D2
(189,201,210)
#D2D9DE
(210,217,222)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #154972 color. Also use rgb(21,73,114) instead hex code.

Text Font Color

.myTextColor { color: #154972; }

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

This text font color is #154972.


Background Color

.myBgColor { background-color: #154972; }

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

This div background color is #154972.


Border color

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

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

This div border color is #154972.


Opacity

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

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

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

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

This text has shadow with #154972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #154972 on black background.


Color preview on white background

This text has color #154972 on white background.



Black color preview on #154972 background

This text has black color on #154972 background.


White color preview on #154972 background

This text has white color on #154972 background.