COLOR #18177D

HEX: #18177D RGB: (24,23,125)

Color info

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

RGB color model

#18177D color RGB value is (24,23,125).

RGB: (24,23,125) (9%, 9%, 49%)

RGB channels and saturation

R 24 of 255 = 9%
G 23 of 255 = 9%
B 125 of 255 = 49%

24
23
125

R + G + B ~ 22%. #18177D is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 23 + 125 = 172 (100%)
R 24 of 172 ~ 13.95%
G 23 of 172 ~ 13.37%
B 125 of 172 ~ 72.67'%

%13.95
%13.37
%72.67

CMYK color model

#18177D color CMYK value is (81,82,0,51).

  • cyan value is 80.80%
  • magenta value is 81.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (81,82,0,51) C81M82Y0K51 (81%,82%,0%,51%) (0.81/0.82/0.00/0.51) 

CMYK percentages

%80.8
%81.6
%0
%50.98

Codes

Color #18177D in popluar color models

18 17 7D
RGB 24 23 125
HSL 241° 68.92% 29.02%
HSB/HSV 241° 81.60% 49.02%
CMYK 80.80% 81.60% 0.00%
50.98%

Color #18177D in popluar number systems.

HEX 18 17 7D
Decimal 24 23 125
Binary 11000 10111 1111101
Octal 30 27 175

Shades and tints

Shades of #18177D

#18177D
(24,23,125)
#161572
(22,21,114)
#141367
(20,19,103)
#12115C
(18,17,92)
#100F51
(16,15,81)
#0E0D46
(14,13,70)
#0C0B3B
(12,11,59)
#0A0930
(10,9,48)
#080725
(8,7,37)
#06051A
(6,5,26)
#04030F
(4,3,15)
#000000
(0,0,0)

Tints of #18177D

#18177D
(24,23,125)
#2D2C88
(45,44,136)
#424193
(66,65,147)
#57569E
(87,86,158)
#6C6BA9
(108,107,169)
#8180B4
(129,128,180)
#9695BF
(150,149,191)
#ABAACA
(171,170,202)
#C0BFD5
(192,191,213)
#D5D4E0
(213,212,224)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18177D color. Also use rgb(24,23,125) instead hex code.

Text Font Color

.myTextColor { color: #18177D; }

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

This text font color is #18177D.

Background Color

.myBgColor { background-color: #18177D; }

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

This div background color is #18177D.

Border color

.myBorderColor { border: 1px solid #18177D; }

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

This div border color is #18177D.

Opacity

.myOpacity80 { color: #18177D; opacity: 0.8; }

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

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

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

This text has shadow with #18177D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #18177D.

Preview

Color preview on black background

This text has color #18177D on black background.


Color preview on white background

This text has color #18177D on white background.


Black color preview on #18177D background

This text has black color on #18177D background.


White color preview on #18177D background

This text has white color on #18177D background.


Related colors

Complementary color

Complementary color for #hex is #E7E882.


I love getcolorcode.com

Triadic colors

1 #7D1817 and #177D18 with #18177D are triadic colors.

2 #7D1718 and #17187D with #18177D are triadic colors.