COLOR #12153B

HEX: #12153B
RGB: (18,21,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
21
59

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

Portions of RGB colors in percentages

R + G + B =
18 + 21 + 59 = 98 (100%)
R 18 of 98 ~ 18.37%
G 21 of 98 ~ 21.43%
B 59 of 98 ~ 60.2%

%18.37
%21.43
%60.2

CMYK color model

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

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

CMYK percentages

%69.49
%64.41
%0
%76.86

Codes

Color #12153B in popluar color models

12153B
RGB182159
HSL236°53.25%15.10%
HSB/HSV236°69.49%23.14%
CMYK69.49%64.41%0.00%
76.86%

Color #12153B in popluar number systems.

HEX12153B
Decimal182159
Binary1001010101111011
Octal222573

Shades and tints

Shades of #12153B

#12153B
(18,21,59)
#111436
(17,20,54)
#101331
(16,19,49)
#0F122C
(15,18,44)
#0E1127
(14,17,39)
#0D1022
(13,16,34)
#0C0F1D
(12,15,29)
#0B0E18
(11,14,24)
#0A0D13
(10,13,19)
#090C0E
(9,12,14)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #12153B

#12153B
(18,21,59)
#272A4C
(39,42,76)
#3C3F5D
(60,63,93)
#51546E
(81,84,110)
#66697F
(102,105,127)
#7B7E90
(123,126,144)
#9093A1
(144,147,161)
#A5A8B2
(165,168,178)
#BABDC3
(186,189,195)
#CFD2D4
(207,210,212)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12153B; }

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

This text font color is #12153B.


Background Color

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

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

This div background color is #12153B.


Border color

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

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

This div border color is #12153B.


Opacity

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

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

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

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

This text has shadow with #12153B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12153B on black background.


Color preview on white background

This text has color #12153B on white background.



Black color preview on #12153B background

This text has black color on #12153B background.


White color preview on #12153B background

This text has white color on #12153B background.