COLOR #14253F

HEX: #14253F RGB: (20,37,63)

Color info

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

RGB color model

#14253F color RGB value is (20,37,63).

RGB: (20,37,63) (8%, 15%, 25%)

RGB channels and saturation

R 20 of 255 = 8%
G 37 of 255 = 15%
B 63 of 255 = 25%

20
37
63

R + G + B ~ 16%. #14253F is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 37 + 63 = 120 (100%)
R 20 of 120 ~ 16.67%
G 37 of 120 ~ 30.83%
B 63 of 120 ~ 52.5'%

%16.67
%30.83
%52.5

CMYK color model

#14253F color CMYK value is (68,41,0,75).

  • cyan value is 68.25%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (68,41,0,75)
C68M41Y0K75 (68%, 41%, 0%, 75%)
(0.68 / 0.41 / 0.00 / 0.75)

CMYK percentages

%68.25
%41.27
%0
%75.29

Codes

Color #14253F in popluar color models

14 25 3F
RGB 20 37 63
HSL 216° 51.81% 16.27%
HSB/HSV 216° 68.25% 24.71%
CMYK 68.25% 41.27% 0.00%
75.29%

Color #14253F in popluar number systems.

HEX 14 25 3F
Decimal 20 37 63
Binary 10100 100101 111111
Octal 24 45 77

Shades and tints

Shades of #14253F

#14253F
(20,37,63)
#13223A
(19,34,58)
#121F35
(18,31,53)
#111C30
(17,28,48)
#10192B
(16,25,43)
#0F1626
(15,22,38)
#0E1321
(14,19,33)
#0D101C
(13,16,28)
#0C0D17
(12,13,23)
#0B0A12
(11,10,18)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #14253F

#14253F
(20,37,63)
#293850
(41,56,80)
#3E4B61
(62,75,97)
#535E72
(83,94,114)
#687183
(104,113,131)
#7D8494
(125,132,148)
#9297A5
(146,151,165)
#A7AAB6
(167,170,182)
#BCBDC7
(188,189,199)
#D1D0D8
(209,208,216)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14253F color. Also use rgb(20,37,63) instead hex code.

Text Font Color

.myTextColor { color: #14253F; }

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

This text font color is #14253F.

Background Color

.myBgColor { background-color: #14253F; }

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

This div background color is #14253F.

Border color

.myBorderColor { border: 1px solid #14253F; }

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

This div border color is #14253F.

Opacity

.myOpacity80 { color: #14253F; opacity: 0.8; }

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

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

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

This text has shadow with #14253F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14253F.

Preview

Color preview on black background

This text has color #14253F on black background.


Color preview on white background

This text has color #14253F on white background.


Black color preview on #14253F background

This text has black color on #14253F background.


White color preview on #14253F background

This text has white color on #14253F background.


Related colors

Complementary color

Complementary color for #hex is #EBDAC0.


I love getcolorcode.com

Triadic colors

1 #3F1425 and #253F14 with #14253F are triadic colors.

2 #3F2514 and #25143F with #14253F are triadic colors.