COLOR #1880AA

HEX: #1880AA
RGB: (24,128,170)

Color info

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

RGB color model

#1880AA color RGB value is (24,128,170).

  • red value is 24;
  • green value is 128;
  • blue value is 170.
RGB:
(24,128,170)
(9%,50%,67%)

RGB channels and saturation

R 24 of 255 = 9%
G 128 of 255 = 50%
B 170 of 255 = 67%

24
128
170

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

Portions of RGB colors in percentages

R + G + B =
24 + 128 + 170 = 322 (100%)
R 24 of 322 ~ 7.45%
G 128 of 322 ~ 39.75%
B 170 of 322 ~ 52.8%

%39.75
%52.8

CMYK color model

#1880AA color CMYK value is (86,25,0,33).

  • cyan value is 85.88%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(86,25,0,33)
C86M25Y0K33 
(86%,25%,0%,33%)
(0.86/0.25/0.00/0.33)	

CMYK percentages

%85.88
%24.71
%0
%33.33

Codes

Color #1880AA in popluar color models

1880AA
RGB24128170
HSL197°75.26%38.04%
HSB/HSV197°85.88%66.67%
CMYK85.88%24.71%0.00%
33.33%

Color #1880AA in popluar number systems.

HEX1880AA
Decimal24128170
Binary110001000000010101010
Octal30200252

Shades and tints

Shades of #1880AA

#1880AA
(24,128,170)
#16759B
(22,117,155)
#146A8C
(20,106,140)
#125F7D
(18,95,125)
#10546E
(16,84,110)
#0E495F
(14,73,95)
#0C3E50
(12,62,80)
#0A3341
(10,51,65)
#082832
(8,40,50)
#061D23
(6,29,35)
#041214
(4,18,20)
#000000
(0,0,0)

Tints of #1880AA

#1880AA
(24,128,170)
#2D8BB1
(45,139,177)
#4296B8
(66,150,184)
#57A1BF
(87,161,191)
#6CACC6
(108,172,198)
#81B7CD
(129,183,205)
#96C2D4
(150,194,212)
#ABCDDB
(171,205,219)
#C0D8E2
(192,216,226)
#D5E3E9
(213,227,233)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1880AA color. Also use rgb(24,128,170) instead hex code.

Text Font Color

.myTextColor { color: #1880AA; }

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

This text font color is #1880AA.


Background Color

.myBgColor { background-color: #1880AA; }

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

This div background color is #1880AA.


Border color

.myBorderColor { border: 1px solid #1880AA; }

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

This div border color is #1880AA.


Opacity

.myOpacity80 { color: #1880AA; opacity: 0.8; }

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

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

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

This text has shadow with #1880AA color.

.textShadow {text-shadow: 3px 3px 1px #1880AA, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1880AA on black background.


Color preview on white background

This text has color #1880AA on white background.



Black color preview on #1880AA background

This text has black color on #1880AA background.


White color preview on #1880AA background

This text has white color on #1880AA background.