COLOR #12397C

HEX: #12397C
RGB: (18,57,124)

Color info

#12397C contains mainly blue color. Web safe color of #12397C is #003366 (or #036).

RGB color model

#12397C color RGB value is (18,57,124).

  • red value is 18;
  • green value is 57;
  • blue value is 124.
RGB:
(18,57,124)
(7%,22%,49%)

RGB channels and saturation

R 18 of 255 = 7%
G 57 of 255 = 22%
B 124 of 255 = 49%

18
57
124

R + G + B ~ 26%. #12397C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 57 + 124 = 199 (100%)
R 18 of 199 ~ 9.05%
G 57 of 199 ~ 28.64%
B 124 of 199 ~ 62.31%

%28.64
%62.31

CMYK color model

#12397C color CMYK value is (85,54,0,51).

  • cyan value is 85.48%
  • magenta value is 54.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(85,54,0,51)
C85M54Y0K51 
(85%,54%,0%,51%)
(0.85/0.54/0.00/0.51)	

CMYK percentages

%85.48
%54.03
%0
%51.37

Codes

Color #12397C in popluar color models

12397C
RGB1857124
HSL218°74.65%27.84%
HSB/HSV218°85.48%48.63%
CMYK85.48%54.03%0.00%
51.37%

Color #12397C in popluar number systems.

HEX12397C
Decimal1857124
Binary100101110011111100
Octal2271174

Shades and tints

Shades of #12397C

#12397C
(18,57,124)
#113471
(17,52,113)
#102F66
(16,47,102)
#0F2A5B
(15,42,91)
#0E2550
(14,37,80)
#0D2045
(13,32,69)
#0C1B3A
(12,27,58)
#0B162F
(11,22,47)
#0A1124
(10,17,36)
#090C19
(9,12,25)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #12397C

#12397C
(18,57,124)
#274B87
(39,75,135)
#3C5D92
(60,93,146)
#516F9D
(81,111,157)
#6681A8
(102,129,168)
#7B93B3
(123,147,179)
#90A5BE
(144,165,190)
#A5B7C9
(165,183,201)
#BAC9D4
(186,201,212)
#CFDBDF
(207,219,223)
#E4EDEA
(228,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12397C; }

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

This text font color is #12397C.


Background Color

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

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

This div background color is #12397C.


Border color

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

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

This div border color is #12397C.


Opacity

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

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

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

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

This text has shadow with #12397C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12397C on black background.


Color preview on white background

This text has color #12397C on white background.



Black color preview on #12397C background

This text has black color on #12397C background.


White color preview on #12397C background

This text has white color on #12397C background.