COLOR #13283B

HEX: #13283B
RGB: (19,40,59)

Color info

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

RGB color model

#13283B color RGB value is (19,40,59).

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

RGB channels and saturation

R 19 of 255 = 7%
G 40 of 255 = 16%
B 59 of 255 = 23%

19
40
59

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

Portions of RGB colors in percentages

R + G + B =
19 + 40 + 59 = 118 (100%)
R 19 of 118 ~ 16.1%
G 40 of 118 ~ 33.9%
B 59 of 118 ~ 50%

%16.1
%33.9
%50

CMYK color model

#13283B color CMYK value is (68,32,0,77).

  • cyan value is 67.80%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(68,32,0,77)
C68M32Y0K77 
(68%,32%,0%,77%)
(0.68/0.32/0.00/0.77)	

CMYK percentages

%67.8
%32.2
%0
%76.86

Codes

Color #13283B in popluar color models

13283B
RGB194059
HSL209°51.28%15.29%
HSB/HSV209°67.80%23.14%
CMYK67.80%32.20%0.00%
76.86%

Color #13283B in popluar number systems.

HEX13283B
Decimal194059
Binary10011101000111011
Octal235073

Shades and tints

Shades of #13283B

#13283B
(19,40,59)
#122536
(18,37,54)
#112231
(17,34,49)
#101F2C
(16,31,44)
#0F1C27
(15,28,39)
#0E1922
(14,25,34)
#0D161D
(13,22,29)
#0C1318
(12,19,24)
#0B1013
(11,16,19)
#0A0D0E
(10,13,14)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #13283B

#13283B
(19,40,59)
#283B4C
(40,59,76)
#3D4E5D
(61,78,93)
#52616E
(82,97,110)
#67747F
(103,116,127)
#7C8790
(124,135,144)
#919AA1
(145,154,161)
#A6ADB2
(166,173,178)
#BBC0C3
(187,192,195)
#D0D3D4
(208,211,212)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13283B; }

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

This text font color is #13283B.


Background Color

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

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

This div background color is #13283B.


Border color

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

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

This div border color is #13283B.


Opacity

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

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

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

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

This text has shadow with #13283B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13283B on black background.


Color preview on white background

This text has color #13283B on white background.



Black color preview on #13283B background

This text has black color on #13283B background.


White color preview on #13283B background

This text has white color on #13283B background.