COLOR #12193D

HEX: #12193D RGB: (18,25,61)

Color info

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

RGB color model

#12193D color RGB value is (18,25,61).

RGB: (18,25,61) (7%, 10%, 24%)

RGB channels and saturation

R 18 of 255 = 7%
G 25 of 255 = 10%
B 61 of 255 = 24%

18
25
61

R + G + B ~ 14%. #12193D is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 25 + 61 = 104 (100%)
R 18 of 104 ~ 17.31%
G 25 of 104 ~ 24.04%
B 61 of 104 ~ 58.65'%

%17.31
%24.04
%58.65

CMYK color model

#12193D color CMYK value is (70,59,0,76).

  • cyan value is 70.49%
  • magenta value is 59.02%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (70,59,0,76)
C70M59Y0K76 (70%, 59%, 0%, 76%)
(0.70 / 0.59 / 0.00 / 0.76)

CMYK percentages

%70.49
%59.02
%0
%76.08

Codes

Color #12193D in popluar color models

12 19 3D
RGB 18 25 61
HSL 230° 54.43% 15.49%
HSB/HSV 230° 70.49% 23.92%
CMYK 70.49% 59.02% 0.00%
76.08%

Color #12193D in popluar number systems.

HEX 12 19 3D
Decimal 18 25 61
Binary 10010 11001 111101
Octal 22 31 75

Shades and tints

Shades of #12193D

#12193D
(18,25,61)
#111738
(17,23,56)
#101533
(16,21,51)
#0F132E
(15,19,46)
#0E1129
(14,17,41)
#0D0F24
(13,15,36)
#0C0D1F
(12,13,31)
#0B0B1A
(11,11,26)
#0A0915
(10,9,21)
#090710
(9,7,16)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #12193D

#12193D
(18,25,61)
#272D4E
(39,45,78)
#3C415F
(60,65,95)
#515570
(81,85,112)
#666981
(102,105,129)
#7B7D92
(123,125,146)
#9091A3
(144,145,163)
#A5A5B4
(165,165,180)
#BAB9C5
(186,185,197)
#CFCDD6
(207,205,214)
#E4E1E7
(228,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12193D color. Also use rgb(18,25,61) instead hex code.

Text Font Color

.myTextColor { color: #12193D; }

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

This text font color is #12193D.

Background Color

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

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

This div background color is #12193D.

Border color

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

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

This div border color is #12193D.

Opacity

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

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

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

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

This text has shadow with #12193D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12193D.

Preview

Color preview on black background

This text has color #12193D on black background.


Color preview on white background

This text has color #12193D on white background.


Black color preview on #12193D background

This text has black color on #12193D background.


White color preview on #12193D background

This text has white color on #12193D background.


Related colors

Complementary color

Complementary color for #hex is #EDE6C2.


I love getcolorcode.com

Triadic colors

1 #3D1219 and #193D12 with #12193D are triadic colors.

2 #3D1912 and #19123D with #12193D are triadic colors.