COLOR #12355A

HEX: #12355A RGB: (18,53,90)

Color info

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

RGB color model

#12355A color RGB value is (18,53,90).

RGB: (18,53,90) (7%, 21%, 35%)

RGB channels and saturation

R 18 of 255 = 7%
G 53 of 255 = 21%
B 90 of 255 = 35%

18
53
90

R + G + B ~ 21%. #12355A is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 53 + 90 = 161 (100%)
R 18 of 161 ~ 11.18%
G 53 of 161 ~ 32.92%
B 90 of 161 ~ 55.9'%

%11.18
%32.92
%55.9

CMYK color model

#12355A color CMYK value is (80,41,0,65).

  • cyan value is 80.00%
  • magenta value is 41.11%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (80,41,0,65)
C80M41Y0K65 (80%, 41%, 0%, 65%)
(0.80 / 0.41 / 0.00 / 0.65)

CMYK percentages

%80
%41.11
%0
%64.71

Codes

Color #12355A in popluar color models

12 35 5A
RGB 18 53 90
HSL 211° 66.67% 21.18%
HSB/HSV 211° 80.00% 35.29%
CMYK 80.00% 41.11% 0.00%
64.71%

Color #12355A in popluar number systems.

HEX 12 35 5A
Decimal 18 53 90
Binary 10010 110101 1011010
Octal 22 65 132

Shades and tints

Shades of #12355A

#12355A
(18,53,90)
#113152
(17,49,82)
#102D4A
(16,45,74)
#0F2942
(15,41,66)
#0E253A
(14,37,58)
#0D2132
(13,33,50)
#0C1D2A
(12,29,42)
#0B1922
(11,25,34)
#0A151A
(10,21,26)
#091112
(9,17,18)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #12355A

#12355A
(18,53,90)
#274769
(39,71,105)
#3C5978
(60,89,120)
#516B87
(81,107,135)
#667D96
(102,125,150)
#7B8FA5
(123,143,165)
#90A1B4
(144,161,180)
#A5B3C3
(165,179,195)
#BAC5D2
(186,197,210)
#CFD7E1
(207,215,225)
#E4E9F0
(228,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12355A color. Also use rgb(18,53,90) instead hex code.

Text Font Color

.myTextColor { color: #12355A; }

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

This text font color is #12355A.

Background Color

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

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

This div background color is #12355A.

Border color

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

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

This div border color is #12355A.

Opacity

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

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

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

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

This text has shadow with #12355A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12355A.

Preview

Color preview on black background

This text has color #12355A on black background.


Color preview on white background

This text has color #12355A on white background.


Black color preview on #12355A background

This text has black color on #12355A background.


White color preview on #12355A background

This text has white color on #12355A background.


Related colors

Complementary color

Complementary color for #hex is #EDCAA5.


I love getcolorcode.com

Triadic colors

1 #5A1235 and #355A12 with #12355A are triadic colors.

2 #5A3512 and #35125A with #12355A are triadic colors.