COLOR #130C3E

HEX: #130C3E
RGB: (19,12,62)

Color info

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

RGB color model

#130C3E color RGB value is (19,12,62).

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

RGB channels and saturation

R 19 of 255 = 7%
G 12 of 255 = 5%
B 62 of 255 = 24%

19
12
62

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

Portions of RGB colors in percentages

R + G + B =
19 + 12 + 62 = 93 (100%)
R 19 of 93 ~ 20.43%
G 12 of 93 ~ 12.9%
B 62 of 93 ~ 66.67%

%20.43
%12.9
%66.67

CMYK color model

#130C3E color CMYK value is (69,81,0,76).

  • cyan value is 69.35%
  • magenta value is 80.65%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(69,81,0,76)
C69M81Y0K76 
(69%,81%,0%,76%)
(0.69/0.81/0.00/0.76)	

CMYK percentages

%69.35
%80.65
%0
%75.69

Codes

Color #130C3E in popluar color models

130C3E
RGB191262
HSL248°67.57%14.51%
HSB/HSV248°80.65%24.31%
CMYK69.35%80.65%0.00%
75.69%

Color #130C3E in popluar number systems.

HEX130C3E
Decimal191262
Binary100111100111110
Octal231476

Shades and tints

Shades of #130C3E

#130C3E
(19,12,62)
#120B39
(18,11,57)
#110A34
(17,10,52)
#10092F
(16,9,47)
#0F082A
(15,8,42)
#0E0725
(14,7,37)
#0D0620
(13,6,32)
#0C051B
(12,5,27)
#0B0416
(11,4,22)
#0A0311
(10,3,17)
#09020C
(9,2,12)
#000000
(0,0,0)

Tints of #130C3E

#130C3E
(19,12,62)
#28224F
(40,34,79)
#3D3860
(61,56,96)
#524E71
(82,78,113)
#676482
(103,100,130)
#7C7A93
(124,122,147)
#9190A4
(145,144,164)
#A6A6B5
(166,166,181)
#BBBCC6
(187,188,198)
#D0D2D7
(208,210,215)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130C3E; }

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

This text font color is #130C3E.


Background Color

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

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

This div background color is #130C3E.


Border color

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

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

This div border color is #130C3E.


Opacity

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

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

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

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

This text has shadow with #130C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130C3E on black background.


Color preview on white background

This text has color #130C3E on white background.



Black color preview on #130C3E background

This text has black color on #130C3E background.


White color preview on #130C3E background

This text has white color on #130C3E background.