COLOR #1C364F

HEX: #1C364F RGB: (28,54,79)

Color info

#1C364F contains red, green and blue colors in about the same proportion. Web safe color of #1C364F is #333366 (or #336).

RGB color model

#1C364F color RGB value is (28,54,79).

RGB: (28,54,79) (11%, 21%, 31%)

RGB channels and saturation

R 28 of 255 = 11%
G 54 of 255 = 21%
B 79 of 255 = 31%

28
54
79

R + G + B ~ 21%. #1C364F is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 54 + 79 = 161 (100%)
R 28 of 161 ~ 17.39%
G 54 of 161 ~ 33.54%
B 79 of 161 ~ 49.07'%

%17.39
%33.54
%49.07

CMYK color model

#1C364F color CMYK value is (65,32,0,69).

  • cyan value is 64.56%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (65,32,0,69)
C65M32Y0K69 (65%, 32%, 0%, 69%)
(0.65 / 0.32 / 0.00 / 0.69)

CMYK percentages

%64.56
%31.65
%0
%69.02

Codes

Color #1C364F in popluar color models

1C 36 4F
RGB 28 54 79
HSL 209° 47.66% 20.98%
HSB/HSV 209° 64.56% 30.98%
CMYK 64.56% 31.65% 0.00%
69.02%

Color #1C364F in popluar number systems.

HEX 1C 36 4F
Decimal 28 54 79
Binary 11100 110110 1001111
Octal 34 66 117

Shades and tints

Shades of #1C364F

#1C364F
(28,54,79)
#1A3248
(26,50,72)
#182E41
(24,46,65)
#162A3A
(22,42,58)
#142633
(20,38,51)
#12222C
(18,34,44)
#101E25
(16,30,37)
#0E1A1E
(14,26,30)
#0C1617
(12,22,23)
#0A1210
(10,18,16)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #1C364F

#1C364F
(28,54,79)
#30485F
(48,72,95)
#445A6F
(68,90,111)
#586C7F
(88,108,127)
#6C7E8F
(108,126,143)
#80909F
(128,144,159)
#94A2AF
(148,162,175)
#A8B4BF
(168,180,191)
#BCC6CF
(188,198,207)
#D0D8DF
(208,216,223)
#E4EAEF
(228,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C364F color. Also use rgb(28,54,79) instead hex code.

Text Font Color

.myTextColor { color: #1C364F; }

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

This text font color is #1C364F.

Background Color

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

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

This div background color is #1C364F.

Border color

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

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

This div border color is #1C364F.

Opacity

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

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

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

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

This text has shadow with #1C364F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C364F.

Preview

Color preview on black background

This text has color #1C364F on black background.


Color preview on white background

This text has color #1C364F on white background.


Black color preview on #1C364F background

This text has black color on #1C364F background.


White color preview on #1C364F background

This text has white color on #1C364F background.


Related colors

Complementary color

Complementary color for #hex is #E3C9B0.


I love getcolorcode.com

Triadic colors

1 #4F1C36 and #364F1C with #1C364F are triadic colors.

2 #4F361C and #361C4F with #1C364F are triadic colors.