COLOR #18037F

HEX: #18037F
RGB: (24,3,127)

Color info

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

RGB color model

#18037F color RGB value is (24,3,127).

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

RGB channels and saturation

R 24 of 255 = 9%
G 3 of 255 = 1%
B 127 of 255 = 50%

24
3
127

R + G + B ~ 20%. #18037F is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 3 + 127 = 154 (100%)
R 24 of 154 ~ 15.58%
G 3 of 154 ~ 1.95%
B 127 of 154 ~ 82.47%

%15.58
%82.47

CMYK color model

#18037F color CMYK value is (81,98,0,50).

  • cyan value is 81.10%
  • magenta value is 97.64%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(81,98,0,50)
C81M98Y0K50 
(81%,98%,0%,50%)
(0.81/0.98/0.00/0.50)	

CMYK percentages

%81.1
%97.64
%0
%50.2

Codes

Color #18037F in popluar color models

18037F
RGB243127
HSL250°95.38%25.49%
HSB/HSV250°97.64%49.80%
CMYK81.10%97.64%0.00%
50.20%

Color #18037F in popluar number systems.

HEX18037F
Decimal243127
Binary11000111111111
Octal303177

Shades and tints

Shades of #18037F

#18037F
(24,3,127)
#160374
(22,3,116)
#140369
(20,3,105)
#12035E
(18,3,94)
#100353
(16,3,83)
#0E0348
(14,3,72)
#0C033D
(12,3,61)
#0A0332
(10,3,50)
#080327
(8,3,39)
#06031C
(6,3,28)
#040311
(4,3,17)
#000000
(0,0,0)

Tints of #18037F

#18037F
(24,3,127)
#2D198A
(45,25,138)
#422F95
(66,47,149)
#5745A0
(87,69,160)
#6C5BAB
(108,91,171)
#8171B6
(129,113,182)
#9687C1
(150,135,193)
#AB9DCC
(171,157,204)
#C0B3D7
(192,179,215)
#D5C9E2
(213,201,226)
#EADFED
(234,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18037F; }

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

This text font color is #18037F.


Background Color

.myBgColor { background-color: #18037F; }

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

This div background color is #18037F.


Border color

.myBorderColor { border: 1px solid #18037F; }

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

This div border color is #18037F.


Opacity

.myOpacity80 { color: #18037F; opacity: 0.8; }

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

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

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

This text has shadow with #18037F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18037F on black background.


Color preview on white background

This text has color #18037F on white background.



Black color preview on #18037F background

This text has black color on #18037F background.


White color preview on #18037F background

This text has white color on #18037F background.