COLOR #14233D

HEX: #14233D RGB: (20,35,61)

Color info

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

RGB color model

#14233D color RGB value is (20,35,61).

RGB: (20,35,61) (8%, 14%, 24%)

RGB channels and saturation

R 20 of 255 = 8%
G 35 of 255 = 14%
B 61 of 255 = 24%

20
35
61

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

Portions of RGB colors in percentages

R + G + B = 20 + 35 + 61 = 116 (100%)
R 20 of 116 ~ 17.24%
G 35 of 116 ~ 30.17%
B 61 of 116 ~ 52.59'%

%17.24
%30.17
%52.59

CMYK color model

#14233D color CMYK value is (67,43,0,76).

  • cyan value is 67.21%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (67,43,0,76) C67M43Y0K76 (67%,43%,0%,76%) (0.67/0.43/0.00/0.76) 

CMYK percentages

%67.21
%42.62
%0
%76.08

Codes

Color #14233D in popluar color models

14 23 3D
RGB 20 35 61
HSL 218° 50.62% 15.88%
HSB/HSV 218° 67.21% 23.92%
CMYK 67.21% 42.62% 0.00%
76.08%

Color #14233D in popluar number systems.

HEX 14 23 3D
Decimal 20 35 61
Binary 10100 100011 111101
Octal 24 43 75

Shades and tints

Shades of #14233D

#14233D
(20,35,61)
#132038
(19,32,56)
#121D33
(18,29,51)
#111A2E
(17,26,46)
#101729
(16,23,41)
#0F1424
(15,20,36)
#0E111F
(14,17,31)
#0D0E1A
(13,14,26)
#0C0B15
(12,11,21)
#0B0810
(11,8,16)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #14233D

#14233D
(20,35,61)
#29374E
(41,55,78)
#3E4B5F
(62,75,95)
#535F70
(83,95,112)
#687381
(104,115,129)
#7D8792
(125,135,146)
#929BA3
(146,155,163)
#A7AFB4
(167,175,180)
#BCC3C5
(188,195,197)
#D1D7D6
(209,215,214)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14233D color. Also use rgb(20,35,61) instead hex code.

Text Font Color

.myTextColor { color: #14233D; }

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

This text font color is #14233D.

Background Color

.myBgColor { background-color: #14233D; }

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

This div background color is #14233D.

Border color

.myBorderColor { border: 1px solid #14233D; }

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

This div border color is #14233D.

Opacity

.myOpacity80 { color: #14233D; opacity: 0.8; }

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

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

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

This text has shadow with #14233D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14233D.

Preview

Color preview on black background

This text has color #14233D on black background.


Color preview on white background

This text has color #14233D on white background.


Black color preview on #14233D background

This text has black color on #14233D background.


White color preview on #14233D background

This text has white color on #14233D background.


Related colors

Complementary color

Complementary color for #hex is #EBDCC2.


I love getcolorcode.com

Triadic colors

1 #3D1423 and #233D14 with #14233D are triadic colors.

2 #3D2314 and #23143D with #14233D are triadic colors.