COLOR #13253B

HEX: #13253B
RGB: (19,37,59)

Color info

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

RGB color model

#13253B color RGB value is (19,37,59).

  • red value is 19;
  • green value is 37;
  • blue value is 59.
RGB:
(19,37,59)
(7%,15%,23%)

RGB channels and saturation

R 19 of 255 = 7%
G 37 of 255 = 15%
B 59 of 255 = 23%

19
37
59

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

Portions of RGB colors in percentages

R + G + B =
19 + 37 + 59 = 115 (100%)
R 19 of 115 ~ 16.52%
G 37 of 115 ~ 32.17%
B 59 of 115 ~ 51.3%

%16.52
%32.17
%51.3

CMYK color model

#13253B color CMYK value is (68,37,0,77).

  • cyan value is 67.80%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(68,37,0,77)
C68M37Y0K77 
(68%,37%,0%,77%)
(0.68/0.37/0.00/0.77)	

CMYK percentages

%67.8
%37.29
%0
%76.86

Codes

Color #13253B in popluar color models

13253B
RGB193759
HSL213°51.28%15.29%
HSB/HSV213°67.80%23.14%
CMYK67.80%37.29%0.00%
76.86%

Color #13253B in popluar number systems.

HEX13253B
Decimal193759
Binary10011100101111011
Octal234573

Shades and tints

Shades of #13253B

#13253B
(19,37,59)
#122236
(18,34,54)
#111F31
(17,31,49)
#101C2C
(16,28,44)
#0F1927
(15,25,39)
#0E1622
(14,22,34)
#0D131D
(13,19,29)
#0C1018
(12,16,24)
#0B0D13
(11,13,19)
#0A0A0E
(10,10,14)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #13253B

#13253B
(19,37,59)
#28384C
(40,56,76)
#3D4B5D
(61,75,93)
#525E6E
(82,94,110)
#67717F
(103,113,127)
#7C8490
(124,132,144)
#9197A1
(145,151,161)
#A6AAB2
(166,170,178)
#BBBDC3
(187,189,195)
#D0D0D4
(208,208,212)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13253B color. Also use rgb(19,37,59) instead hex code.

Text Font Color

.myTextColor { color: #13253B; }

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

This text font color is #13253B.


Background Color

.myBgColor { background-color: #13253B; }

<div style="background-color:#13253B">Inner text</div>

This div background color is #13253B.


Border color

.myBorderColor { border: 1px solid #13253B; }

<div style="border:3px solid #13253B">Div</div>

This div border color is #13253B.


Opacity

.myOpacity80 { color: #13253B; opacity: 0.8; }

<p style="color:#13253B;opacity:0.8;">80%</p>

Text with #13253B 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 #13253B;}

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

This text has shadow with #13253B color.

.textShadow {text-shadow: 3px 3px 1px #13253B, 3px 3px 1px red;}

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

This text has shadow with #13253B primary color and red secondary color.


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

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

This text has shadow with #13253B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13253B on black background.


Color preview on white background

This text has color #13253B on white background.



Black color preview on #13253B background

This text has black color on #13253B background.


White color preview on #13253B background

This text has white color on #13253B background.