COLOR #131848

HEX: #131848
RGB: (19,24,72)

Color info

#131848 contains red, green and blue colors in about the same proportion. Web safe color of #131848 is #000033 (or #003).

RGB color model

#131848 color RGB value is (19,24,72).

  • red value is 19;
  • green value is 24;
  • blue value is 72.
RGB: (19,24,72) (7%,9%,28%)

RGB channels and saturation

R 19 of 255 = 7%
G 24 of 255 = 9%
B 72 of 255 = 28%

19
24
72

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

Portions of RGB colors in percentages

R + G + B =
19 + 24 + 72 = 115 (100%)
R 19 of 115 ~ 16.52%
G 24 of 115 ~ 20.87%
B 72 of 115 ~ 62.61%

%16.52
%20.87
%62.61

CMYK color model

#131848 color CMYK value is (74,67,0,72).

  • cyan value is 73.61%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK: (74,67,0,72) C74M67Y0K72 (74%,67%,0%,72%) (0.74/0.67/0.00/0.72)

CMYK percentages

%73.61
%66.67
%0
%71.76

Codes

Color #131848 in popluar color models

131848
RGB192472
HSL234°58.24%17.84%
HSB/HSV234°73.61%28.24%
CMYK73.61%66.67%0.00%
71.76%

Color #131848 in popluar number systems.

HEX131848
Decimal192472
Binary10011110001001000
Octal2330110

Shades and tints

Shades of #131848

#131848
(19,24,72)
#121642
(18,22,66)
#11143C
(17,20,60)
#101236
(16,18,54)
#0F1030
(15,16,48)
#0E0E2A
(14,14,42)
#0D0C24
(13,12,36)
#0C0A1E
(12,10,30)
#0B0818
(11,8,24)
#0A0612
(10,6,18)
#09040C
(9,4,12)
#000000
(0,0,0)

Tints of #131848

#131848
(19,24,72)
#282D58
(40,45,88)
#3D4268
(61,66,104)
#525778
(82,87,120)
#676C88
(103,108,136)
#7C8198
(124,129,152)
#9196A8
(145,150,168)
#A6ABB8
(166,171,184)
#BBC0C8
(187,192,200)
#D0D5D8
(208,213,216)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131848 color. Also use rgb(19,24,72) instead hex code.

Text Font Color

.myTextColor { color: #131848; }

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

This text font color is #131848.


Background Color

.myBgColor { background-color: #131848; }

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

This div background color is #131848.


Border color

.myBorderColor { border: 1px solid #131848; }

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

This div border color is #131848.


Opacity

.myOpacity80 { color: #131848; opacity: 0.8; }

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

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

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

This text has shadow with #131848 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #131848 on black background.


Color preview on white background

This text has color #131848 on white background.



Black color preview on #131848 background

This text has black color on #131848 background.


White color preview on #131848 background

This text has white color on #131848 background.