COLOR #130E38

HEX: #130E38
RGB: (19,14,56)

Color info

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

RGB color model

#130E38 color RGB value is (19,14,56).

  • red value is 19;
  • green value is 14;
  • blue value is 56.
RGB:
(19,14,56)
(7%,5%,22%)

RGB channels and saturation

R 19 of 255 = 7%
G 14 of 255 = 5%
B 56 of 255 = 22%

19
14
56

R + G + B ~ 11%. #130E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 14 + 56 = 89 (100%)
R 19 of 89 ~ 21.35%
G 14 of 89 ~ 15.73%
B 56 of 89 ~ 62.92%

%21.35
%15.73
%62.92

CMYK color model

#130E38 color CMYK value is (66,75,0,78).

  • cyan value is 66.07%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(66,75,0,78)
C66M75Y0K78 
(66%,75%,0%,78%)
(0.66/0.75/0.00/0.78)	

CMYK percentages

%66.07
%75
%0
%78.04

Codes

Color #130E38 in popluar color models

130E38
RGB191456
HSL247°60.00%13.73%
HSB/HSV247°75.00%21.96%
CMYK66.07%75.00%0.00%
78.04%

Color #130E38 in popluar number systems.

HEX130E38
Decimal191456
Binary100111110111000
Octal231670

Shades and tints

Shades of #130E38

#130E38
(19,14,56)
#120D33
(18,13,51)
#110C2E
(17,12,46)
#100B29
(16,11,41)
#0F0A24
(15,10,36)
#0E091F
(14,9,31)
#0D081A
(13,8,26)
#0C0715
(12,7,21)
#0B0610
(11,6,16)
#0A050B
(10,5,11)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #130E38

#130E38
(19,14,56)
#28234A
(40,35,74)
#3D385C
(61,56,92)
#524D6E
(82,77,110)
#676280
(103,98,128)
#7C7792
(124,119,146)
#918CA4
(145,140,164)
#A6A1B6
(166,161,182)
#BBB6C8
(187,182,200)
#D0CBDA
(208,203,218)
#E5E0EC
(229,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130E38 color. Also use rgb(19,14,56) instead hex code.

Text Font Color

.myTextColor { color: #130E38; }

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

This text font color is #130E38.


Background Color

.myBgColor { background-color: #130E38; }

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

This div background color is #130E38.


Border color

.myBorderColor { border: 1px solid #130E38; }

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

This div border color is #130E38.


Opacity

.myOpacity80 { color: #130E38; opacity: 0.8; }

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

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

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

This text has shadow with #130E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130E38 on black background.


Color preview on white background

This text has color #130E38 on white background.



Black color preview on #130E38 background

This text has black color on #130E38 background.


White color preview on #130E38 background

This text has white color on #130E38 background.