COLOR #12132F

HEX: #12132F RGB: (18,19,47)

Color info

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

RGB color model

#12132F color RGB value is (18,19,47).

RGB: (18,19,47) (7%, 7%, 18%)

RGB channels and saturation

R 18 of 255 = 7%
G 19 of 255 = 7%
B 47 of 255 = 18%

18
19
47

R + G + B ~ 11%. #12132F is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 19 + 47 = 84 (100%)
R 18 of 84 ~ 21.43%
G 19 of 84 ~ 22.62%
B 47 of 84 ~ 55.95'%

%21.43
%22.62
%55.95

CMYK color model

#12132F color CMYK value is (62,60,0,82).

  • cyan value is 61.70%
  • magenta value is 59.57%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (62,60,0,82)
C62M60Y0K82 (62%, 60%, 0%, 82%)
(0.62 / 0.60 / 0.00 / 0.82)

CMYK percentages

%61.7
%59.57
%0
%81.57

Codes

Color #12132F in popluar color models

12 13 2F
RGB 18 19 47
HSL 238° 44.62% 12.75%
HSB/HSV 238° 61.70% 18.43%
CMYK 61.70% 59.57% 0.00%
81.57%

Color #12132F in popluar number systems.

HEX 12 13 2F
Decimal 18 19 47
Binary 10010 10011 101111
Octal 22 23 57

Shades and tints

Shades of #12132F

#12132F
(18,19,47)
#11122B
(17,18,43)
#101127
(16,17,39)
#0F1023
(15,16,35)
#0E0F1F
(14,15,31)
#0D0E1B
(13,14,27)
#0C0D17
(12,13,23)
#0B0C13
(11,12,19)
#0A0B0F
(10,11,15)
#090A0B
(9,10,11)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #12132F

#12132F
(18,19,47)
#272841
(39,40,65)
#3C3D53
(60,61,83)
#515265
(81,82,101)
#666777
(102,103,119)
#7B7C89
(123,124,137)
#90919B
(144,145,155)
#A5A6AD
(165,166,173)
#BABBBF
(186,187,191)
#CFD0D1
(207,208,209)
#E4E5E3
(228,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12132F color. Also use rgb(18,19,47) instead hex code.

Text Font Color

.myTextColor { color: #12132F; }

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

This text font color is #12132F.

Background Color

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

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

This div background color is #12132F.

Border color

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

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

This div border color is #12132F.

Opacity

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

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

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

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

This text has shadow with #12132F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12132F.

Preview

Color preview on black background

This text has color #12132F on black background.


Color preview on white background

This text has color #12132F on white background.


Black color preview on #12132F background

This text has black color on #12132F background.


White color preview on #12132F background

This text has white color on #12132F background.


Related colors

Complementary color

Complementary color for #hex is #EDECD0.


I love getcolorcode.com

Triadic colors

1 #2F1213 and #132F12 with #12132F are triadic colors.

2 #2F1312 and #13122F with #12132F are triadic colors.