COLOR #12123B

HEX: #12123B
RGB: (18,18,59)

Color info

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

RGB color model

#12123B color RGB value is (18,18,59).

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

RGB channels and saturation

R 18 of 255 = 7%
G 18 of 255 = 7%
B 59 of 255 = 23%

18
18
59

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

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 59 = 95 (100%)
R 18 of 95 ~ 18.95%
G 18 of 95 ~ 18.95%
B 59 of 95 ~ 62.11%

%18.95
%18.95
%62.11

CMYK color model

#12123B color CMYK value is (69,69,0,77).

  • cyan value is 69.49%
  • magenta value is 69.49%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(69,69,0,77)
C69M69Y0K77 
(69%,69%,0%,77%)
(0.69/0.69/0.00/0.77)	

CMYK percentages

%69.49
%69.49
%0
%76.86

Codes

Color #12123B in popluar color models

12123B
RGB181859
HSL240°53.25%15.10%
HSB/HSV240°69.49%23.14%
CMYK69.49%69.49%0.00%
76.86%

Color #12123B in popluar number systems.

HEX12123B
Decimal181859
Binary1001010010111011
Octal222273

Shades and tints

Shades of #12123B

#12123B
(18,18,59)
#111136
(17,17,54)
#101031
(16,16,49)
#0F0F2C
(15,15,44)
#0E0E27
(14,14,39)
#0D0D22
(13,13,34)
#0C0C1D
(12,12,29)
#0B0B18
(11,11,24)
#0A0A13
(10,10,19)
#09090E
(9,9,14)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #12123B

#12123B
(18,18,59)
#27274C
(39,39,76)
#3C3C5D
(60,60,93)
#51516E
(81,81,110)
#66667F
(102,102,127)
#7B7B90
(123,123,144)
#9090A1
(144,144,161)
#A5A5B2
(165,165,178)
#BABAC3
(186,186,195)
#CFCFD4
(207,207,212)
#E4E4E5
(228,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12123B; }

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

This text font color is #12123B.


Background Color

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

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

This div background color is #12123B.


Border color

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

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

This div border color is #12123B.


Opacity

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

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

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

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

This text has shadow with #12123B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12123B on black background.


Color preview on white background

This text has color #12123B on white background.



Black color preview on #12123B background

This text has black color on #12123B background.


White color preview on #12123B background

This text has white color on #12123B background.