COLOR #13223C

HEX: #13223C
RGB: (19,34,60)

Color info

#13223C contains red, green and blue colors in about the same proportion. Web safe color of #13223C is #003333 (or #033).

RGB color model

#13223C color RGB value is (19,34,60).

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

RGB channels and saturation

R 19 of 255 = 7%
G 34 of 255 = 13%
B 60 of 255 = 24%

19
34
60

R + G + B ~ 15%. #13223C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 34 + 60 = 113 (100%)
R 19 of 113 ~ 16.81%
G 34 of 113 ~ 30.09%
B 60 of 113 ~ 53.1%

%16.81
%30.09
%53.1

CMYK color model

#13223C color CMYK value is (68,43,0,76).

  • cyan value is 68.33%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(68,43,0,76)
C68M43Y0K76 
(68%,43%,0%,76%)
(0.68/0.43/0.00/0.76)	

CMYK percentages

%68.33
%43.33
%0
%76.47

Codes

Color #13223C in popluar color models

13223C
RGB193460
HSL218°51.90%15.49%
HSB/HSV218°68.33%23.53%
CMYK68.33%43.33%0.00%
76.47%

Color #13223C in popluar number systems.

HEX13223C
Decimal193460
Binary10011100010111100
Octal234274

Shades and tints

Shades of #13223C

#13223C
(19,34,60)
#121F37
(18,31,55)
#111C32
(17,28,50)
#10192D
(16,25,45)
#0F1628
(15,22,40)
#0E1323
(14,19,35)
#0D101E
(13,16,30)
#0C0D19
(12,13,25)
#0B0A14
(11,10,20)
#0A070F
(10,7,15)
#09040A
(9,4,10)
#000000
(0,0,0)

Tints of #13223C

#13223C
(19,34,60)
#28364D
(40,54,77)
#3D4A5E
(61,74,94)
#525E6F
(82,94,111)
#677280
(103,114,128)
#7C8691
(124,134,145)
#919AA2
(145,154,162)
#A6AEB3
(166,174,179)
#BBC2C4
(187,194,196)
#D0D6D5
(208,214,213)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13223C color. Also use rgb(19,34,60) instead hex code.

Text Font Color

.myTextColor { color: #13223C; }

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

This text font color is #13223C.


Background Color

.myBgColor { background-color: #13223C; }

<div style="background-color:#13223C">Inner text</div>

This div background color is #13223C.


Border color

.myBorderColor { border: 1px solid #13223C; }

<div style="border:3px solid #13223C">Div</div>

This div border color is #13223C.


Opacity

.myOpacity80 { color: #13223C; opacity: 0.8; }

<p style="color:#13223C;opacity:0.8;">80%</p>

Text with #13223C 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 #13223C;}

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

This text has shadow with #13223C color.

.textShadow {text-shadow: 3px 3px 1px #13223C, 3px 3px 1px red;}

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

This text has shadow with #13223C primary color and red secondary color.


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

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

This text has shadow with #13223C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13223C on black background.


Color preview on white background

This text has color #13223C on white background.



Black color preview on #13223C background

This text has black color on #13223C background.


White color preview on #13223C background

This text has white color on #13223C background.