COLOR #14254B

HEX: #14254B
RGB: (20,37,75)

Color info

#14254B contains red, green and blue colors in about the same proportion. Web safe color of #14254B is #003333 (or #033).

RGB color model

#14254B color RGB value is (20,37,75).

  • red value is 20;
  • green value is 37;
  • blue value is 75.
RGB:
(20,37,75)
(8%,15%,29%)

RGB channels and saturation

R 20 of 255 = 8%
G 37 of 255 = 15%
B 75 of 255 = 29%

20
37
75

R + G + B ~ 17%. #14254B is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 37 + 75 = 132 (100%)
R 20 of 132 ~ 15.15%
G 37 of 132 ~ 28.03%
B 75 of 132 ~ 56.82%

%15.15
%28.03
%56.82

CMYK color model

#14254B color CMYK value is (73,51,0,71).

  • cyan value is 73.33%
  • magenta value is 50.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(73,51,0,71)
C73M51Y0K71 
(73%,51%,0%,71%)
(0.73/0.51/0.00/0.71)	

CMYK percentages

%73.33
%50.67
%0
%70.59

Codes

Color #14254B in popluar color models

14254B
RGB203775
HSL221°57.89%18.63%
HSB/HSV221°73.33%29.41%
CMYK73.33%50.67%0.00%
70.59%

Color #14254B in popluar number systems.

HEX14254B
Decimal203775
Binary101001001011001011
Octal2445113

Shades and tints

Shades of #14254B

#14254B
(20,37,75)
#132245
(19,34,69)
#121F3F
(18,31,63)
#111C39
(17,28,57)
#101933
(16,25,51)
#0F162D
(15,22,45)
#0E1327
(14,19,39)
#0D1021
(13,16,33)
#0C0D1B
(12,13,27)
#0B0A15
(11,10,21)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #14254B

#14254B
(20,37,75)
#29385B
(41,56,91)
#3E4B6B
(62,75,107)
#535E7B
(83,94,123)
#68718B
(104,113,139)
#7D849B
(125,132,155)
#9297AB
(146,151,171)
#A7AABB
(167,170,187)
#BCBDCB
(188,189,203)
#D1D0DB
(209,208,219)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14254B color. Also use rgb(20,37,75) instead hex code.

Text Font Color

.myTextColor { color: #14254B; }

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

This text font color is #14254B.


Background Color

.myBgColor { background-color: #14254B; }

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

This div background color is #14254B.


Border color

.myBorderColor { border: 1px solid #14254B; }

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

This div border color is #14254B.


Opacity

.myOpacity80 { color: #14254B; opacity: 0.8; }

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

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

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

This text has shadow with #14254B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14254B on black background.


Color preview on white background

This text has color #14254B on white background.



Black color preview on #14254B background

This text has black color on #14254B background.


White color preview on #14254B background

This text has white color on #14254B background.