COLOR #12173F

HEX: #12173F
RGB: (18,23,63)

Color info

#12173F contains red, green and blue colors in about the same proportion. Web safe color of #12173F is #000033 (or #003).

RGB color model

#12173F color RGB value is (18,23,63).

  • red value is 18;
  • green value is 23;
  • blue value is 63.
RGB:
(18,23,63)
(7%,9%,25%)

RGB channels and saturation

R 18 of 255 = 7%
G 23 of 255 = 9%
B 63 of 255 = 25%

18
23
63

R + G + B ~ 14%. #12173F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 23 + 63 = 104 (100%)
R 18 of 104 ~ 17.31%
G 23 of 104 ~ 22.12%
B 63 of 104 ~ 60.58%

%17.31
%22.12
%60.58

CMYK color model

#12173F color CMYK value is (71,63,0,75).

  • cyan value is 71.43%
  • magenta value is 63.49%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(71,63,0,75)
C71M63Y0K75 
(71%,63%,0%,75%)
(0.71/0.63/0.00/0.75)	

CMYK percentages

%71.43
%63.49
%0
%75.29

Codes

Color #12173F in popluar color models

12173F
RGB182363
HSL233°55.56%15.88%
HSB/HSV233°71.43%24.71%
CMYK71.43%63.49%0.00%
75.29%

Color #12173F in popluar number systems.

HEX12173F
Decimal182363
Binary1001010111111111
Octal222777

Shades and tints

Shades of #12173F

#12173F
(18,23,63)
#11153A
(17,21,58)
#101335
(16,19,53)
#0F1130
(15,17,48)
#0E0F2B
(14,15,43)
#0D0D26
(13,13,38)
#0C0B21
(12,11,33)
#0B091C
(11,9,28)
#0A0717
(10,7,23)
#090512
(9,5,18)
#08030D
(8,3,13)
#000000
(0,0,0)

Tints of #12173F

#12173F
(18,23,63)
#272C50
(39,44,80)
#3C4161
(60,65,97)
#515672
(81,86,114)
#666B83
(102,107,131)
#7B8094
(123,128,148)
#9095A5
(144,149,165)
#A5AAB6
(165,170,182)
#BABFC7
(186,191,199)
#CFD4D8
(207,212,216)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12173F color. Also use rgb(18,23,63) instead hex code.

Text Font Color

.myTextColor { color: #12173F; }

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

This text font color is #12173F.


Background Color

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

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

This div background color is #12173F.


Border color

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

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

This div border color is #12173F.


Opacity

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

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

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

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

This text has shadow with #12173F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12173F on black background.


Color preview on white background

This text has color #12173F on white background.



Black color preview on #12173F background

This text has black color on #12173F background.


White color preview on #12173F background

This text has white color on #12173F background.