COLOR #12324B

HEX: #12324B RGB: (18,50,75)

Color info

#12324B contains red, green and blue colors in about the same proportion. Web safe color of #12324B is #003333 (or #033).

RGB color model

#12324B color RGB value is (18,50,75).

RGB: (18,50,75) (7%, 20%, 29%)

RGB channels and saturation

R 18 of 255 = 7%
G 50 of 255 = 20%
B 75 of 255 = 29%

18
50
75

R + G + B ~ 19%. #12324B is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 50 + 75 = 143 (100%)
R 18 of 143 ~ 12.59%
G 50 of 143 ~ 34.97%
B 75 of 143 ~ 52.45'%

%12.59
%34.97
%52.45

CMYK color model

#12324B color CMYK value is (76,33,0,71).

  • cyan value is 76.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (76,33,0,71)
C76M33Y0K71 (76%, 33%, 0%, 71%)
(0.76 / 0.33 / 0.00 / 0.71)

CMYK percentages

%76
%33.33
%0
%70.59

Codes

Color #12324B in popluar color models

12 32 4B
RGB 18 50 75
HSL 206° 61.29% 18.24%
HSB/HSV 206° 76.00% 29.41%
CMYK 76.00% 33.33% 0.00%
70.59%

Color #12324B in popluar number systems.

HEX 12 32 4B
Decimal 18 50 75
Binary 10010 110010 1001011
Octal 22 62 113

Shades and tints

Shades of #12324B

#12324B
(18,50,75)
#112E45
(17,46,69)
#102A3F
(16,42,63)
#0F2639
(15,38,57)
#0E2233
(14,34,51)
#0D1E2D
(13,30,45)
#0C1A27
(12,26,39)
#0B1621
(11,22,33)
#0A121B
(10,18,27)
#090E15
(9,14,21)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #12324B

#12324B
(18,50,75)
#27445B
(39,68,91)
#3C566B
(60,86,107)
#51687B
(81,104,123)
#667A8B
(102,122,139)
#7B8C9B
(123,140,155)
#909EAB
(144,158,171)
#A5B0BB
(165,176,187)
#BAC2CB
(186,194,203)
#CFD4DB
(207,212,219)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12324B color. Also use rgb(18,50,75) instead hex code.

Text Font Color

.myTextColor { color: #12324B; }

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

This text font color is #12324B.

Background Color

.myBgColor { background-color: #12324B; }

<div style="background-color:#12324B">Inner text</div>

This div background color is #12324B.

Border color

.myBorderColor { border: 1px solid #12324B; }

<div style="border:3px solid #12324B">Div</div>

This div border color is #12324B.

Opacity

.myOpacity80 { color: #12324B; opacity: 0.8; }

<p style="color:#12324B;opacity:0.8;">80%</p>

Text with #12324B 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 #12324B;}

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

This text has shadow with #12324B color.


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

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

This text has shadow with #12324B primary color and red secondary color.


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

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

This text has shadow with #12324B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12324B.

Preview

Color preview on black background

This text has color #12324B on black background.


Color preview on white background

This text has color #12324B on white background.


Black color preview on #12324B background

This text has black color on #12324B background.


White color preview on #12324B background

This text has white color on #12324B background.


Related colors

Complementary color

Complementary color for #hex is #EDCDB4.


I love getcolorcode.com

Triadic colors

1 #4B1232 and #324B12 with #12324B are triadic colors.

2 #4B3212 and #32124B with #12324B are triadic colors.