COLOR #12063D

HEX: #12063D RGB: (18,6,61)

Color info

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

RGB color model

#12063D color RGB value is (18,6,61).

RGB: (18,6,61) (7%, 2%, 24%)

RGB channels and saturation

R 18 of 255 = 7%
G 6 of 255 = 2%
B 61 of 255 = 24%

18
6
61

R + G + B ~ 11%. #12063D is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 6 + 61 = 85 (100%)
R 18 of 85 ~ 21.18%
G 6 of 85 ~ 7.06%
B 61 of 85 ~ 71.76'%

%21.18
%71.76

CMYK color model

#12063D color CMYK value is (70,90,0,76).

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

CMYK: (70,90,0,76)
C70M90Y0K76 (70%, 90%, 0%, 76%)
(0.70 / 0.90 / 0.00 / 0.76)

CMYK percentages

%70.49
%90.16
%0
%76.08

Codes

Color #12063D in popluar color models

12 06 3D
RGB 18 6 61
HSL 253° 82.09% 13.14%
HSB/HSV 253° 90.16% 23.92%
CMYK 70.49% 90.16% 0.00%
76.08%

Color #12063D in popluar number systems.

HEX 12 06 3D
Decimal 18 6 61
Binary 10010 110 111101
Octal 22 6 75

Shades and tints

Shades of #12063D

#12063D
(18,6,61)
#110638
(17,6,56)
#100633
(16,6,51)
#0F062E
(15,6,46)
#0E0629
(14,6,41)
#0D0624
(13,6,36)
#0C061F
(12,6,31)
#0B061A
(11,6,26)
#0A0615
(10,6,21)
#090610
(9,6,16)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #12063D

#12063D
(18,6,61)
#271C4E
(39,28,78)
#3C325F
(60,50,95)
#514870
(81,72,112)
#665E81
(102,94,129)
#7B7492
(123,116,146)
#908AA3
(144,138,163)
#A5A0B4
(165,160,180)
#BAB6C5
(186,182,197)
#CFCCD6
(207,204,214)
#E4E2E7
(228,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12063D; }

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

This text font color is #12063D.

Background Color

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

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

This div background color is #12063D.

Border color

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

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

This div border color is #12063D.

Opacity

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

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

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

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

This text has shadow with #12063D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12063D.

Preview

Color preview on black background

This text has color #12063D on black background.


Color preview on white background

This text has color #12063D on white background.


Black color preview on #12063D background

This text has black color on #12063D background.


White color preview on #12063D background

This text has white color on #12063D background.


Related colors

Complementary color

Complementary color for #hex is #EDF9C2.


I love getcolorcode.com

Triadic colors

1 #3D1206 and #063D12 with #12063D are triadic colors.

2 #3D0612 and #06123D with #12063D are triadic colors.