COLOR #12084B

HEX: #12084B RGB: (18,8,75)

Color info

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

RGB color model

#12084B color RGB value is (18,8,75).

RGB: (18,8,75) (7%, 3%, 29%)

RGB channels and saturation

R 18 of 255 = 7%
G 8 of 255 = 3%
B 75 of 255 = 29%

18
8
75

R + G + B ~ 13%. #12084B is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 8 + 75 = 101 (100%)
R 18 of 101 ~ 17.82%
G 8 of 101 ~ 7.92%
B 75 of 101 ~ 74.26'%

%17.82
%74.26

CMYK color model

#12084B color CMYK value is (76,89,0,71).

  • cyan value is 76.00%
  • magenta value is 89.33%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (76,89,0,71)
C76M89Y0K71 (76%, 89%, 0%, 71%)
(0.76 / 0.89 / 0.00 / 0.71)

CMYK percentages

%76
%89.33
%0
%70.59

Codes

Color #12084B in popluar color models

12 08 4B
RGB 18 8 75
HSL 249° 80.72% 16.27%
HSB/HSV 249° 89.33% 29.41%
CMYK 76.00% 89.33% 0.00%
70.59%

Color #12084B in popluar number systems.

HEX 12 08 4B
Decimal 18 8 75
Binary 10010 1000 1001011
Octal 22 10 113

Shades and tints

Shades of #12084B

#12084B
(18,8,75)
#110845
(17,8,69)
#10083F
(16,8,63)
#0F0839
(15,8,57)
#0E0833
(14,8,51)
#0D082D
(13,8,45)
#0C0827
(12,8,39)
#0B0821
(11,8,33)
#0A081B
(10,8,27)
#090815
(9,8,21)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #12084B

#12084B
(18,8,75)
#271E5B
(39,30,91)
#3C346B
(60,52,107)
#514A7B
(81,74,123)
#66608B
(102,96,139)
#7B769B
(123,118,155)
#908CAB
(144,140,171)
#A5A2BB
(165,162,187)
#BAB8CB
(186,184,203)
#CFCEDB
(207,206,219)
#E4E4EB
(228,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12084B color. Also use rgb(18,8,75) instead hex code.

Text Font Color

.myTextColor { color: #12084B; }

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

This text font color is #12084B.

Background Color

.myBgColor { background-color: #12084B; }

<div style="background-color:#12084B">Inner text</div>

This div background color is #12084B.

Border color

.myBorderColor { border: 1px solid #12084B; }

<div style="border:3px solid #12084B">Div</div>

This div border color is #12084B.

Opacity

.myOpacity80 { color: #12084B; opacity: 0.8; }

<p style="color:#12084B;opacity:0.8;">80%</p>

Text with #12084B 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 #12084B;}

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

This text has shadow with #12084B color.


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

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

This text has shadow with #12084B primary color and red secondary color.


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

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

This text has shadow with #12084B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12084B.

Preview

Color preview on black background

This text has color #12084B on black background.


Color preview on white background

This text has color #12084B on white background.


Black color preview on #12084B background

This text has black color on #12084B background.


White color preview on #12084B background

This text has white color on #12084B background.


Related colors

Complementary color

Complementary color for #hex is #EDF7B4.


I love getcolorcode.com

Triadic colors

1 #4B1208 and #084B12 with #12084B are triadic colors.

2 #4B0812 and #08124B with #12084B are triadic colors.