COLOR #12155A

HEX: #12155A RGB: (18,21,90)

Color info

#12155A contains mainly blue color. Web safe color of #12155A is #000066 (or #006).

RGB color model

#12155A color RGB value is (18,21,90).

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

RGB channels and saturation

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

18
21
90

R + G + B ~ 17%. #12155A is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 21 + 90 = 129 (100%)
R 18 of 129 ~ 13.95%
G 21 of 129 ~ 16.28%
B 90 of 129 ~ 69.77'%

%13.95
%16.28
%69.77

CMYK color model

#12155A color CMYK value is (80,77,0,65).

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

CMYK: (80,77,0,65)
C80M77Y0K65 (80%, 77%, 0%, 65%)
(0.80 / 0.77 / 0.00 / 0.65)

CMYK percentages

%80
%76.67
%0
%64.71

Codes

Color #12155A in popluar color models

12 15 5A
RGB 18 21 90
HSL 238° 66.67% 21.18%
HSB/HSV 238° 80.00% 35.29%
CMYK 80.00% 76.67% 0.00%
64.71%

Color #12155A in popluar number systems.

HEX 12 15 5A
Decimal 18 21 90
Binary 10010 10101 1011010
Octal 22 25 132

Shades and tints

Shades of #12155A

#12155A
(18,21,90)
#111452
(17,20,82)
#10134A
(16,19,74)
#0F1242
(15,18,66)
#0E113A
(14,17,58)
#0D1032
(13,16,50)
#0C0F2A
(12,15,42)
#0B0E22
(11,14,34)
#0A0D1A
(10,13,26)
#090C12
(9,12,18)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #12155A

#12155A
(18,21,90)
#272A69
(39,42,105)
#3C3F78
(60,63,120)
#515487
(81,84,135)
#666996
(102,105,150)
#7B7EA5
(123,126,165)
#9093B4
(144,147,180)
#A5A8C3
(165,168,195)
#BABDD2
(186,189,210)
#CFD2E1
(207,210,225)
#E4E7F0
(228,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12155A; }

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

This text font color is #12155A.

Background Color

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

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

This div background color is #12155A.

Border color

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

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

This div border color is #12155A.

Opacity

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

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

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

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

This text has shadow with #12155A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12155A.

Preview

Color preview on black background

This text has color #12155A on black background.


Color preview on white background

This text has color #12155A on white background.


Black color preview on #12155A background

This text has black color on #12155A background.


White color preview on #12155A background

This text has white color on #12155A background.


Related colors

Complementary color

Complementary color for #hex is #EDEAA5.


I love getcolorcode.com

Triadic colors

1 #5A1215 and #155A12 with #12155A are triadic colors.

2 #5A1512 and #15125A with #12155A are triadic colors.