COLOR #1875A7

HEX: #1875A7 RGB: (24,117,167)

Color info

#1875A7 contains mainly green and blue colors. Web safe color of #1875A7 is #006699 (or #069).

RGB color model

#1875A7 color RGB value is (24,117,167).

RGB: (24,117,167) (9%, 46%, 65%)

RGB channels and saturation

R 24 of 255 = 9%
G 117 of 255 = 46%
B 167 of 255 = 65%

24
117
167

R + G + B ~ 40%. #1875A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 24 + 117 + 167 = 308 (100%)
R 24 of 308 ~ 7.79%
G 117 of 308 ~ 37.99%
B 167 of 308 ~ 54.22'%

%37.99
%54.22

CMYK color model

#1875A7 color CMYK value is (86,30,0,35).

  • cyan value is 85.63%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (86,30,0,35)
C86M30Y0K35 (86%, 30%, 0%, 35%)
(0.86 / 0.30 / 0.00 / 0.35)

CMYK percentages

%85.63
%29.94
%0
%34.51

Codes

Color #1875A7 in popluar color models

18 75 A7
RGB 24 117 167
HSL 201° 74.87% 37.45%
HSB/HSV 201° 85.63% 65.49%
CMYK 85.63% 29.94% 0.00%
34.51%

Color #1875A7 in popluar number systems.

HEX 18 75 A7
Decimal 24 117 167
Binary 11000 1110101 10100111
Octal 30 165 247

Shades and tints

Shades of #1875A7

#1875A7
(24,117,167)
#166B98
(22,107,152)
#146189
(20,97,137)
#12577A
(18,87,122)
#104D6B
(16,77,107)
#0E435C
(14,67,92)
#0C394D
(12,57,77)
#0A2F3E
(10,47,62)
#08252F
(8,37,47)
#061B20
(6,27,32)
#041111
(4,17,17)
#000000
(0,0,0)

Tints of #1875A7

#1875A7
(24,117,167)
#2D81AF
(45,129,175)
#428DB7
(66,141,183)
#5799BF
(87,153,191)
#6CA5C7
(108,165,199)
#81B1CF
(129,177,207)
#96BDD7
(150,189,215)
#ABC9DF
(171,201,223)
#C0D5E7
(192,213,231)
#D5E1EF
(213,225,239)
#EAEDF7
(234,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1875A7 color. Also use rgb(24,117,167) instead hex code.

Text Font Color

.myTextColor { color: #1875A7; }

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

This text font color is #1875A7.

Background Color

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

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

This div background color is #1875A7.

Border color

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

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

This div border color is #1875A7.

Opacity

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

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

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

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

This text has shadow with #1875A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1875A7.

Preview

Color preview on black background

This text has color #1875A7 on black background.


Color preview on white background

This text has color #1875A7 on white background.


Black color preview on #1875A7 background

This text has black color on #1875A7 background.


White color preview on #1875A7 background

This text has white color on #1875A7 background.


Related colors

Complementary color

Complementary color for #hex is #E78A58.


I love getcolorcode.com

Triadic colors

1 #A71875 and #75A718 with #1875A7 are triadic colors.

2 #A77518 and #7518A7 with #1875A7 are triadic colors.