COLOR #12124B

HEX: #12124B
RGB: (18,18,75)

Color info

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

RGB color model

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

  • red value is 18;
  • green value is 18;
  • blue value is 75.
RGB:
(18,18,75)
(7%,7%,29%)

RGB channels and saturation

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

18
18
75

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

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 75 = 111 (100%)
R 18 of 111 ~ 16.22%
G 18 of 111 ~ 16.22%
B 75 of 111 ~ 67.57%

%16.22
%16.22
%67.57

CMYK color model

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

  • cyan value is 76.00%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(76,76,0,71)
C76M76Y0K71 
(76%,76%,0%,71%)
(0.76/0.76/0.00/0.71)	

CMYK percentages

%76
%76
%0
%70.59

Codes

Color #12124B in popluar color models

12124B
RGB181875
HSL240°61.29%18.24%
HSB/HSV240°76.00%29.41%
CMYK76.00%76.00%0.00%
70.59%

Color #12124B in popluar number systems.

HEX12124B
Decimal181875
Binary10010100101001011
Octal2222113

Shades and tints

Shades of #12124B

#12124B
(18,18,75)
#111145
(17,17,69)
#10103F
(16,16,63)
#0F0F39
(15,15,57)
#0E0E33
(14,14,51)
#0D0D2D
(13,13,45)
#0C0C27
(12,12,39)
#0B0B21
(11,11,33)
#0A0A1B
(10,10,27)
#090915
(9,9,21)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #12124B

#12124B
(18,18,75)
#27275B
(39,39,91)
#3C3C6B
(60,60,107)
#51517B
(81,81,123)
#66668B
(102,102,139)
#7B7B9B
(123,123,155)
#9090AB
(144,144,171)
#A5A5BB
(165,165,187)
#BABACB
(186,186,203)
#CFCFDB
(207,207,219)
#E4E4EB
(228,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12124B; }

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

This text font color is #12124B.


Background Color

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

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

This div background color is #12124B.


Border color

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

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

This div border color is #12124B.


Opacity

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

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

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

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

This text has shadow with #12124B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12124B on black background.


Color preview on white background

This text has color #12124B on white background.



Black color preview on #12124B background

This text has black color on #12124B background.


White color preview on #12124B background

This text has white color on #12124B background.