COLOR #130B37

HEX: #130B37 RGB: (19,11,55)

Color info

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

RGB color model

#130B37 color RGB value is (19,11,55).

RGB: (19,11,55) (7%, 4%, 22%)

RGB channels and saturation

R 19 of 255 = 7%
G 11 of 255 = 4%
B 55 of 255 = 22%

19
11
55

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

Portions of RGB colors in percentages

R + G + B = 19 + 11 + 55 = 85 (100%)
R 19 of 85 ~ 22.35%
G 11 of 85 ~ 12.94%
B 55 of 85 ~ 64.71'%

%22.35
%12.94
%64.71

CMYK color model

#130B37 color CMYK value is (65,80,0,78).

  • cyan value is 65.45%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (65,80,0,78)
C65M80Y0K78 (65%, 80%, 0%, 78%)
(0.65 / 0.80 / 0.00 / 0.78)

CMYK percentages

%65.45
%80
%0
%78.43

Codes

Color #130B37 in popluar color models

13 0B 37
RGB 19 11 55
HSL 251° 66.67% 12.94%
HSB/HSV 251° 80.00% 21.57%
CMYK 65.45% 80.00% 0.00%
78.43%

Color #130B37 in popluar number systems.

HEX 13 0B 37
Decimal 19 11 55
Binary 10011 1011 110111
Octal 23 13 67

Shades and tints

Shades of #130B37

#130B37
(19,11,55)
#120A32
(18,10,50)
#11092D
(17,9,45)
#100828
(16,8,40)
#0F0723
(15,7,35)
#0E061E
(14,6,30)
#0D0519
(13,5,25)
#0C0414
(12,4,20)
#0B030F
(11,3,15)
#0A020A
(10,2,10)
#090105
(9,1,5)
#000000
(0,0,0)

Tints of #130B37

#130B37
(19,11,55)
#282149
(40,33,73)
#3D375B
(61,55,91)
#524D6D
(82,77,109)
#67637F
(103,99,127)
#7C7991
(124,121,145)
#918FA3
(145,143,163)
#A6A5B5
(166,165,181)
#BBBBC7
(187,187,199)
#D0D1D9
(208,209,217)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130B37 color. Also use rgb(19,11,55) instead hex code.

Text Font Color

.myTextColor { color: #130B37; }

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

This text font color is #130B37.

Background Color

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

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

This div background color is #130B37.

Border color

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

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

This div border color is #130B37.

Opacity

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

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

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

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

This text has shadow with #130B37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130B37.

Preview

Color preview on black background

This text has color #130B37 on black background.


Color preview on white background

This text has color #130B37 on white background.


Black color preview on #130B37 background

This text has black color on #130B37 background.


White color preview on #130B37 background

This text has white color on #130B37 background.


Related colors

Complementary color

Complementary color for #hex is #ECF4C8.


I love getcolorcode.com

Triadic colors

1 #37130B and #0B3713 with #130B37 are triadic colors.

2 #370B13 and #0B1337 with #130B37 are triadic colors.