COLOR #144C74

HEX: #144C74 RGB: (20,76,116)

Color info

#144C74 contains mainly green and blue colors. Web safe color of #144C74 is #003366 (or #036).

RGB color model

#144C74 color RGB value is (20,76,116).

RGB: (20,76,116) (8%, 30%, 45%)

RGB channels and saturation

R 20 of 255 = 8%
G 76 of 255 = 30%
B 116 of 255 = 45%

20
76
116

R + G + B ~ 28%. #144C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 76 + 116 = 212 (100%)
R 20 of 212 ~ 9.43%
G 76 of 212 ~ 35.85%
B 116 of 212 ~ 54.72'%

%35.85
%54.72

CMYK color model

#144C74 color CMYK value is (83,34,0,55).

  • cyan value is 82.76%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (83,34,0,55) C83M34Y0K55 (83%,34%,0%,55%) (0.83/0.34/0.00/0.55) 

CMYK percentages

%82.76
%34.48
%0
%54.51

Codes

Color #144C74 in popluar color models

14 4C 74
RGB 20 76 116
HSL 205° 70.59% 26.67%
HSB/HSV 205° 82.76% 45.49%
CMYK 82.76% 34.48% 0.00%
54.51%

Color #144C74 in popluar number systems.

HEX 14 4C 74
Decimal 20 76 116
Binary 10100 1001100 1110100
Octal 24 114 164

Shades and tints

Shades of #144C74

#144C74
(20,76,116)
#13466A
(19,70,106)
#124060
(18,64,96)
#113A56
(17,58,86)
#10344C
(16,52,76)
#0F2E42
(15,46,66)
#0E2838
(14,40,56)
#0D222E
(13,34,46)
#0C1C24
(12,28,36)
#0B161A
(11,22,26)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #144C74

#144C74
(20,76,116)
#295C80
(41,92,128)
#3E6C8C
(62,108,140)
#537C98
(83,124,152)
#688CA4
(104,140,164)
#7D9CB0
(125,156,176)
#92ACBC
(146,172,188)
#A7BCC8
(167,188,200)
#BCCCD4
(188,204,212)
#D1DCE0
(209,220,224)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #144C74 color. Also use rgb(20,76,116) instead hex code.

Text Font Color

.myTextColor { color: #144C74; }

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

This text font color is #144C74.

Background Color

.myBgColor { background-color: #144C74; }

<div style="background-color:#144C74">Inner text</div>

This div background color is #144C74.

Border color

.myBorderColor { border: 1px solid #144C74; }

<div style="border:3px solid #144C74">Div</div>

This div border color is #144C74.

Opacity

.myOpacity80 { color: #144C74; opacity: 0.8; }

<p style="color:#144C74;opacity:0.8;">80%</p>

Text with #144C74 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 #144C74;}

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

This text has shadow with #144C74 color.


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

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

This text has shadow with #144C74 primary color and red secondary color.


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

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

This text has shadow with #144C74 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #144C74.

Preview

Color preview on black background

This text has color #144C74 on black background.


Color preview on white background

This text has color #144C74 on white background.


Black color preview on #144C74 background

This text has black color on #144C74 background.


White color preview on #144C74 background

This text has white color on #144C74 background.


Related colors

Complementary color

Complementary color for #hex is #EBB38B.


I love getcolorcode.com

Triadic colors

1 #74144C and #4C7414 with #144C74 are triadic colors.

2 #744C14 and #4C1474 with #144C74 are triadic colors.