COLOR #130F43

HEX: #130F43 RGB: (19,15,67)

Color info

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

RGB color model

#130F43 color RGB value is (19,15,67).

RGB: (19,15,67) (7%, 6%, 26%)

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 67 of 255 = 26%

19
15
67

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

Portions of RGB colors in percentages

R + G + B = 19 + 15 + 67 = 101 (100%)
R 19 of 101 ~ 18.81%
G 15 of 101 ~ 14.85%
B 67 of 101 ~ 66.34'%

%18.81
%14.85
%66.34

CMYK color model

#130F43 color CMYK value is (72,78,0,74).

  • cyan value is 71.64%
  • magenta value is 77.61%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (72,78,0,74)
C72M78Y0K74 (72%, 78%, 0%, 74%)
(0.72 / 0.78 / 0.00 / 0.74)

CMYK percentages

%71.64
%77.61
%0
%73.73

Codes

Color #130F43 in popluar color models

13 0F 43
RGB 19 15 67
HSL 245° 63.41% 16.08%
HSB/HSV 245° 77.61% 26.27%
CMYK 71.64% 77.61% 0.00%
73.73%

Color #130F43 in popluar number systems.

HEX 13 0F 43
Decimal 19 15 67
Binary 10011 1111 1000011
Octal 23 17 103

Shades and tints

Shades of #130F43

#130F43
(19,15,67)
#120E3D
(18,14,61)
#110D37
(17,13,55)
#100C31
(16,12,49)
#0F0B2B
(15,11,43)
#0E0A25
(14,10,37)
#0D091F
(13,9,31)
#0C0819
(12,8,25)
#0B0713
(11,7,19)
#0A060D
(10,6,13)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #130F43

#130F43
(19,15,67)
#282454
(40,36,84)
#3D3965
(61,57,101)
#524E76
(82,78,118)
#676387
(103,99,135)
#7C7898
(124,120,152)
#918DA9
(145,141,169)
#A6A2BA
(166,162,186)
#BBB7CB
(187,183,203)
#D0CCDC
(208,204,220)
#E5E1ED
(229,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F43; }

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

This text font color is #130F43.

Background Color

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

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

This div background color is #130F43.

Border color

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

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

This div border color is #130F43.

Opacity

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

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

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

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

This text has shadow with #130F43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130F43.

Preview

Color preview on black background

This text has color #130F43 on black background.


Color preview on white background

This text has color #130F43 on white background.


Black color preview on #130F43 background

This text has black color on #130F43 background.


White color preview on #130F43 background

This text has white color on #130F43 background.


Related colors

Complementary color

Complementary color for #hex is #ECF0BC.


I love getcolorcode.com

Triadic colors

1 #43130F and #0F4313 with #130F43 are triadic colors.

2 #430F13 and #0F1343 with #130F43 are triadic colors.