COLOR #12133A

HEX: #12133A RGB: (18,19,58)

Color info

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

RGB color model

#12133A color RGB value is (18,19,58).

RGB: (18,19,58) (7%, 7%, 23%)

RGB channels and saturation

R 18 of 255 = 7%
G 19 of 255 = 7%
B 58 of 255 = 23%

18
19
58

R + G + B ~ 12%. #12133A is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 19 + 58 = 95 (100%)
R 18 of 95 ~ 18.95%
G 19 of 95 ~ 20%
B 58 of 95 ~ 61.05'%

%18.95
%20
%61.05

CMYK color model

#12133A color CMYK value is (69,67,0,77).

  • cyan value is 68.97%
  • magenta value is 67.24%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (69,67,0,77)
C69M67Y0K77 (69%, 67%, 0%, 77%)
(0.69 / 0.67 / 0.00 / 0.77)

CMYK percentages

%68.97
%67.24
%0
%77.25

Codes

Color #12133A in popluar color models

12 13 3A
RGB 18 19 58
HSL 239° 52.63% 14.90%
HSB/HSV 239° 68.97% 22.75%
CMYK 68.97% 67.24% 0.00%
77.25%

Color #12133A in popluar number systems.

HEX 12 13 3A
Decimal 18 19 58
Binary 10010 10011 111010
Octal 22 23 72

Shades and tints

Shades of #12133A

#12133A
(18,19,58)
#111235
(17,18,53)
#101130
(16,17,48)
#0F102B
(15,16,43)
#0E0F26
(14,15,38)
#0D0E21
(13,14,33)
#0C0D1C
(12,13,28)
#0B0C17
(11,12,23)
#0A0B12
(10,11,18)
#090A0D
(9,10,13)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #12133A

#12133A
(18,19,58)
#27284B
(39,40,75)
#3C3D5C
(60,61,92)
#51526D
(81,82,109)
#66677E
(102,103,126)
#7B7C8F
(123,124,143)
#9091A0
(144,145,160)
#A5A6B1
(165,166,177)
#BABBC2
(186,187,194)
#CFD0D3
(207,208,211)
#E4E5E4
(228,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12133A color. Also use rgb(18,19,58) instead hex code.

Text Font Color

.myTextColor { color: #12133A; }

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

This text font color is #12133A.

Background Color

.myBgColor { background-color: #12133A; }

<div style="background-color:#12133A">Inner text</div>

This div background color is #12133A.

Border color

.myBorderColor { border: 1px solid #12133A; }

<div style="border:3px solid #12133A">Div</div>

This div border color is #12133A.

Opacity

.myOpacity80 { color: #12133A; opacity: 0.8; }

<p style="color:#12133A;opacity:0.8;">80%</p>

Text with #12133A 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 #12133A;}

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

This text has shadow with #12133A color.


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

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

This text has shadow with #12133A primary color and red secondary color.


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

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

This text has shadow with #12133A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12133A.

Preview

Color preview on black background

This text has color #12133A on black background.


Color preview on white background

This text has color #12133A on white background.


Black color preview on #12133A background

This text has black color on #12133A background.


White color preview on #12133A background

This text has white color on #12133A background.


Related colors

Complementary color

Complementary color for #hex is #EDECC5.


I love getcolorcode.com

Triadic colors

1 #3A1213 and #133A12 with #12133A are triadic colors.

2 #3A1312 and #13123A with #12133A are triadic colors.