COLOR #1358A9

HEX: #1358A9
RGB: (19,88,169)

Color info

#1358A9 contains mainly blue color. Web safe color of #1358A9 is #006699 (or #069).

RGB color model

#1358A9 color RGB value is (19,88,169).

  • red value is 19;
  • green value is 88;
  • blue value is 169.
RGB:
(19,88,169)
(7%,35%,66%)

RGB channels and saturation

R 19 of 255 = 7%
G 88 of 255 = 35%
B 169 of 255 = 66%

19
88
169

R + G + B ~ 36%. #1358A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 88 + 169 = 276 (100%)
R 19 of 276 ~ 6.88%
G 88 of 276 ~ 31.88%
B 169 of 276 ~ 61.23%

%31.88
%61.23

CMYK color model

#1358A9 color CMYK value is (89,48,0,34).

  • cyan value is 88.76%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(89,48,0,34)
C89M48Y0K34 
(89%,48%,0%,34%)
(0.89/0.48/0.00/0.34)	

CMYK percentages

%88.76
%47.93
%0
%33.73

Codes

Color #1358A9 in popluar color models

1358A9
RGB1988169
HSL212°79.79%36.86%
HSB/HSV212°88.76%66.27%
CMYK88.76%47.93%0.00%
33.73%

Color #1358A9 in popluar number systems.

HEX1358A9
Decimal1988169
Binary10011101100010101001
Octal23130251

Shades and tints

Shades of #1358A9

#1358A9
(19,88,169)
#12509A
(18,80,154)
#11488B
(17,72,139)
#10407C
(16,64,124)
#0F386D
(15,56,109)
#0E305E
(14,48,94)
#0D284F
(13,40,79)
#0C2040
(12,32,64)
#0B1831
(11,24,49)
#0A1022
(10,16,34)
#090813
(9,8,19)
#000000
(0,0,0)

Tints of #1358A9

#1358A9
(19,88,169)
#2867B0
(40,103,176)
#3D76B7
(61,118,183)
#5285BE
(82,133,190)
#6794C5
(103,148,197)
#7CA3CC
(124,163,204)
#91B2D3
(145,178,211)
#A6C1DA
(166,193,218)
#BBD0E1
(187,208,225)
#D0DFE8
(208,223,232)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1358A9 color. Also use rgb(19,88,169) instead hex code.

Text Font Color

.myTextColor { color: #1358A9; }

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

This text font color is #1358A9.


Background Color

.myBgColor { background-color: #1358A9; }

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

This div background color is #1358A9.


Border color

.myBorderColor { border: 1px solid #1358A9; }

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

This div border color is #1358A9.


Opacity

.myOpacity80 { color: #1358A9; opacity: 0.8; }

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

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

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

This text has shadow with #1358A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1358A9 on black background.


Color preview on white background

This text has color #1358A9 on white background.



Black color preview on #1358A9 background

This text has black color on #1358A9 background.


White color preview on #1358A9 background

This text has white color on #1358A9 background.