COLOR #12457C

HEX: #12457C RGB: (18,69,124)

Color info

#12457C contains mainly green and blue colors. Web safe color of #12457C is #003366 (or #036).

RGB color model

#12457C color RGB value is (18,69,124).

RGB: (18,69,124) (7%, 27%, 49%)

RGB channels and saturation

R 18 of 255 = 7%
G 69 of 255 = 27%
B 124 of 255 = 49%

18
69
124

R + G + B ~ 28%. #12457C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 69 + 124 = 211 (100%)
R 18 of 211 ~ 8.53%
G 69 of 211 ~ 32.7%
B 124 of 211 ~ 58.77'%

%32.7
%58.77

CMYK color model

#12457C color CMYK value is (85,44,0,51).

  • cyan value is 85.48%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (85,44,0,51)
C85M44Y0K51 (85%, 44%, 0%, 51%)
(0.85 / 0.44 / 0.00 / 0.51)

CMYK percentages

%85.48
%44.35
%0
%51.37

Codes

Color #12457C in popluar color models

12 45 7C
RGB 18 69 124
HSL 211° 74.65% 27.84%
HSB/HSV 211° 85.48% 48.63%
CMYK 85.48% 44.35% 0.00%
51.37%

Color #12457C in popluar number systems.

HEX 12 45 7C
Decimal 18 69 124
Binary 10010 1000101 1111100
Octal 22 105 174

Shades and tints

Shades of #12457C

#12457C
(18,69,124)
#113F71
(17,63,113)
#103966
(16,57,102)
#0F335B
(15,51,91)
#0E2D50
(14,45,80)
#0D2745
(13,39,69)
#0C213A
(12,33,58)
#0B1B2F
(11,27,47)
#0A1524
(10,21,36)
#090F19
(9,15,25)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #12457C

#12457C
(18,69,124)
#275587
(39,85,135)
#3C6592
(60,101,146)
#51759D
(81,117,157)
#6685A8
(102,133,168)
#7B95B3
(123,149,179)
#90A5BE
(144,165,190)
#A5B5C9
(165,181,201)
#BAC5D4
(186,197,212)
#CFD5DF
(207,213,223)
#E4E5EA
(228,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12457C color. Also use rgb(18,69,124) instead hex code.

Text Font Color

.myTextColor { color: #12457C; }

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

This text font color is #12457C.

Background Color

.myBgColor { background-color: #12457C; }

<div style="background-color:#12457C">Inner text</div>

This div background color is #12457C.

Border color

.myBorderColor { border: 1px solid #12457C; }

<div style="border:3px solid #12457C">Div</div>

This div border color is #12457C.

Opacity

.myOpacity80 { color: #12457C; opacity: 0.8; }

<p style="color:#12457C;opacity:0.8;">80%</p>

Text with #12457C 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 #12457C;}

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

This text has shadow with #12457C color.


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

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

This text has shadow with #12457C primary color and red secondary color.


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

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

This text has shadow with #12457C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12457C.

Preview

Color preview on black background

This text has color #12457C on black background.


Color preview on white background

This text has color #12457C on white background.


Black color preview on #12457C background

This text has black color on #12457C background.


White color preview on #12457C background

This text has white color on #12457C background.


Related colors

Complementary color

Complementary color for #hex is #EDBA83.


I love getcolorcode.com

Triadic colors

1 #7C1245 and #457C12 with #12457C are triadic colors.

2 #7C4512 and #45127C with #12457C are triadic colors.