COLOR #1C124B

HEX: #1C124B RGB: (28,18,75)

Color info

#1C124B contains red, green and blue colors in about the same proportion. Web safe color of #1C124B is #330033 (or #303).

RGB color model

#1C124B color RGB value is (28,18,75).

RGB: (28,18,75) (11%, 7%, 29%)

RGB channels and saturation

R 28 of 255 = 11%
G 18 of 255 = 7%
B 75 of 255 = 29%

28
18
75

R + G + B ~ 16%. #1C124B is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 18 + 75 = 121 (100%)
R 28 of 121 ~ 23.14%
G 18 of 121 ~ 14.88%
B 75 of 121 ~ 61.98'%

%23.14
%14.88
%61.98

CMYK color model

#1C124B color CMYK value is (63,76,0,71).

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

CMYK: (63,76,0,71)
C63M76Y0K71 (63%, 76%, 0%, 71%)
(0.63 / 0.76 / 0.00 / 0.71)

CMYK percentages

%62.67
%76
%0
%70.59

Codes

Color #1C124B in popluar color models

1C 12 4B
RGB 28 18 75
HSL 251° 61.29% 18.24%
HSB/HSV 251° 76.00% 29.41%
CMYK 62.67% 76.00% 0.00%
70.59%

Color #1C124B in popluar number systems.

HEX 1C 12 4B
Decimal 28 18 75
Binary 11100 10010 1001011
Octal 34 22 113

Shades and tints

Shades of #1C124B

#1C124B
(28,18,75)
#1A1145
(26,17,69)
#18103F
(24,16,63)
#160F39
(22,15,57)
#140E33
(20,14,51)
#120D2D
(18,13,45)
#100C27
(16,12,39)
#0E0B21
(14,11,33)
#0C0A1B
(12,10,27)
#0A0915
(10,9,21)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #1C124B

#1C124B
(28,18,75)
#30275B
(48,39,91)
#443C6B
(68,60,107)
#58517B
(88,81,123)
#6C668B
(108,102,139)
#807B9B
(128,123,155)
#9490AB
(148,144,171)
#A8A5BB
(168,165,187)
#BCBACB
(188,186,203)
#D0CFDB
(208,207,219)
#E4E4EB
(228,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C124B color. Also use rgb(28,18,75) instead hex code.

Text Font Color

.myTextColor { color: #1C124B; }

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

This text font color is #1C124B.

Background Color

.myBgColor { background-color: #1C124B; }

<div style="background-color:#1C124B">Inner text</div>

This div background color is #1C124B.

Border color

.myBorderColor { border: 1px solid #1C124B; }

<div style="border:3px solid #1C124B">Div</div>

This div border color is #1C124B.

Opacity

.myOpacity80 { color: #1C124B; opacity: 0.8; }

<p style="color:#1C124B;opacity:0.8;">80%</p>

Text with #1C124B 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 #1C124B;}

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

This text has shadow with #1C124B color.


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

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

This text has shadow with #1C124B primary color and red secondary color.


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

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

This text has shadow with #1C124B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1C124B.

Preview

Color preview on black background

This text has color #1C124B on black background.


Color preview on white background

This text has color #1C124B on white background.


Black color preview on #1C124B background

This text has black color on #1C124B background.


White color preview on #1C124B background

This text has white color on #1C124B background.


Related colors

Complementary color

Complementary color for #hex is #E3EDB4.


I love getcolorcode.com

Triadic colors

1 #4B1C12 and #124B1C with #1C124B are triadic colors.

2 #4B121C and #121C4B with #1C124B are triadic colors.