COLOR #130F34

HEX: #130F34 RGB: (19,15,52)

Color info

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

RGB color model

#130F34 color RGB value is (19,15,52).

RGB: (19,15,52) (7%, 6%, 20%)

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 52 of 255 = 20%

19
15
52

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

Portions of RGB colors in percentages

R + G + B = 19 + 15 + 52 = 86 (100%)
R 19 of 86 ~ 22.09%
G 15 of 86 ~ 17.44%
B 52 of 86 ~ 60.47'%

%22.09
%17.44
%60.47

CMYK color model

#130F34 color CMYK value is (63,71,0,80).

  • cyan value is 63.46%
  • magenta value is 71.15%
  • yellow value is 0.00%
  • key color value is 79.61%

CMYK: (63,71,0,80)
C63M71Y0K80 (63%, 71%, 0%, 80%)
(0.63 / 0.71 / 0.00 / 0.80)

CMYK percentages

%63.46
%71.15
%0
%79.61

Codes

Color #130F34 in popluar color models

13 0F 34
RGB 19 15 52
HSL 246° 55.22% 13.14%
HSB/HSV 246° 71.15% 20.39%
CMYK 63.46% 71.15% 0.00%
79.61%

Color #130F34 in popluar number systems.

HEX 13 0F 34
Decimal 19 15 52
Binary 10011 1111 110100
Octal 23 17 64

Shades and tints

Shades of #130F34

#130F34
(19,15,52)
#120E30
(18,14,48)
#110D2C
(17,13,44)
#100C28
(16,12,40)
#0F0B24
(15,11,36)
#0E0A20
(14,10,32)
#0D091C
(13,9,28)
#0C0818
(12,8,24)
#0B0714
(11,7,20)
#0A0610
(10,6,16)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #130F34

#130F34
(19,15,52)
#282446
(40,36,70)
#3D3958
(61,57,88)
#524E6A
(82,78,106)
#67637C
(103,99,124)
#7C788E
(124,120,142)
#918DA0
(145,141,160)
#A6A2B2
(166,162,178)
#BBB7C4
(187,183,196)
#D0CCD6
(208,204,214)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130F34 color. Also use rgb(19,15,52) instead hex code.

Text Font Color

.myTextColor { color: #130F34; }

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

This text font color is #130F34.

Background Color

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

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

This div background color is #130F34.

Border color

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

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

This div border color is #130F34.

Opacity

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

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

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

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

This text has shadow with #130F34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130F34.

Preview

Color preview on black background

This text has color #130F34 on black background.


Color preview on white background

This text has color #130F34 on white background.


Black color preview on #130F34 background

This text has black color on #130F34 background.


White color preview on #130F34 background

This text has white color on #130F34 background.


Related colors

Complementary color

Complementary color for #hex is #ECF0CB.


I love getcolorcode.com

Triadic colors

1 #34130F and #0F3413 with #130F34 are triadic colors.

2 #340F13 and #0F1334 with #130F34 are triadic colors.