COLOR #12254D

HEX: #12254D RGB: (18,37,77)

Color info

#12254D contains red, green and blue colors in about the same proportion. Web safe color of #12254D is #003333 (or #033).

RGB color model

#12254D color RGB value is (18,37,77).

RGB: (18,37,77) (7%, 15%, 30%)

RGB channels and saturation

R 18 of 255 = 7%
G 37 of 255 = 15%
B 77 of 255 = 30%

18
37
77

R + G + B ~ 17%. #12254D is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 37 + 77 = 132 (100%)
R 18 of 132 ~ 13.64%
G 37 of 132 ~ 28.03%
B 77 of 132 ~ 58.33'%

%13.64
%28.03
%58.33

CMYK color model

#12254D color CMYK value is (77,52,0,70).

  • cyan value is 76.62%
  • magenta value is 51.95%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (77,52,0,70)
C77M52Y0K70 (77%, 52%, 0%, 70%)
(0.77 / 0.52 / 0.00 / 0.70)

CMYK percentages

%76.62
%51.95
%0
%69.8

Codes

Color #12254D in popluar color models

12 25 4D
RGB 18 37 77
HSL 221° 62.11% 18.63%
HSB/HSV 221° 76.62% 30.20%
CMYK 76.62% 51.95% 0.00%
69.80%

Color #12254D in popluar number systems.

HEX 12 25 4D
Decimal 18 37 77
Binary 10010 100101 1001101
Octal 22 45 115

Shades and tints

Shades of #12254D

#12254D
(18,37,77)
#112246
(17,34,70)
#101F3F
(16,31,63)
#0F1C38
(15,28,56)
#0E1931
(14,25,49)
#0D162A
(13,22,42)
#0C1323
(12,19,35)
#0B101C
(11,16,28)
#0A0D15
(10,13,21)
#090A0E
(9,10,14)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #12254D

#12254D
(18,37,77)
#27385D
(39,56,93)
#3C4B6D
(60,75,109)
#515E7D
(81,94,125)
#66718D
(102,113,141)
#7B849D
(123,132,157)
#9097AD
(144,151,173)
#A5AABD
(165,170,189)
#BABDCD
(186,189,205)
#CFD0DD
(207,208,221)
#E4E3ED
(228,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12254D color. Also use rgb(18,37,77) instead hex code.

Text Font Color

.myTextColor { color: #12254D; }

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

This text font color is #12254D.

Background Color

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

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

This div background color is #12254D.

Border color

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

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

This div border color is #12254D.

Opacity

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

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

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

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

This text has shadow with #12254D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12254D.

Preview

Color preview on black background

This text has color #12254D on black background.


Color preview on white background

This text has color #12254D on white background.


Black color preview on #12254D background

This text has black color on #12254D background.


White color preview on #12254D background

This text has white color on #12254D background.


Related colors

Complementary color

Complementary color for #hex is #EDDAB2.


I love getcolorcode.com

Triadic colors

1 #4D1225 and #254D12 with #12254D are triadic colors.

2 #4D2512 and #25124D with #12254D are triadic colors.