COLOR #12152B

HEX: #12152B
RGB: (18,21,43)

Color info

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

RGB color model

#12152B color RGB value is (18,21,43).

  • red value is 18;
  • green value is 21;
  • blue value is 43.
RGB:
(18,21,43)
(7%,8%,17%)

RGB channels and saturation

R 18 of 255 = 7%
G 21 of 255 = 8%
B 43 of 255 = 17%

18
21
43

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

Portions of RGB colors in percentages

R + G + B =
18 + 21 + 43 = 82 (100%)
R 18 of 82 ~ 21.95%
G 21 of 82 ~ 25.61%
B 43 of 82 ~ 52.44%

%21.95
%25.61
%52.44

CMYK color model

#12152B color CMYK value is (58,51,0,83).

  • cyan value is 58.14%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(58,51,0,83)
C58M51Y0K83 
(58%,51%,0%,83%)
(0.58/0.51/0.00/0.83)	

CMYK percentages

%58.14
%51.16
%0
%83.14

Codes

Color #12152B in popluar color models

12152B
RGB182143
HSL233°40.98%11.96%
HSB/HSV233°58.14%16.86%
CMYK58.14%51.16%0.00%
83.14%

Color #12152B in popluar number systems.

HEX12152B
Decimal182143
Binary1001010101101011
Octal222553

Shades and tints

Shades of #12152B

#12152B
(18,21,43)
#111428
(17,20,40)
#101325
(16,19,37)
#0F1222
(15,18,34)
#0E111F
(14,17,31)
#0D101C
(13,16,28)
#0C0F19
(12,15,25)
#0B0E16
(11,14,22)
#0A0D13
(10,13,19)
#090C10
(9,12,16)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #12152B

#12152B
(18,21,43)
#272A3E
(39,42,62)
#3C3F51
(60,63,81)
#515464
(81,84,100)
#666977
(102,105,119)
#7B7E8A
(123,126,138)
#90939D
(144,147,157)
#A5A8B0
(165,168,176)
#BABDC3
(186,189,195)
#CFD2D6
(207,210,214)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12152B; }

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

This text font color is #12152B.


Background Color

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

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

This div background color is #12152B.


Border color

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

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

This div border color is #12152B.


Opacity

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

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

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

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

This text has shadow with #12152B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12152B on black background.


Color preview on white background

This text has color #12152B on white background.



Black color preview on #12152B background

This text has black color on #12152B background.


White color preview on #12152B background

This text has white color on #12152B background.