COLOR #12027E

HEX: #12027E
RGB: (18,2,126)

Color info

#12027E contains mainly blue color. Web safe color of #12027E is #000066 (or #006).

RGB color model

#12027E color RGB value is (18,2,126).

  • red value is 18;
  • green value is 2;
  • blue value is 126.
RGB:
(18,2,126)
(7%,1%,49%)

RGB channels and saturation

R 18 of 255 = 7%
G 2 of 255 = 1%
B 126 of 255 = 49%

18
2
126

R + G + B ~ 19%. #12027E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 2 + 126 = 146 (100%)
R 18 of 146 ~ 12.33%
G 2 of 146 ~ 1.37%
B 126 of 146 ~ 86.3%

%12.33
%86.3

CMYK color model

#12027E color CMYK value is (86,98,0,51).

  • cyan value is 85.71%
  • magenta value is 98.41%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(86,98,0,51)
C86M98Y0K51 
(86%,98%,0%,51%)
(0.86/0.98/0.00/0.51)	

CMYK percentages

%85.71
%98.41
%0
%50.59

Codes

Color #12027E in popluar color models

12027E
RGB182126
HSL248°96.88%25.10%
HSB/HSV248°98.41%49.41%
CMYK85.71%98.41%0.00%
50.59%

Color #12027E in popluar number systems.

HEX12027E
Decimal182126
Binary10010101111110
Octal222176

Shades and tints

Shades of #12027E

#12027E
(18,2,126)
#110273
(17,2,115)
#100268
(16,2,104)
#0F025D
(15,2,93)
#0E0252
(14,2,82)
#0D0247
(13,2,71)
#0C023C
(12,2,60)
#0B0231
(11,2,49)
#0A0226
(10,2,38)
#09021B
(9,2,27)
#080210
(8,2,16)
#000000
(0,0,0)

Tints of #12027E

#12027E
(18,2,126)
#271989
(39,25,137)
#3C3094
(60,48,148)
#51479F
(81,71,159)
#665EAA
(102,94,170)
#7B75B5
(123,117,181)
#908CC0
(144,140,192)
#A5A3CB
(165,163,203)
#BABAD6
(186,186,214)
#CFD1E1
(207,209,225)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12027E color. Also use rgb(18,2,126) instead hex code.

Text Font Color

.myTextColor { color: #12027E; }

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

This text font color is #12027E.


Background Color

.myBgColor { background-color: #12027E; }

<div style="background-color:#12027E">Inner text</div>

This div background color is #12027E.


Border color

.myBorderColor { border: 1px solid #12027E; }

<div style="border:3px solid #12027E">Div</div>

This div border color is #12027E.


Opacity

.myOpacity80 { color: #12027E; opacity: 0.8; }

<p style="color:#12027E;opacity:0.8;">80%</p>

Text with #12027E 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 #12027E;}

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

This text has shadow with #12027E color.

.textShadow {text-shadow: 3px 3px 1px #12027E, 3px 3px 1px red;}

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

This text has shadow with #12027E primary color and red secondary color.


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

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

This text has shadow with #12027E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12027E on black background.


Color preview on white background

This text has color #12027E on white background.



Black color preview on #12027E background

This text has black color on #12027E background.


White color preview on #12027E background

This text has white color on #12027E background.