COLOR #1877B2

HEX: #1877B2
RGB: (24,119,178)

Color info

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

RGB color model

#1877B2 color RGB value is (24,119,178).

  • red value is 24;
  • green value is 119;
  • blue value is 178.
RGB:
(24,119,178)
(9%,47%,70%)

RGB channels and saturation

R 24 of 255 = 9%
G 119 of 255 = 47%
B 178 of 255 = 70%

24
119
178

R + G + B ~ 42%. #1877B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
24 + 119 + 178 = 321 (100%)
R 24 of 321 ~ 7.48%
G 119 of 321 ~ 37.07%
B 178 of 321 ~ 55.45%

%37.07
%55.45

CMYK color model

#1877B2 color CMYK value is (87,33,0,30).

  • cyan value is 86.52%
  • magenta value is 33.15%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(87,33,0,30)
C87M33Y0K30 
(87%,33%,0%,30%)
(0.87/0.33/0.00/0.30)	

CMYK percentages

%86.52
%33.15
%0
%30.2

Codes

Color #1877B2 in popluar color models

1877B2
RGB24119178
HSL203°76.24%39.61%
HSB/HSV203°86.52%69.80%
CMYK86.52%33.15%0.00%
30.20%

Color #1877B2 in popluar number systems.

HEX1877B2
Decimal24119178
Binary11000111011110110010
Octal30167262

Shades and tints

Shades of #1877B2

#1877B2
(24,119,178)
#166DA2
(22,109,162)
#146392
(20,99,146)
#125982
(18,89,130)
#104F72
(16,79,114)
#0E4562
(14,69,98)
#0C3B52
(12,59,82)
#0A3142
(10,49,66)
#082732
(8,39,50)
#061D22
(6,29,34)
#041312
(4,19,18)
#000000
(0,0,0)

Tints of #1877B2

#1877B2
(24,119,178)
#2D83B9
(45,131,185)
#428FC0
(66,143,192)
#579BC7
(87,155,199)
#6CA7CE
(108,167,206)
#81B3D5
(129,179,213)
#96BFDC
(150,191,220)
#ABCBE3
(171,203,227)
#C0D7EA
(192,215,234)
#D5E3F1
(213,227,241)
#EAEFF8
(234,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1877B2 color. Also use rgb(24,119,178) instead hex code.

Text Font Color

.myTextColor { color: #1877B2; }

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

This text font color is #1877B2.


Background Color

.myBgColor { background-color: #1877B2; }

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

This div background color is #1877B2.


Border color

.myBorderColor { border: 1px solid #1877B2; }

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

This div border color is #1877B2.


Opacity

.myOpacity80 { color: #1877B2; opacity: 0.8; }

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

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

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

This text has shadow with #1877B2 color.

.textShadow {text-shadow: 3px 3px 1px #1877B2, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1877B2 on black background.


Color preview on white background

This text has color #1877B2 on white background.



Black color preview on #1877B2 background

This text has black color on #1877B2 background.


White color preview on #1877B2 background

This text has white color on #1877B2 background.