COLOR #180379

HEX: #180379
RGB: (24,3,121)

Color info

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

RGB color model

#180379 color RGB value is (24,3,121).

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

RGB channels and saturation

R 24 of 255 = 9%
G 3 of 255 = 1%
B 121 of 255 = 47%

24
3
121

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

Portions of RGB colors in percentages

R + G + B =
24 + 3 + 121 = 148 (100%)
R 24 of 148 ~ 16.22%
G 3 of 148 ~ 2.03%
B 121 of 148 ~ 81.76%

%16.22
%81.76

CMYK color model

#180379 color CMYK value is (80,98,0,53).

  • cyan value is 80.17%
  • magenta value is 97.52%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(80,98,0,53)
C80M98Y0K53 
(80%,98%,0%,53%)
(0.80/0.98/0.00/0.53)	

CMYK percentages

%80.17
%97.52
%0
%52.55

Codes

Color #180379 in popluar color models

180379
RGB243121
HSL251°95.16%24.31%
HSB/HSV251°97.52%47.45%
CMYK80.17%97.52%0.00%
52.55%

Color #180379 in popluar number systems.

HEX180379
Decimal243121
Binary11000111111001
Octal303171

Shades and tints

Shades of #180379

#180379
(24,3,121)
#16036E
(22,3,110)
#140363
(20,3,99)
#120358
(18,3,88)
#10034D
(16,3,77)
#0E0342
(14,3,66)
#0C0337
(12,3,55)
#0A032C
(10,3,44)
#080321
(8,3,33)
#060316
(6,3,22)
#04030B
(4,3,11)
#000000
(0,0,0)

Tints of #180379

#180379
(24,3,121)
#2D1985
(45,25,133)
#422F91
(66,47,145)
#57459D
(87,69,157)
#6C5BA9
(108,91,169)
#8171B5
(129,113,181)
#9687C1
(150,135,193)
#AB9DCD
(171,157,205)
#C0B3D9
(192,179,217)
#D5C9E5
(213,201,229)
#EADFF1
(234,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180379 color. Also use rgb(24,3,121) instead hex code.

Text Font Color

.myTextColor { color: #180379; }

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

This text font color is #180379.


Background Color

.myBgColor { background-color: #180379; }

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

This div background color is #180379.


Border color

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

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

This div border color is #180379.


Opacity

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

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

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

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

This text has shadow with #180379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180379 on black background.


Color preview on white background

This text has color #180379 on white background.



Black color preview on #180379 background

This text has black color on #180379 background.


White color preview on #180379 background

This text has white color on #180379 background.