COLOR #1374A1

HEX: #1374A1
RGB: (19,116,161)

Color info

#1374A1 contains mainly green and blue colors. Web safe color of #1374A1 is #006699 (or #069).

RGB color model

#1374A1 color RGB value is (19,116,161).

  • red value is 19;
  • green value is 116;
  • blue value is 161.
RGB:
(19,116,161)
(7%,45%,63%)

RGB channels and saturation

R 19 of 255 = 7%
G 116 of 255 = 45%
B 161 of 255 = 63%

19
116
161

R + G + B ~ 38%. #1374A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 116 + 161 = 296 (100%)
R 19 of 296 ~ 6.42%
G 116 of 296 ~ 39.19%
B 161 of 296 ~ 54.39%

%39.19
%54.39

CMYK color model

#1374A1 color CMYK value is (88,28,0,37).

  • cyan value is 88.20%
  • magenta value is 27.95%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(88,28,0,37)
C88M28Y0K37 
(88%,28%,0%,37%)
(0.88/0.28/0.00/0.37)	

CMYK percentages

%88.2
%27.95
%0
%36.86

Codes

Color #1374A1 in popluar color models

1374A1
RGB19116161
HSL199°78.89%35.29%
HSB/HSV199°88.20%63.14%
CMYK88.20%27.95%0.00%
36.86%

Color #1374A1 in popluar number systems.

HEX1374A1
Decimal19116161
Binary10011111010010100001
Octal23164241

Shades and tints

Shades of #1374A1

#1374A1
(19,116,161)
#126A93
(18,106,147)
#116085
(17,96,133)
#105677
(16,86,119)
#0F4C69
(15,76,105)
#0E425B
(14,66,91)
#0D384D
(13,56,77)
#0C2E3F
(12,46,63)
#0B2431
(11,36,49)
#0A1A23
(10,26,35)
#091015
(9,16,21)
#000000
(0,0,0)

Tints of #1374A1

#1374A1
(19,116,161)
#2880A9
(40,128,169)
#3D8CB1
(61,140,177)
#5298B9
(82,152,185)
#67A4C1
(103,164,193)
#7CB0C9
(124,176,201)
#91BCD1
(145,188,209)
#A6C8D9
(166,200,217)
#BBD4E1
(187,212,225)
#D0E0E9
(208,224,233)
#E5ECF1
(229,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1374A1 color. Also use rgb(19,116,161) instead hex code.

Text Font Color

.myTextColor { color: #1374A1; }

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

This text font color is #1374A1.


Background Color

.myBgColor { background-color: #1374A1; }

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

This div background color is #1374A1.


Border color

.myBorderColor { border: 1px solid #1374A1; }

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

This div border color is #1374A1.


Opacity

.myOpacity80 { color: #1374A1; opacity: 0.8; }

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

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

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

This text has shadow with #1374A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1374A1 on black background.


Color preview on white background

This text has color #1374A1 on white background.



Black color preview on #1374A1 background

This text has black color on #1374A1 background.


White color preview on #1374A1 background

This text has white color on #1374A1 background.