COLOR #1958A9

HEX: #1958A9
RGB: (25,88,169)

Color info

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

RGB color model

#1958A9 color RGB value is (25,88,169).

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

RGB channels and saturation

R 25 of 255 = 10%
G 88 of 255 = 35%
B 169 of 255 = 66%

25
88
169

R + G + B ~ 37%. #1958A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 88 + 169 = 282 (100%)
R 25 of 282 ~ 8.87%
G 88 of 282 ~ 31.21%
B 169 of 282 ~ 59.93%

%31.21
%59.93

CMYK color model

#1958A9 color CMYK value is (85,48,0,34).

  • cyan value is 85.21%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(85,48,0,34)
C85M48Y0K34 
(85%,48%,0%,34%)
(0.85/0.48/0.00/0.34)	

CMYK percentages

%85.21
%47.93
%0
%33.73

Codes

Color #1958A9 in popluar color models

1958A9
RGB2588169
HSL214°74.23%38.04%
HSB/HSV214°85.21%66.27%
CMYK85.21%47.93%0.00%
33.73%

Color #1958A9 in popluar number systems.

HEX1958A9
Decimal2588169
Binary11001101100010101001
Octal31130251

Shades and tints

Shades of #1958A9

#1958A9
(25,88,169)
#17509A
(23,80,154)
#15488B
(21,72,139)
#13407C
(19,64,124)
#11386D
(17,56,109)
#0F305E
(15,48,94)
#0D284F
(13,40,79)
#0B2040
(11,32,64)
#091831
(9,24,49)
#071022
(7,16,34)
#050813
(5,8,19)
#000000
(0,0,0)

Tints of #1958A9

#1958A9
(25,88,169)
#2D67B0
(45,103,176)
#4176B7
(65,118,183)
#5585BE
(85,133,190)
#6994C5
(105,148,197)
#7DA3CC
(125,163,204)
#91B2D3
(145,178,211)
#A5C1DA
(165,193,218)
#B9D0E1
(185,208,225)
#CDDFE8
(205,223,232)
#E1EEEF
(225,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1958A9; }

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

This text font color is #1958A9.


Background Color

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

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

This div background color is #1958A9.


Border color

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

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

This div border color is #1958A9.


Opacity

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

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

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

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

This text has shadow with #1958A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1958A9 on black background.


Color preview on white background

This text has color #1958A9 on white background.



Black color preview on #1958A9 background

This text has black color on #1958A9 background.


White color preview on #1958A9 background

This text has white color on #1958A9 background.