COLOR #131263

HEX: #131263
RGB: (19,18,99)

Color info

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

RGB color model

#131263 color RGB value is (19,18,99).

  • red value is 19;
  • green value is 18;
  • blue value is 99.
RGB:
(19,18,99)
(7%,7%,39%)

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 99 of 255 = 39%

19
18
99

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

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 99 = 136 (100%)
R 19 of 136 ~ 13.97%
G 18 of 136 ~ 13.24%
B 99 of 136 ~ 72.79%

%13.97
%13.24
%72.79

CMYK color model

#131263 color CMYK value is (81,82,0,61).

  • cyan value is 80.81%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(81,82,0,61)
C81M82Y0K61 
(81%,82%,0%,61%)
(0.81/0.82/0.00/0.61)	

CMYK percentages

%80.81
%81.82
%0
%61.18

Codes

Color #131263 in popluar color models

131263
RGB191899
HSL241°69.23%22.94%
HSB/HSV241°81.82%38.82%
CMYK80.81%81.82%0.00%
61.18%

Color #131263 in popluar number systems.

HEX131263
Decimal191899
Binary10011100101100011
Octal2322143

Shades and tints

Shades of #131263

#131263
(19,18,99)
#12115A
(18,17,90)
#111051
(17,16,81)
#100F48
(16,15,72)
#0F0E3F
(15,14,63)
#0E0D36
(14,13,54)
#0D0C2D
(13,12,45)
#0C0B24
(12,11,36)
#0B0A1B
(11,10,27)
#0A0912
(10,9,18)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #131263

#131263
(19,18,99)
#282771
(40,39,113)
#3D3C7F
(61,60,127)
#52518D
(82,81,141)
#67669B
(103,102,155)
#7C7BA9
(124,123,169)
#9190B7
(145,144,183)
#A6A5C5
(166,165,197)
#BBBAD3
(187,186,211)
#D0CFE1
(208,207,225)
#E5E4EF
(229,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131263 color. Also use rgb(19,18,99) instead hex code.

Text Font Color

.myTextColor { color: #131263; }

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

This text font color is #131263.


Background Color

.myBgColor { background-color: #131263; }

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

This div background color is #131263.


Border color

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

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

This div border color is #131263.


Opacity

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

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

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

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

This text has shadow with #131263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131263 on black background.


Color preview on white background

This text has color #131263 on white background.



Black color preview on #131263 background

This text has black color on #131263 background.


White color preview on #131263 background

This text has white color on #131263 background.