COLOR #1353A7

HEX: #1353A7 RGB: (19,83,167)

Color info

#1353A7 contains mainly blue color. Web safe color of #1353A7 is #006699 (or #069).

RGB color model

#1353A7 color RGB value is (19,83,167).

RGB: (19,83,167) (7%, 33%, 65%)

RGB channels and saturation

R 19 of 255 = 7%
G 83 of 255 = 33%
B 167 of 255 = 65%

19
83
167

R + G + B ~ 35%. #1353A7 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 83 + 167 = 269 (100%)
R 19 of 269 ~ 7.06%
G 83 of 269 ~ 30.86%
B 167 of 269 ~ 62.08'%

%30.86
%62.08

CMYK color model

#1353A7 color CMYK value is (89,50,0,35).

  • cyan value is 88.62%
  • magenta value is 50.30%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (89,50,0,35)
C89M50Y0K35 (89%, 50%, 0%, 35%)
(0.89 / 0.50 / 0.00 / 0.35)

CMYK percentages

%88.62
%50.3
%0
%34.51

Codes

Color #1353A7 in popluar color models

13 53 A7
RGB 19 83 167
HSL 214° 79.57% 36.47%
HSB/HSV 214° 88.62% 65.49%
CMYK 88.62% 50.30% 0.00%
34.51%

Color #1353A7 in popluar number systems.

HEX 13 53 A7
Decimal 19 83 167
Binary 10011 1010011 10100111
Octal 23 123 247

Shades and tints

Shades of #1353A7

#1353A7
(19,83,167)
#124C98
(18,76,152)
#114589
(17,69,137)
#103E7A
(16,62,122)
#0F376B
(15,55,107)
#0E305C
(14,48,92)
#0D294D
(13,41,77)
#0C223E
(12,34,62)
#0B1B2F
(11,27,47)
#0A1420
(10,20,32)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #1353A7

#1353A7
(19,83,167)
#2862AF
(40,98,175)
#3D71B7
(61,113,183)
#5280BF
(82,128,191)
#678FC7
(103,143,199)
#7C9ECF
(124,158,207)
#91ADD7
(145,173,215)
#A6BCDF
(166,188,223)
#BBCBE7
(187,203,231)
#D0DAEF
(208,218,239)
#E5E9F7
(229,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1353A7 color. Also use rgb(19,83,167) instead hex code.

Text Font Color

.myTextColor { color: #1353A7; }

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

This text font color is #1353A7.

Background Color

.myBgColor { background-color: #1353A7; }

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

This div background color is #1353A7.

Border color

.myBorderColor { border: 1px solid #1353A7; }

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

This div border color is #1353A7.

Opacity

.myOpacity80 { color: #1353A7; opacity: 0.8; }

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

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

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

This text has shadow with #1353A7 color.


.textShadow {text-shadow: 3px 3px 1px #1353A7', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1353A7; -webkit-box-shadow: 1px 1px 3px 2px #1353A7; box-shadow:1px 1px 3px 2px #1353A7;">
Div content here
</div>

This div box has shadow with color #1353A7.

Preview

Color preview on black background

This text has color #1353A7 on black background.


Color preview on white background

This text has color #1353A7 on white background.


Black color preview on #1353A7 background

This text has black color on #1353A7 background.


White color preview on #1353A7 background

This text has white color on #1353A7 background.


Related colors

Complementary color

Complementary color for #hex is #ECAC58.


I love getcolorcode.com

Triadic colors

1 #A71353 and #53A713 with #1353A7 are triadic colors.

2 #A75313 and #5313A7 with #1353A7 are triadic colors.