COLOR #13337C

HEX: #13337C RGB: (19,51,124)

Color info

#13337C contains mainly blue color. Web safe color of #13337C is #003366 (or #036).

RGB color model

#13337C color RGB value is (19,51,124).

RGB: (19,51,124) (7%, 20%, 49%)

RGB channels and saturation

R 19 of 255 = 7%
G 51 of 255 = 20%
B 124 of 255 = 49%

19
51
124

R + G + B ~ 25%. #13337C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 51 + 124 = 194 (100%)
R 19 of 194 ~ 9.79%
G 51 of 194 ~ 26.29%
B 124 of 194 ~ 63.92'%

%26.29
%63.92

CMYK color model

#13337C color CMYK value is (85,59,0,51).

  • cyan value is 84.68%
  • magenta value is 58.87%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (85,59,0,51)
C85M59Y0K51 (85%, 59%, 0%, 51%)
(0.85 / 0.59 / 0.00 / 0.51)

CMYK percentages

%84.68
%58.87
%0
%51.37

Codes

Color #13337C in popluar color models

13 33 7C
RGB 19 51 124
HSL 222° 73.43% 28.04%
HSB/HSV 222° 84.68% 48.63%
CMYK 84.68% 58.87% 0.00%
51.37%

Color #13337C in popluar number systems.

HEX 13 33 7C
Decimal 19 51 124
Binary 10011 110011 1111100
Octal 23 63 174

Shades and tints

Shades of #13337C

#13337C
(19,51,124)
#122F71
(18,47,113)
#112B66
(17,43,102)
#10275B
(16,39,91)
#0F2350
(15,35,80)
#0E1F45
(14,31,69)
#0D1B3A
(13,27,58)
#0C172F
(12,23,47)
#0B1324
(11,19,36)
#0A0F19
(10,15,25)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #13337C

#13337C
(19,51,124)
#284587
(40,69,135)
#3D5792
(61,87,146)
#52699D
(82,105,157)
#677BA8
(103,123,168)
#7C8DB3
(124,141,179)
#919FBE
(145,159,190)
#A6B1C9
(166,177,201)
#BBC3D4
(187,195,212)
#D0D5DF
(208,213,223)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13337C color. Also use rgb(19,51,124) instead hex code.

Text Font Color

.myTextColor { color: #13337C; }

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

This text font color is #13337C.

Background Color

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

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

This div background color is #13337C.

Border color

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

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

This div border color is #13337C.

Opacity

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

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

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

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

This text has shadow with #13337C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13337C.

Preview

Color preview on black background

This text has color #13337C on black background.


Color preview on white background

This text has color #13337C on white background.


Black color preview on #13337C background

This text has black color on #13337C background.


White color preview on #13337C background

This text has white color on #13337C background.


Related colors

Complementary color

Complementary color for #hex is #ECCC83.


I love getcolorcode.com

Triadic colors

1 #7C1333 and #337C13 with #13337C are triadic colors.

2 #7C3313 and #33137C with #13337C are triadic colors.