COLOR #180177

HEX: #180177
RGB: (24,1,119)

Color info

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

RGB color model

#180177 color RGB value is (24,1,119).

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

RGB channels and saturation

R 24 of 255 = 9%
G 1 of 255 = 0%
B 119 of 255 = 47%

24
1
119

R + G + B ~ 19%. #180177 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 1 + 119 = 144 (100%)
R 24 of 144 ~ 16.67%
G 1 of 144 ~ 0.69%
B 119 of 144 ~ 82.64%

%16.67
%82.64

CMYK color model

#180177 color CMYK value is (80,99,0,53).

  • cyan value is 79.83%
  • magenta value is 99.16%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(80,99,0,53)
C80M99Y0K53 
(80%,99%,0%,53%)
(0.80/0.99/0.00/0.53)	

CMYK percentages

%79.83
%99.16
%0
%53.33

Codes

Color #180177 in popluar color models

180177
RGB241119
HSL252°98.33%23.53%
HSB/HSV252°99.16%46.67%
CMYK79.83%99.16%0.00%
53.33%

Color #180177 in popluar number systems.

HEX180177
Decimal241119
Binary1100011110111
Octal301167

Shades and tints

Shades of #180177

#180177
(24,1,119)
#16016D
(22,1,109)
#140163
(20,1,99)
#120159
(18,1,89)
#10014F
(16,1,79)
#0E0145
(14,1,69)
#0C013B
(12,1,59)
#0A0131
(10,1,49)
#080127
(8,1,39)
#06011D
(6,1,29)
#040113
(4,1,19)
#000000
(0,0,0)

Tints of #180177

#180177
(24,1,119)
#2D1883
(45,24,131)
#422F8F
(66,47,143)
#57469B
(87,70,155)
#6C5DA7
(108,93,167)
#8174B3
(129,116,179)
#968BBF
(150,139,191)
#ABA2CB
(171,162,203)
#C0B9D7
(192,185,215)
#D5D0E3
(213,208,227)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180177; }

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

This text font color is #180177.


Background Color

.myBgColor { background-color: #180177; }

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

This div background color is #180177.


Border color

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

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

This div border color is #180177.


Opacity

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

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

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

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

This text has shadow with #180177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180177 on black background.


Color preview on white background

This text has color #180177 on white background.



Black color preview on #180177 background

This text has black color on #180177 background.


White color preview on #180177 background

This text has white color on #180177 background.