COLOR #1350A1

HEX: #1350A1
RGB: (19,80,161)

Color info

#1350A1 contains mainly blue color. Web safe color of #1350A1 is #006699 (or #069).

RGB color model

#1350A1 color RGB value is (19,80,161).

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

RGB channels and saturation

R 19 of 255 = 7%
G 80 of 255 = 31%
B 161 of 255 = 63%

19
80
161

R + G + B ~ 34%. #1350A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 80 + 161 = 260 (100%)
R 19 of 260 ~ 7.31%
G 80 of 260 ~ 30.77%
B 161 of 260 ~ 61.92%

%30.77
%61.92

CMYK color model

#1350A1 color CMYK value is (88,50,0,37).

  • cyan value is 88.20%
  • magenta value is 50.31%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(88,50,0,37)
C88M50Y0K37 
(88%,50%,0%,37%)
(0.88/0.50/0.00/0.37)	

CMYK percentages

%88.2
%50.31
%0
%36.86

Codes

Color #1350A1 in popluar color models

1350A1
RGB1980161
HSL214°78.89%35.29%
HSB/HSV214°88.20%63.14%
CMYK88.20%50.31%0.00%
36.86%

Color #1350A1 in popluar number systems.

HEX1350A1
Decimal1980161
Binary10011101000010100001
Octal23120241

Shades and tints

Shades of #1350A1

#1350A1
(19,80,161)
#124993
(18,73,147)
#114285
(17,66,133)
#103B77
(16,59,119)
#0F3469
(15,52,105)
#0E2D5B
(14,45,91)
#0D264D
(13,38,77)
#0C1F3F
(12,31,63)
#0B1831
(11,24,49)
#0A1123
(10,17,35)
#090A15
(9,10,21)
#000000
(0,0,0)

Tints of #1350A1

#1350A1
(19,80,161)
#285FA9
(40,95,169)
#3D6EB1
(61,110,177)
#527DB9
(82,125,185)
#678CC1
(103,140,193)
#7C9BC9
(124,155,201)
#91AAD1
(145,170,209)
#A6B9D9
(166,185,217)
#BBC8E1
(187,200,225)
#D0D7E9
(208,215,233)
#E5E6F1
(229,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1350A1; }

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

This text font color is #1350A1.


Background Color

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

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

This div background color is #1350A1.


Border color

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

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

This div border color is #1350A1.


Opacity

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

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

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

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

This text has shadow with #1350A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1350A1 on black background.


Color preview on white background

This text has color #1350A1 on white background.



Black color preview on #1350A1 background

This text has black color on #1350A1 background.


White color preview on #1350A1 background

This text has white color on #1350A1 background.