COLOR #12193E

HEX: #12193E RGB: (18,25,62)

Color info

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

RGB color model

#12193E color RGB value is (18,25,62).

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

RGB channels and saturation

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

18
25
62

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

Portions of RGB colors in percentages

R + G + B = 18 + 25 + 62 = 105 (100%)
R 18 of 105 ~ 17.14%
G 25 of 105 ~ 23.81%
B 62 of 105 ~ 59.05'%

%17.14
%23.81
%59.05

CMYK color model

#12193E color CMYK value is (71,60,0,76).

  • cyan value is 70.97%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (71,60,0,76)
C71M60Y0K76 (71%, 60%, 0%, 76%)
(0.71 / 0.60 / 0.00 / 0.76)

CMYK percentages

%70.97
%59.68
%0
%75.69

Codes

Color #12193E in popluar color models

12 19 3E
RGB 18 25 62
HSL 230° 55.00% 15.69%
HSB/HSV 230° 70.97% 24.31%
CMYK 70.97% 59.68% 0.00%
75.69%

Color #12193E in popluar number systems.

HEX 12 19 3E
Decimal 18 25 62
Binary 10010 11001 111110
Octal 22 31 76

Shades and tints

Shades of #12193E

#12193E
(18,25,62)
#111739
(17,23,57)
#101534
(16,21,52)
#0F132F
(15,19,47)
#0E112A
(14,17,42)
#0D0F25
(13,15,37)
#0C0D20
(12,13,32)
#0B0B1B
(11,11,27)
#0A0916
(10,9,22)
#090711
(9,7,17)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #12193E

#12193E
(18,25,62)
#272D4F
(39,45,79)
#3C4160
(60,65,96)
#515571
(81,85,113)
#666982
(102,105,130)
#7B7D93
(123,125,147)
#9091A4
(144,145,164)
#A5A5B5
(165,165,181)
#BAB9C6
(186,185,198)
#CFCDD7
(207,205,215)
#E4E1E8
(228,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12193E; }

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

This text font color is #12193E.

Background Color

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

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

This div background color is #12193E.

Border color

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

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

This div border color is #12193E.

Opacity

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

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

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

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

This text has shadow with #12193E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12193E.

Preview

Color preview on black background

This text has color #12193E on black background.


Color preview on white background

This text has color #12193E on white background.


Black color preview on #12193E background

This text has black color on #12193E background.


White color preview on #12193E background

This text has white color on #12193E background.


Related colors

Complementary color

Complementary color for #hex is #EDE6C1.


I love getcolorcode.com

Triadic colors

1 #3E1219 and #193E12 with #12193E are triadic colors.

2 #3E1912 and #19123E with #12193E are triadic colors.