COLOR #12013D

HEX: #12013D RGB: (18,1,61)

Color info

#12013D contains mainly red and blue colors. Web safe color of #12013D is #000033 (or #003).

RGB color model

#12013D color RGB value is (18,1,61).

RGB: (18,1,61) (7%, 0%, 24%)

RGB channels and saturation

R 18 of 255 = 7%
G 1 of 255 = 0%
B 61 of 255 = 24%

18
1
61

R + G + B ~ 10%. #12013D is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 1 + 61 = 80 (100%)
R 18 of 80 ~ 22.5%
G 1 of 80 ~ 1.25%
B 61 of 80 ~ 76.25'%

%22.5
%76.25

CMYK color model

#12013D color CMYK value is (70,98,0,76).

  • cyan value is 70.49%
  • magenta value is 98.36%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (70,98,0,76)
C70M98Y0K76 (70%, 98%, 0%, 76%)
(0.70 / 0.98 / 0.00 / 0.76)

CMYK percentages

%70.49
%98.36
%0
%76.08

Codes

Color #12013D in popluar color models

12 01 3D
RGB 18 1 61
HSL 257° 96.77% 12.16%
HSB/HSV 257° 98.36% 23.92%
CMYK 70.49% 98.36% 0.00%
76.08%

Color #12013D in popluar number systems.

HEX 12 01 3D
Decimal 18 1 61
Binary 10010 1 111101
Octal 22 1 75

Shades and tints

Shades of #12013D

#12013D
(18,1,61)
#110138
(17,1,56)
#100133
(16,1,51)
#0F012E
(15,1,46)
#0E0129
(14,1,41)
#0D0124
(13,1,36)
#0C011F
(12,1,31)
#0B011A
(11,1,26)
#0A0115
(10,1,21)
#090110
(9,1,16)
#08010B
(8,1,11)
#000000
(0,0,0)

Tints of #12013D

#12013D
(18,1,61)
#27184E
(39,24,78)
#3C2F5F
(60,47,95)
#514670
(81,70,112)
#665D81
(102,93,129)
#7B7492
(123,116,146)
#908BA3
(144,139,163)
#A5A2B4
(165,162,180)
#BAB9C5
(186,185,197)
#CFD0D6
(207,208,214)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12013D color. Also use rgb(18,1,61) instead hex code.

Text Font Color

.myTextColor { color: #12013D; }

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

This text font color is #12013D.

Background Color

.myBgColor { background-color: #12013D; }

<div style="background-color:#12013D">Inner text</div>

This div background color is #12013D.

Border color

.myBorderColor { border: 1px solid #12013D; }

<div style="border:3px solid #12013D">Div</div>

This div border color is #12013D.

Opacity

.myOpacity80 { color: #12013D; opacity: 0.8; }

<p style="color:#12013D;opacity:0.8;">80%</p>

Text with #12013D 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 #12013D;}

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

This text has shadow with #12013D color.


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

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

This text has shadow with #12013D primary color and red secondary color.


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

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

This text has shadow with #12013D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12013D.

Preview

Color preview on black background

This text has color #12013D on black background.


Color preview on white background

This text has color #12013D on white background.


Black color preview on #12013D background

This text has black color on #12013D background.


White color preview on #12013D background

This text has white color on #12013D background.


Related colors

Complementary color

Complementary color for #hex is #EDFEC2.


I love getcolorcode.com

Triadic colors

1 #3D1201 and #013D12 with #12013D are triadic colors.

2 #3D0112 and #01123D with #12013D are triadic colors.