COLOR #191757

HEX: #191757 RGB: (25,23,87)

Color info

#191757 contains mainly blue color. Web safe color of #191757 is #000066 (or #006).

RGB color model

#191757 color RGB value is (25,23,87).

RGB: (25,23,87) (10%, 9%, 34%)

RGB channels and saturation

R 25 of 255 = 10%
G 23 of 255 = 9%
B 87 of 255 = 34%

25
23
87

R + G + B ~ 18%. #191757 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 23 + 87 = 135 (100%)
R 25 of 135 ~ 18.52%
G 23 of 135 ~ 17.04%
B 87 of 135 ~ 64.44'%

%18.52
%17.04
%64.44

CMYK color model

#191757 color CMYK value is (71,74,0,66).

  • cyan value is 71.26%
  • magenta value is 73.56%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (71,74,0,66)
C71M74Y0K66 (71%, 74%, 0%, 66%)
(0.71 / 0.74 / 0.00 / 0.66)

CMYK percentages

%71.26
%73.56
%0
%65.88

Codes

Color #191757 in popluar color models

19 17 57
RGB 25 23 87
HSL 242° 58.18% 21.57%
HSB/HSV 242° 73.56% 34.12%
CMYK 71.26% 73.56% 0.00%
65.88%

Color #191757 in popluar number systems.

HEX 19 17 57
Decimal 25 23 87
Binary 11001 10111 1010111
Octal 31 27 127

Shades and tints

Shades of #191757

#191757
(25,23,87)
#171550
(23,21,80)
#151349
(21,19,73)
#131142
(19,17,66)
#110F3B
(17,15,59)
#0F0D34
(15,13,52)
#0D0B2D
(13,11,45)
#0B0926
(11,9,38)
#09071F
(9,7,31)
#070518
(7,5,24)
#050311
(5,3,17)
#000000
(0,0,0)

Tints of #191757

#191757
(25,23,87)
#2D2C66
(45,44,102)
#414175
(65,65,117)
#555684
(85,86,132)
#696B93
(105,107,147)
#7D80A2
(125,128,162)
#9195B1
(145,149,177)
#A5AAC0
(165,170,192)
#B9BFCF
(185,191,207)
#CDD4DE
(205,212,222)
#E1E9ED
(225,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #191757 color. Also use rgb(25,23,87) instead hex code.

Text Font Color

.myTextColor { color: #191757; }

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

This text font color is #191757.

Background Color

.myBgColor { background-color: #191757; }

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

This div background color is #191757.

Border color

.myBorderColor { border: 1px solid #191757; }

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

This div border color is #191757.

Opacity

.myOpacity80 { color: #191757; opacity: 0.8; }

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

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

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

This text has shadow with #191757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #191757.

Preview

Color preview on black background

This text has color #191757 on black background.


Color preview on white background

This text has color #191757 on white background.


Black color preview on #191757 background

This text has black color on #191757 background.


White color preview on #191757 background

This text has white color on #191757 background.


Related colors

Complementary color

Complementary color for #hex is #E6E8A8.


I love getcolorcode.com

Triadic colors

1 #571917 and #175719 with #191757 are triadic colors.

2 #571719 and #171957 with #191757 are triadic colors.