COLOR #1878A1

HEX: #1878A1
RGB: (24,120,161)

Color info

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

RGB color model

#1878A1 color RGB value is (24,120,161).

  • red value is 24;
  • green value is 120;
  • blue value is 161.
RGB:
(24,120,161)
(9%,47%,63%)

RGB channels and saturation

R 24 of 255 = 9%
G 120 of 255 = 47%
B 161 of 255 = 63%

24
120
161

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

Portions of RGB colors in percentages

R + G + B =
24 + 120 + 161 = 305 (100%)
R 24 of 305 ~ 7.87%
G 120 of 305 ~ 39.34%
B 161 of 305 ~ 52.79%

%39.34
%52.79

CMYK color model

#1878A1 color CMYK value is (85,25,0,37).

  • cyan value is 85.09%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(85,25,0,37)
C85M25Y0K37 
(85%,25%,0%,37%)
(0.85/0.25/0.00/0.37)	

CMYK percentages

%85.09
%25.47
%0
%36.86

Codes

Color #1878A1 in popluar color models

1878A1
RGB24120161
HSL198°74.05%36.27%
HSB/HSV198°85.09%63.14%
CMYK85.09%25.47%0.00%
36.86%

Color #1878A1 in popluar number systems.

HEX1878A1
Decimal24120161
Binary11000111100010100001
Octal30170241

Shades and tints

Shades of #1878A1

#1878A1
(24,120,161)
#166E93
(22,110,147)
#146485
(20,100,133)
#125A77
(18,90,119)
#105069
(16,80,105)
#0E465B
(14,70,91)
#0C3C4D
(12,60,77)
#0A323F
(10,50,63)
#082831
(8,40,49)
#061E23
(6,30,35)
#041415
(4,20,21)
#000000
(0,0,0)

Tints of #1878A1

#1878A1
(24,120,161)
#2D84A9
(45,132,169)
#4290B1
(66,144,177)
#579CB9
(87,156,185)
#6CA8C1
(108,168,193)
#81B4C9
(129,180,201)
#96C0D1
(150,192,209)
#ABCCD9
(171,204,217)
#C0D8E1
(192,216,225)
#D5E4E9
(213,228,233)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1878A1 color. Also use rgb(24,120,161) instead hex code.

Text Font Color

.myTextColor { color: #1878A1; }

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

This text font color is #1878A1.


Background Color

.myBgColor { background-color: #1878A1; }

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

This div background color is #1878A1.


Border color

.myBorderColor { border: 1px solid #1878A1; }

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

This div border color is #1878A1.


Opacity

.myOpacity80 { color: #1878A1; opacity: 0.8; }

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

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

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

This text has shadow with #1878A1 color.

.textShadow {text-shadow: 3px 3px 1px #1878A1, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1878A1 on black background.


Color preview on white background

This text has color #1878A1 on white background.



Black color preview on #1878A1 background

This text has black color on #1878A1 background.


White color preview on #1878A1 background

This text has white color on #1878A1 background.