COLOR #141138

HEX: #141138
RGB: (20,17,56)

Color info

#141138 contains red, green and blue colors in about the same proportion. Web safe color of #141138 is #000033 (or #003).

RGB color model

#141138 color RGB value is (20,17,56).

  • red value is 20;
  • green value is 17;
  • blue value is 56.
RGB:
(20,17,56)
(8%,7%,22%)

RGB channels and saturation

R 20 of 255 = 8%
G 17 of 255 = 7%
B 56 of 255 = 22%

20
17
56

R + G + B ~ 12%. #141138 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 17 + 56 = 93 (100%)
R 20 of 93 ~ 21.51%
G 17 of 93 ~ 18.28%
B 56 of 93 ~ 60.22%

%21.51
%18.28
%60.22

CMYK color model

#141138 color CMYK value is (64,70,0,78).

  • cyan value is 64.29%
  • magenta value is 69.64%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(64,70,0,78)
C64M70Y0K78 
(64%,70%,0%,78%)
(0.64/0.70/0.00/0.78)	

CMYK percentages

%64.29
%69.64
%0
%78.04

Codes

Color #141138 in popluar color models

141138
RGB201756
HSL245°53.42%14.31%
HSB/HSV245°69.64%21.96%
CMYK64.29%69.64%0.00%
78.04%

Color #141138 in popluar number systems.

HEX141138
Decimal201756
Binary1010010001111000
Octal242170

Shades and tints

Shades of #141138

#141138
(20,17,56)
#131033
(19,16,51)
#120F2E
(18,15,46)
#110E29
(17,14,41)
#100D24
(16,13,36)
#0F0C1F
(15,12,31)
#0E0B1A
(14,11,26)
#0D0A15
(13,10,21)
#0C0910
(12,9,16)
#0B080B
(11,8,11)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #141138

#141138
(20,17,56)
#29264A
(41,38,74)
#3E3B5C
(62,59,92)
#53506E
(83,80,110)
#686580
(104,101,128)
#7D7A92
(125,122,146)
#928FA4
(146,143,164)
#A7A4B6
(167,164,182)
#BCB9C8
(188,185,200)
#D1CEDA
(209,206,218)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141138 color. Also use rgb(20,17,56) instead hex code.

Text Font Color

.myTextColor { color: #141138; }

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

This text font color is #141138.


Background Color

.myBgColor { background-color: #141138; }

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

This div background color is #141138.


Border color

.myBorderColor { border: 1px solid #141138; }

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

This div border color is #141138.


Opacity

.myOpacity80 { color: #141138; opacity: 0.8; }

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

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

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

This text has shadow with #141138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141138 on black background.


Color preview on white background

This text has color #141138 on white background.



Black color preview on #141138 background

This text has black color on #141138 background.


White color preview on #141138 background

This text has white color on #141138 background.