COLOR #12123F

HEX: #12123F RGB: (18,18,63)

Color info

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

RGB color model

#12123F color RGB value is (18,18,63).

RGB: (18,18,63) (7%, 7%, 25%)

RGB channels and saturation

R 18 of 255 = 7%
G 18 of 255 = 7%
B 63 of 255 = 25%

18
18
63

R + G + B ~ 13%. #12123F is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 18 + 63 = 99 (100%)
R 18 of 99 ~ 18.18%
G 18 of 99 ~ 18.18%
B 63 of 99 ~ 63.64'%

%18.18
%18.18
%63.64

CMYK color model

#12123F color CMYK value is (71,71,0,75).

  • cyan value is 71.43%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (71,71,0,75)
C71M71Y0K75 (71%, 71%, 0%, 75%)
(0.71 / 0.71 / 0.00 / 0.75)

CMYK percentages

%71.43
%71.43
%0
%75.29

Codes

Color #12123F in popluar color models

12 12 3F
RGB 18 18 63
HSL 240° 55.56% 15.88%
HSB/HSV 240° 71.43% 24.71%
CMYK 71.43% 71.43% 0.00%
75.29%

Color #12123F in popluar number systems.

HEX 12 12 3F
Decimal 18 18 63
Binary 10010 10010 111111
Octal 22 22 77

Shades and tints

Shades of #12123F

#12123F
(18,18,63)
#11113A
(17,17,58)
#101035
(16,16,53)
#0F0F30
(15,15,48)
#0E0E2B
(14,14,43)
#0D0D26
(13,13,38)
#0C0C21
(12,12,33)
#0B0B1C
(11,11,28)
#0A0A17
(10,10,23)
#090912
(9,9,18)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #12123F

#12123F
(18,18,63)
#272750
(39,39,80)
#3C3C61
(60,60,97)
#515172
(81,81,114)
#666683
(102,102,131)
#7B7B94
(123,123,148)
#9090A5
(144,144,165)
#A5A5B6
(165,165,182)
#BABAC7
(186,186,199)
#CFCFD8
(207,207,216)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12123F; }

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

This text font color is #12123F.

Background Color

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

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

This div background color is #12123F.

Border color

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

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

This div border color is #12123F.

Opacity

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

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

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

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

This text has shadow with #12123F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12123F.

Preview

Color preview on black background

This text has color #12123F on black background.


Color preview on white background

This text has color #12123F on white background.


Black color preview on #12123F background

This text has black color on #12123F background.


White color preview on #12123F background

This text has white color on #12123F background.


Related colors

Complementary color

Complementary color for #hex is #EDEDC0.


I love getcolorcode.com