COLOR #134363

HEX: #134363
RGB: (19,67,99)

Color info

#134363 contains mainly green and blue colors. Web safe color of #134363 is #003366 (or #036).

RGB color model

#134363 color RGB value is (19,67,99).

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

RGB channels and saturation

R 19 of 255 = 7%
G 67 of 255 = 26%
B 99 of 255 = 39%

19
67
99

R + G + B ~ 24%. #134363 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 67 + 99 = 185 (100%)
R 19 of 185 ~ 10.27%
G 67 of 185 ~ 36.22%
B 99 of 185 ~ 53.51%

%10.27
%36.22
%53.51

CMYK color model

#134363 color CMYK value is (81,32,0,61).

  • cyan value is 80.81%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(81,32,0,61)
C81M32Y0K61 
(81%,32%,0%,61%)
(0.81/0.32/0.00/0.61)	

CMYK percentages

%80.81
%32.32
%0
%61.18

Codes

Color #134363 in popluar color models

134363
RGB196799
HSL204°67.80%23.14%
HSB/HSV204°80.81%38.82%
CMYK80.81%32.32%0.00%
61.18%

Color #134363 in popluar number systems.

HEX134363
Decimal196799
Binary1001110000111100011
Octal23103143

Shades and tints

Shades of #134363

#134363
(19,67,99)
#123D5A
(18,61,90)
#113751
(17,55,81)
#103148
(16,49,72)
#0F2B3F
(15,43,63)
#0E2536
(14,37,54)
#0D1F2D
(13,31,45)
#0C1924
(12,25,36)
#0B131B
(11,19,27)
#0A0D12
(10,13,18)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #134363

#134363
(19,67,99)
#285471
(40,84,113)
#3D657F
(61,101,127)
#52768D
(82,118,141)
#67879B
(103,135,155)
#7C98A9
(124,152,169)
#91A9B7
(145,169,183)
#A6BAC5
(166,186,197)
#BBCBD3
(187,203,211)
#D0DCE1
(208,220,225)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134363; }

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

This text font color is #134363.


Background Color

.myBgColor { background-color: #134363; }

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

This div background color is #134363.


Border color

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

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

This div border color is #134363.


Opacity

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

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

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

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

This text has shadow with #134363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134363 on black background.


Color preview on white background

This text has color #134363 on white background.



Black color preview on #134363 background

This text has black color on #134363 background.


White color preview on #134363 background

This text has white color on #134363 background.