COLOR #12404A

HEX: #12404A
RGB: (18,64,74)

Color info

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

RGB color model

#12404A color RGB value is (18,64,74).

  • red value is 18;
  • green value is 64;
  • blue value is 74.
RGB:
(18,64,74)
(7%,25%,29%)

RGB channels and saturation

R 18 of 255 = 7%
G 64 of 255 = 25%
B 74 of 255 = 29%

18
64
74

R + G + B ~ 20%. #12404A is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 64 + 74 = 156 (100%)
R 18 of 156 ~ 11.54%
G 64 of 156 ~ 41.03%
B 74 of 156 ~ 47.44%

%11.54
%41.03
%47.44

CMYK color model

#12404A color CMYK value is (76,14,0,71).

  • cyan value is 75.68%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(76,14,0,71)
C76M14Y0K71 
(76%,14%,0%,71%)
(0.76/0.14/0.00/0.71)	

CMYK percentages

%75.68
%13.51
%0
%70.98

Codes

Color #12404A in popluar color models

12404A
RGB186474
HSL191°60.87%18.04%
HSB/HSV191°75.68%29.02%
CMYK75.68%13.51%0.00%
70.98%

Color #12404A in popluar number systems.

HEX12404A
Decimal186474
Binary1001010000001001010
Octal22100112

Shades and tints

Shades of #12404A

#12404A
(18,64,74)
#113B44
(17,59,68)
#10363E
(16,54,62)
#0F3138
(15,49,56)
#0E2C32
(14,44,50)
#0D272C
(13,39,44)
#0C2226
(12,34,38)
#0B1D20
(11,29,32)
#0A181A
(10,24,26)
#091314
(9,19,20)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #12404A

#12404A
(18,64,74)
#27515A
(39,81,90)
#3C626A
(60,98,106)
#51737A
(81,115,122)
#66848A
(102,132,138)
#7B959A
(123,149,154)
#90A6AA
(144,166,170)
#A5B7BA
(165,183,186)
#BAC8CA
(186,200,202)
#CFD9DA
(207,217,218)
#E4EAEA
(228,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12404A color. Also use rgb(18,64,74) instead hex code.

Text Font Color

.myTextColor { color: #12404A; }

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

This text font color is #12404A.


Background Color

.myBgColor { background-color: #12404A; }

<div style="background-color:#12404A">Inner text</div>

This div background color is #12404A.


Border color

.myBorderColor { border: 1px solid #12404A; }

<div style="border:3px solid #12404A">Div</div>

This div border color is #12404A.


Opacity

.myOpacity80 { color: #12404A; opacity: 0.8; }

<p style="color:#12404A;opacity:0.8;">80%</p>

Text with #12404A 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 #12404A;}

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

This text has shadow with #12404A color.

.textShadow {text-shadow: 3px 3px 1px #12404A, 3px 3px 1px red;}

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

This text has shadow with #12404A primary color and red secondary color.


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

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

This text has shadow with #12404A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12404A on black background.


Color preview on white background

This text has color #12404A on white background.



Black color preview on #12404A background

This text has black color on #12404A background.


White color preview on #12404A background

This text has white color on #12404A background.