COLOR #14235F

HEX: #14235F
RGB: (20,35,95)

Color info

#14235F contains mainly blue color. Web safe color of #14235F is #003366 (or #036).

RGB color model

#14235F color RGB value is (20,35,95).

  • red value is 20;
  • green value is 35;
  • blue value is 95.
RGB:
(20,35,95)
(8%,14%,37%)

RGB channels and saturation

R 20 of 255 = 8%
G 35 of 255 = 14%
B 95 of 255 = 37%

20
35
95

R + G + B ~ 20%. #14235F is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 35 + 95 = 150 (100%)
R 20 of 150 ~ 13.33%
G 35 of 150 ~ 23.33%
B 95 of 150 ~ 63.33%

%13.33
%23.33
%63.33

CMYK color model

#14235F color CMYK value is (79,63,0,63).

  • cyan value is 78.95%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(79,63,0,63)
C79M63Y0K63 
(79%,63%,0%,63%)
(0.79/0.63/0.00/0.63)	

CMYK percentages

%78.95
%63.16
%0
%62.75

Codes

Color #14235F in popluar color models

14235F
RGB203595
HSL228°65.22%22.55%
HSB/HSV228°78.95%37.25%
CMYK78.95%63.16%0.00%
62.75%

Color #14235F in popluar number systems.

HEX14235F
Decimal203595
Binary101001000111011111
Octal2443137

Shades and tints

Shades of #14235F

#14235F
(20,35,95)
#132057
(19,32,87)
#121D4F
(18,29,79)
#111A47
(17,26,71)
#10173F
(16,23,63)
#0F1437
(15,20,55)
#0E112F
(14,17,47)
#0D0E27
(13,14,39)
#0C0B1F
(12,11,31)
#0B0817
(11,8,23)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #14235F

#14235F
(20,35,95)
#29376D
(41,55,109)
#3E4B7B
(62,75,123)
#535F89
(83,95,137)
#687397
(104,115,151)
#7D87A5
(125,135,165)
#929BB3
(146,155,179)
#A7AFC1
(167,175,193)
#BCC3CF
(188,195,207)
#D1D7DD
(209,215,221)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14235F color. Also use rgb(20,35,95) instead hex code.

Text Font Color

.myTextColor { color: #14235F; }

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

This text font color is #14235F.


Background Color

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

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

This div background color is #14235F.


Border color

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

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

This div border color is #14235F.


Opacity

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

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

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

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

This text has shadow with #14235F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14235F on black background.


Color preview on white background

This text has color #14235F on white background.



Black color preview on #14235F background

This text has black color on #14235F background.


White color preview on #14235F background

This text has white color on #14235F background.