COLOR #12394B

HEX: #12394B RGB: (18,57,75)

Color info

#12394B contains red, green and blue colors in about the same proportion. Web safe color of #12394B is #003333 (or #033).

RGB color model

#12394B color RGB value is (18,57,75).

RGB: (18,57,75) (7%, 22%, 29%)

RGB channels and saturation

R 18 of 255 = 7%
G 57 of 255 = 22%
B 75 of 255 = 29%

18
57
75

R + G + B ~ 19%. #12394B is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 57 + 75 = 150 (100%)
R 18 of 150 ~ 12%
G 57 of 150 ~ 38%
B 75 of 150 ~ 50'%

%12
%38
%50

CMYK color model

#12394B color CMYK value is (76,24,0,71).

  • cyan value is 76.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (76,24,0,71)
C76M24Y0K71 (76%, 24%, 0%, 71%)
(0.76 / 0.24 / 0.00 / 0.71)

CMYK percentages

%76
%24
%0
%70.59

Codes

Color #12394B in popluar color models

12 39 4B
RGB 18 57 75
HSL 199° 61.29% 18.24%
HSB/HSV 199° 76.00% 29.41%
CMYK 76.00% 24.00% 0.00%
70.59%

Color #12394B in popluar number systems.

HEX 12 39 4B
Decimal 18 57 75
Binary 10010 111001 1001011
Octal 22 71 113

Shades and tints

Shades of #12394B

#12394B
(18,57,75)
#113445
(17,52,69)
#102F3F
(16,47,63)
#0F2A39
(15,42,57)
#0E2533
(14,37,51)
#0D202D
(13,32,45)
#0C1B27
(12,27,39)
#0B1621
(11,22,33)
#0A111B
(10,17,27)
#090C15
(9,12,21)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #12394B

#12394B
(18,57,75)
#274B5B
(39,75,91)
#3C5D6B
(60,93,107)
#516F7B
(81,111,123)
#66818B
(102,129,139)
#7B939B
(123,147,155)
#90A5AB
(144,165,171)
#A5B7BB
(165,183,187)
#BAC9CB
(186,201,203)
#CFDBDB
(207,219,219)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12394B; }

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

This text font color is #12394B.

Background Color

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

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

This div background color is #12394B.

Border color

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

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

This div border color is #12394B.

Opacity

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

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

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

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

This text has shadow with #12394B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12394B.

Preview

Color preview on black background

This text has color #12394B on black background.


Color preview on white background

This text has color #12394B on white background.


Black color preview on #12394B background

This text has black color on #12394B background.


White color preview on #12394B background

This text has white color on #12394B background.


Related colors

Complementary color

Complementary color for #hex is #EDC6B4.


I love getcolorcode.com

Triadic colors

1 #4B1239 and #394B12 with #12394B are triadic colors.

2 #4B3912 and #39124B with #12394B are triadic colors.