COLOR #130C45

HEX: #130C45 RGB: (19,12,69)

Color info

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

RGB color model

#130C45 color RGB value is (19,12,69).

RGB: (19,12,69) (7%, 5%, 27%)

RGB channels and saturation

R 19 of 255 = 7%
G 12 of 255 = 5%
B 69 of 255 = 27%

19
12
69

R + G + B ~ 13%. #130C45 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 12 + 69 = 100 (100%)
R 19 of 100 ~ 19%
G 12 of 100 ~ 12%
B 69 of 100 ~ 69'%

%19
%12
%69

CMYK color model

#130C45 color CMYK value is (72,83,0,73).

  • cyan value is 72.46%
  • magenta value is 82.61%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (72,83,0,73)
C72M83Y0K73 (72%, 83%, 0%, 73%)
(0.72 / 0.83 / 0.00 / 0.73)

CMYK percentages

%72.46
%82.61
%0
%72.94

Codes

Color #130C45 in popluar color models

13 0C 45
RGB 19 12 69
HSL 247° 70.37% 15.88%
HSB/HSV 247° 82.61% 27.06%
CMYK 72.46% 82.61% 0.00%
72.94%

Color #130C45 in popluar number systems.

HEX 13 0C 45
Decimal 19 12 69
Binary 10011 1100 1000101
Octal 23 14 105

Shades and tints

Shades of #130C45

#130C45
(19,12,69)
#120B3F
(18,11,63)
#110A39
(17,10,57)
#100933
(16,9,51)
#0F082D
(15,8,45)
#0E0727
(14,7,39)
#0D0621
(13,6,33)
#0C051B
(12,5,27)
#0B0415
(11,4,21)
#0A030F
(10,3,15)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #130C45

#130C45
(19,12,69)
#282255
(40,34,85)
#3D3865
(61,56,101)
#524E75
(82,78,117)
#676485
(103,100,133)
#7C7A95
(124,122,149)
#9190A5
(145,144,165)
#A6A6B5
(166,166,181)
#BBBCC5
(187,188,197)
#D0D2D5
(208,210,213)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130C45 color. Also use rgb(19,12,69) instead hex code.

Text Font Color

.myTextColor { color: #130C45; }

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

This text font color is #130C45.

Background Color

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

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

This div background color is #130C45.

Border color

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

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

This div border color is #130C45.

Opacity

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

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

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

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

This text has shadow with #130C45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130C45.

Preview

Color preview on black background

This text has color #130C45 on black background.


Color preview on white background

This text has color #130C45 on white background.


Black color preview on #130C45 background

This text has black color on #130C45 background.


White color preview on #130C45 background

This text has white color on #130C45 background.


Related colors

Complementary color

Complementary color for #hex is #ECF3BA.


I love getcolorcode.com

Triadic colors

1 #45130C and #0C4513 with #130C45 are triadic colors.

2 #450C13 and #0C1345 with #130C45 are triadic colors.