COLOR #130D22

HEX: #130D22
RGB: (19,13,34)

Color info

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

RGB color model

#130D22 color RGB value is (19,13,34).

  • red value is 19;
  • green value is 13;
  • blue value is 34.
RGB:
(19,13,34)
(7%,5%,13%)

RGB channels and saturation

R 19 of 255 = 7%
G 13 of 255 = 5%
B 34 of 255 = 13%

19
13
34

R + G + B ~ 8%. #130D22 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 13 + 34 = 66 (100%)
R 19 of 66 ~ 28.79%
G 13 of 66 ~ 19.7%
B 34 of 66 ~ 51.52%

%28.79
%19.7
%51.52

CMYK color model

#130D22 color CMYK value is (44,62,0,87).

  • cyan value is 44.12%
  • magenta value is 61.76%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(44,62,0,87)
C44M62Y0K87 
(44%,62%,0%,87%)
(0.44/0.62/0.00/0.87)	

CMYK percentages

%44.12
%61.76
%0
%86.67

Codes

Color #130D22 in popluar color models

130D22
RGB191334
HSL257°44.68%9.22%
HSB/HSV257°61.76%13.33%
CMYK44.12%61.76%0.00%
86.67%

Color #130D22 in popluar number systems.

HEX130D22
Decimal191334
Binary100111101100010
Octal231542

Shades and tints

Shades of #130D22

#130D22
(19,13,34)
#120C1F
(18,12,31)
#110B1C
(17,11,28)
#100A19
(16,10,25)
#0F0916
(15,9,22)
#0E0813
(14,8,19)
#0D0710
(13,7,16)
#0C060D
(12,6,13)
#0B050A
(11,5,10)
#0A0407
(10,4,7)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #130D22

#130D22
(19,13,34)
#282336
(40,35,54)
#3D394A
(61,57,74)
#524F5E
(82,79,94)
#676572
(103,101,114)
#7C7B86
(124,123,134)
#91919A
(145,145,154)
#A6A7AE
(166,167,174)
#BBBDC2
(187,189,194)
#D0D3D6
(208,211,214)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130D22 color. Also use rgb(19,13,34) instead hex code.

Text Font Color

.myTextColor { color: #130D22; }

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

This text font color is #130D22.


Background Color

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

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

This div background color is #130D22.


Border color

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

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

This div border color is #130D22.


Opacity

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

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

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

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

This text has shadow with #130D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130D22 on black background.


Color preview on white background

This text has color #130D22 on white background.



Black color preview on #130D22 background

This text has black color on #130D22 background.


White color preview on #130D22 background

This text has white color on #130D22 background.