COLOR #13096C

HEX: #13096C
RGB: (19,9,108)

Color info

#13096C contains mainly blue color. Web safe color of #13096C is #000066 (or #006).

RGB color model

#13096C color RGB value is (19,9,108).

  • red value is 19;
  • green value is 9;
  • blue value is 108.
RGB:
(19,9,108)
(7%,4%,42%)

RGB channels and saturation

R 19 of 255 = 7%
G 9 of 255 = 4%
B 108 of 255 = 42%

19
9
108

R + G + B ~ 18%. #13096C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 9 + 108 = 136 (100%)
R 19 of 136 ~ 13.97%
G 9 of 136 ~ 6.62%
B 108 of 136 ~ 79.41%

%13.97
%79.41

CMYK color model

#13096C color CMYK value is (82,92,0,58).

  • cyan value is 82.41%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(82,92,0,58)
C82M92Y0K58 
(82%,92%,0%,58%)
(0.82/0.92/0.00/0.58)	

CMYK percentages

%82.41
%91.67
%0
%57.65

Codes

Color #13096C in popluar color models

13096C
RGB199108
HSL246°84.62%22.94%
HSB/HSV246°91.67%42.35%
CMYK82.41%91.67%0.00%
57.65%

Color #13096C in popluar number systems.

HEX13096C
Decimal199108
Binary1001110011101100
Octal2311154

Shades and tints

Shades of #13096C

#13096C
(19,9,108)
#120963
(18,9,99)
#11095A
(17,9,90)
#100951
(16,9,81)
#0F0948
(15,9,72)
#0E093F
(14,9,63)
#0D0936
(13,9,54)
#0C092D
(12,9,45)
#0B0924
(11,9,36)
#0A091B
(10,9,27)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #13096C

#13096C
(19,9,108)
#281F79
(40,31,121)
#3D3586
(61,53,134)
#524B93
(82,75,147)
#6761A0
(103,97,160)
#7C77AD
(124,119,173)
#918DBA
(145,141,186)
#A6A3C7
(166,163,199)
#BBB9D4
(187,185,212)
#D0CFE1
(208,207,225)
#E5E5EE
(229,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13096C color. Also use rgb(19,9,108) instead hex code.

Text Font Color

.myTextColor { color: #13096C; }

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

This text font color is #13096C.


Background Color

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

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

This div background color is #13096C.


Border color

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

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

This div border color is #13096C.


Opacity

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

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

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

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

This text has shadow with #13096C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13096C on black background.


Color preview on white background

This text has color #13096C on white background.



Black color preview on #13096C background

This text has black color on #13096C background.


White color preview on #13096C background

This text has white color on #13096C background.