COLOR #12053E

HEX: #12053E
RGB: (18,5,62)

Color info

#12053E contains red, green and blue colors in about the same proportion. Web safe color of #12053E is #000033 (or #003).

RGB color model

#12053E color RGB value is (18,5,62).

  • red value is 18;
  • green value is 5;
  • blue value is 62.
RGB:
(18,5,62)
(7%,2%,24%)

RGB channels and saturation

R 18 of 255 = 7%
G 5 of 255 = 2%
B 62 of 255 = 24%

18
5
62

R + G + B ~ 11%. #12053E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 5 + 62 = 85 (100%)
R 18 of 85 ~ 21.18%
G 5 of 85 ~ 5.88%
B 62 of 85 ~ 72.94%

%21.18
%72.94

CMYK color model

#12053E color CMYK value is (71,92,0,76).

  • cyan value is 70.97%
  • magenta value is 91.94%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(71,92,0,76)
C71M92Y0K76 
(71%,92%,0%,76%)
(0.71/0.92/0.00/0.76)	

CMYK percentages

%70.97
%91.94
%0
%75.69

Codes

Color #12053E in popluar color models

12053E
RGB18562
HSL254°85.07%13.14%
HSB/HSV254°91.94%24.31%
CMYK70.97%91.94%0.00%
75.69%

Color #12053E in popluar number systems.

HEX12053E
Decimal18562
Binary10010101111110
Octal22576

Shades and tints

Shades of #12053E

#12053E
(18,5,62)
#110539
(17,5,57)
#100534
(16,5,52)
#0F052F
(15,5,47)
#0E052A
(14,5,42)
#0D0525
(13,5,37)
#0C0520
(12,5,32)
#0B051B
(11,5,27)
#0A0516
(10,5,22)
#090511
(9,5,17)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #12053E

#12053E
(18,5,62)
#271B4F
(39,27,79)
#3C3160
(60,49,96)
#514771
(81,71,113)
#665D82
(102,93,130)
#7B7393
(123,115,147)
#9089A4
(144,137,164)
#A59FB5
(165,159,181)
#BAB5C6
(186,181,198)
#CFCBD7
(207,203,215)
#E4E1E8
(228,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12053E color. Also use rgb(18,5,62) instead hex code.

Text Font Color

.myTextColor { color: #12053E; }

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

This text font color is #12053E.


Background Color

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

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

This div background color is #12053E.


Border color

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

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

This div border color is #12053E.


Opacity

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

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

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

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

This text has shadow with #12053E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12053E on black background.


Color preview on white background

This text has color #12053E on white background.



Black color preview on #12053E background

This text has black color on #12053E background.


White color preview on #12053E background

This text has white color on #12053E background.