COLOR #14253B

HEX: #14253B RGB: (20,37,59)

Color info

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

RGB color model

#14253B color RGB value is (20,37,59).

RGB: (20,37,59) (8%, 15%, 23%)

RGB channels and saturation

R 20 of 255 = 8%
G 37 of 255 = 15%
B 59 of 255 = 23%

20
37
59

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

Portions of RGB colors in percentages

R + G + B = 20 + 37 + 59 = 116 (100%)
R 20 of 116 ~ 17.24%
G 37 of 116 ~ 31.9%
B 59 of 116 ~ 50.86'%

%17.24
%31.9
%50.86

CMYK color model

#14253B color CMYK value is (66,37,0,77).

  • cyan value is 66.10%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK: (66,37,0,77) C66M37Y0K77 (66%,37%,0%,77%) (0.66/0.37/0.00/0.77) 

CMYK percentages

%66.1
%37.29
%0
%76.86

Codes

Color #14253B in popluar color models

14 25 3B
RGB 20 37 59
HSL 214° 49.37% 15.49%
HSB/HSV 214° 66.10% 23.14%
CMYK 66.10% 37.29% 0.00%
76.86%

Color #14253B in popluar number systems.

HEX 14 25 3B
Decimal 20 37 59
Binary 10100 100101 111011
Octal 24 45 73

Shades and tints

Shades of #14253B

#14253B
(20,37,59)
#132236
(19,34,54)
#121F31
(18,31,49)
#111C2C
(17,28,44)
#101927
(16,25,39)
#0F1622
(15,22,34)
#0E131D
(14,19,29)
#0D1018
(13,16,24)
#0C0D13
(12,13,19)
#0B0A0E
(11,10,14)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #14253B

#14253B
(20,37,59)
#29384C
(41,56,76)
#3E4B5D
(62,75,93)
#535E6E
(83,94,110)
#68717F
(104,113,127)
#7D8490
(125,132,144)
#9297A1
(146,151,161)
#A7AAB2
(167,170,178)
#BCBDC3
(188,189,195)
#D1D0D4
(209,208,212)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14253B; }

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

This text font color is #14253B.

Background Color

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

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

This div background color is #14253B.

Border color

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

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

This div border color is #14253B.

Opacity

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

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

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

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

This text has shadow with #14253B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14253B.

Preview

Color preview on black background

This text has color #14253B on black background.


Color preview on white background

This text has color #14253B on white background.


Black color preview on #14253B background

This text has black color on #14253B background.


White color preview on #14253B background

This text has white color on #14253B background.


Related colors

Complementary color

Complementary color for #hex is #EBDAC4.


I love getcolorcode.com

Triadic colors

1 #3B1425 and #253B14 with #14253B are triadic colors.

2 #3B2514 and #25143B with #14253B are triadic colors.