COLOR #12183B

HEX: #12183B RGB: (18,24,59)

Color info

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

RGB color model

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

RGB: (18,24,59) (7%, 9%, 23%)

RGB channels and saturation

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

18
24
59

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

Portions of RGB colors in percentages

R + G + B = 18 + 24 + 59 = 101 (100%)
R 18 of 101 ~ 17.82%
G 24 of 101 ~ 23.76%
B 59 of 101 ~ 58.42'%

%17.82
%23.76
%58.42

CMYK color model

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

  • cyan value is 69.49%
  • magenta value is 59.32%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (69,59,0,77)
C69M59Y0K77 (69%, 59%, 0%, 77%)
(0.69 / 0.59 / 0.00 / 0.77)

CMYK percentages

%69.49
%59.32
%0
%76.86

Codes

Color #12183B in popluar color models

12 18 3B
RGB 18 24 59
HSL 231° 53.25% 15.10%
HSB/HSV 231° 69.49% 23.14%
CMYK 69.49% 59.32% 0.00%
76.86%

Color #12183B in popluar number systems.

HEX 12 18 3B
Decimal 18 24 59
Binary 10010 11000 111011
Octal 22 30 73

Shades and tints

Shades of #12183B

#12183B
(18,24,59)
#111636
(17,22,54)
#101431
(16,20,49)
#0F122C
(15,18,44)
#0E1027
(14,16,39)
#0D0E22
(13,14,34)
#0C0C1D
(12,12,29)
#0B0A18
(11,10,24)
#0A0813
(10,8,19)
#09060E
(9,6,14)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #12183B

#12183B
(18,24,59)
#272D4C
(39,45,76)
#3C425D
(60,66,93)
#51576E
(81,87,110)
#666C7F
(102,108,127)
#7B8190
(123,129,144)
#9096A1
(144,150,161)
#A5ABB2
(165,171,178)
#BAC0C3
(186,192,195)
#CFD5D4
(207,213,212)
#E4EAE5
(228,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12183B; }

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

This text font color is #12183B.

Background Color

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

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

This div background color is #12183B.

Border color

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

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

This div border color is #12183B.

Opacity

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

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

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

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

This text has shadow with #12183B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12183B.

Preview

Color preview on black background

This text has color #12183B on black background.


Color preview on white background

This text has color #12183B on white background.


Black color preview on #12183B background

This text has black color on #12183B background.


White color preview on #12183B background

This text has white color on #12183B background.


Related colors

Complementary color

Complementary color for #hex is #EDE7C4.


I love getcolorcode.com

Triadic colors

1 #3B1218 and #183B12 with #12183B are triadic colors.

2 #3B1812 and #18123B with #12183B are triadic colors.