COLOR #180D78

HEX: #180D78 RGB: (24,13,120)

Color info

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

RGB color model

#180D78 color RGB value is (24,13,120).

RGB: (24,13,120) (9%, 5%, 47%)

RGB channels and saturation

R 24 of 255 = 9%
G 13 of 255 = 5%
B 120 of 255 = 47%

24
13
120

R + G + B ~ 20%. #180D78 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 13 + 120 = 157 (100%)
R 24 of 157 ~ 15.29%
G 13 of 157 ~ 8.28%
B 120 of 157 ~ 76.43'%

%15.29
%76.43

CMYK color model

#180D78 color CMYK value is (80,89,0,53).

  • cyan value is 80.00%
  • magenta value is 89.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (80,89,0,53)
C80M89Y0K53 (80%, 89%, 0%, 53%)
(0.80 / 0.89 / 0.00 / 0.53)

CMYK percentages

%80
%89.17
%0
%52.94

Codes

Color #180D78 in popluar color models

18 0D 78
RGB 24 13 120
HSL 246° 80.45% 26.08%
HSB/HSV 246° 89.17% 47.06%
CMYK 80.00% 89.17% 0.00%
52.94%

Color #180D78 in popluar number systems.

HEX 18 0D 78
Decimal 24 13 120
Binary 11000 1101 1111000
Octal 30 15 170

Shades and tints

Shades of #180D78

#180D78
(24,13,120)
#160C6E
(22,12,110)
#140B64
(20,11,100)
#120A5A
(18,10,90)
#100950
(16,9,80)
#0E0846
(14,8,70)
#0C073C
(12,7,60)
#0A0632
(10,6,50)
#080528
(8,5,40)
#06041E
(6,4,30)
#040314
(4,3,20)
#000000
(0,0,0)

Tints of #180D78

#180D78
(24,13,120)
#2D2384
(45,35,132)
#423990
(66,57,144)
#574F9C
(87,79,156)
#6C65A8
(108,101,168)
#817BB4
(129,123,180)
#9691C0
(150,145,192)
#ABA7CC
(171,167,204)
#C0BDD8
(192,189,216)
#D5D3E4
(213,211,228)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180D78 color. Also use rgb(24,13,120) instead hex code.

Text Font Color

.myTextColor { color: #180D78; }

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

This text font color is #180D78.

Background Color

.myBgColor { background-color: #180D78; }

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

This div background color is #180D78.

Border color

.myBorderColor { border: 1px solid #180D78; }

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

This div border color is #180D78.

Opacity

.myOpacity80 { color: #180D78; opacity: 0.8; }

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

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

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

This text has shadow with #180D78 color.


.textShadow {text-shadow: 3px 3px 1px #180D78', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #180D78; -webkit-box-shadow: 1px 1px 3px 2px #180D78; box-shadow:1px 1px 3px 2px #180D78;">
Div content here
</div>

This div box has shadow with color #180D78.

Preview

Color preview on black background

This text has color #180D78 on black background.


Color preview on white background

This text has color #180D78 on white background.


Black color preview on #180D78 background

This text has black color on #180D78 background.


White color preview on #180D78 background

This text has white color on #180D78 background.


Related colors

Complementary color

Complementary color for #hex is #E7F287.


I love getcolorcode.com

Triadic colors

1 #78180D and #0D7818 with #180D78 are triadic colors.

2 #780D18 and #0D1878 with #180D78 are triadic colors.