COLOR #130C48

HEX: #130C48
RGB: (19,12,72)

Color info

#130C48 contains mainly red and blue colors. Web safe color of #130C48 is #000033 (or #003).

RGB color model

#130C48 color RGB value is (19,12,72).

  • red value is 19;
  • green value is 12;
  • blue value is 72.
RGB:
(19,12,72)
(7%,5%,28%)

RGB channels and saturation

R 19 of 255 = 7%
G 12 of 255 = 5%
B 72 of 255 = 28%

19
12
72

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

Portions of RGB colors in percentages

R + G + B =
19 + 12 + 72 = 103 (100%)
R 19 of 103 ~ 18.45%
G 12 of 103 ~ 11.65%
B 72 of 103 ~ 69.9%

%18.45
%11.65
%69.9

CMYK color model

#130C48 color CMYK value is (74,83,0,72).

  • cyan value is 73.61%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(74,83,0,72)
C74M83Y0K72 
(74%,83%,0%,72%)
(0.74/0.83/0.00/0.72)	

CMYK percentages

%73.61
%83.33
%0
%71.76

Codes

Color #130C48 in popluar color models

130C48
RGB191272
HSL247°71.43%16.47%
HSB/HSV247°83.33%28.24%
CMYK73.61%83.33%0.00%
71.76%

Color #130C48 in popluar number systems.

HEX130C48
Decimal191272
Binary1001111001001000
Octal2314110

Shades and tints

Shades of #130C48

#130C48
(19,12,72)
#120B42
(18,11,66)
#110A3C
(17,10,60)
#100936
(16,9,54)
#0F0830
(15,8,48)
#0E072A
(14,7,42)
#0D0624
(13,6,36)
#0C051E
(12,5,30)
#0B0418
(11,4,24)
#0A0312
(10,3,18)
#09020C
(9,2,12)
#000000
(0,0,0)

Tints of #130C48

#130C48
(19,12,72)
#282258
(40,34,88)
#3D3868
(61,56,104)
#524E78
(82,78,120)
#676488
(103,100,136)
#7C7A98
(124,122,152)
#9190A8
(145,144,168)
#A6A6B8
(166,166,184)
#BBBCC8
(187,188,200)
#D0D2D8
(208,210,216)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130C48; }

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

This text font color is #130C48.


Background Color

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

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

This div background color is #130C48.


Border color

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

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

This div border color is #130C48.


Opacity

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

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

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

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

This text has shadow with #130C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130C48 on black background.


Color preview on white background

This text has color #130C48 on white background.



Black color preview on #130C48 background

This text has black color on #130C48 background.


White color preview on #130C48 background

This text has white color on #130C48 background.