COLOR #134361

HEX: #134361
RGB: (19,67,97)

Color info

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

RGB color model

#134361 color RGB value is (19,67,97).

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

RGB channels and saturation

R 19 of 255 = 7%
G 67 of 255 = 26%
B 97 of 255 = 38%

19
67
97

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

Portions of RGB colors in percentages

R + G + B =
19 + 67 + 97 = 183 (100%)
R 19 of 183 ~ 10.38%
G 67 of 183 ~ 36.61%
B 97 of 183 ~ 53.01%

%10.38
%36.61
%53.01

CMYK color model

#134361 color CMYK value is (80,31,0,62).

  • cyan value is 80.41%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(80,31,0,62)
C80M31Y0K62 
(80%,31%,0%,62%)
(0.80/0.31/0.00/0.62)	

CMYK percentages

%80.41
%30.93
%0
%61.96

Codes

Color #134361 in popluar color models

134361
RGB196797
HSL203°67.24%22.75%
HSB/HSV203°80.41%38.04%
CMYK80.41%30.93%0.00%
61.96%

Color #134361 in popluar number systems.

HEX134361
Decimal196797
Binary1001110000111100001
Octal23103141

Shades and tints

Shades of #134361

#134361
(19,67,97)
#123D59
(18,61,89)
#113751
(17,55,81)
#103149
(16,49,73)
#0F2B41
(15,43,65)
#0E2539
(14,37,57)
#0D1F31
(13,31,49)
#0C1929
(12,25,41)
#0B1321
(11,19,33)
#0A0D19
(10,13,25)
#090711
(9,7,17)
#000000
(0,0,0)

Tints of #134361

#134361
(19,67,97)
#28546F
(40,84,111)
#3D657D
(61,101,125)
#52768B
(82,118,139)
#678799
(103,135,153)
#7C98A7
(124,152,167)
#91A9B5
(145,169,181)
#A6BAC3
(166,186,195)
#BBCBD1
(187,203,209)
#D0DCDF
(208,220,223)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134361; }

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

This text font color is #134361.


Background Color

.myBgColor { background-color: #134361; }

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

This div background color is #134361.


Border color

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

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

This div border color is #134361.


Opacity

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

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

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

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

This text has shadow with #134361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134361 on black background.


Color preview on white background

This text has color #134361 on white background.



Black color preview on #134361 background

This text has black color on #134361 background.


White color preview on #134361 background

This text has white color on #134361 background.