COLOR #1C425D

HEX: #1C425D RGB: (28,66,93)

Color info

#1C425D contains mainly green and blue colors. Web safe color of #1C425D is #333366 (or #336).

RGB color model

#1C425D color RGB value is (28,66,93).

RGB: (28,66,93) (11%, 26%, 36%)

RGB channels and saturation

R 28 of 255 = 11%
G 66 of 255 = 26%
B 93 of 255 = 36%

28
66
93

R + G + B ~ 24%. #1C425D is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 66 + 93 = 187 (100%)
R 28 of 187 ~ 14.97%
G 66 of 187 ~ 35.29%
B 93 of 187 ~ 49.73'%

%14.97
%35.29
%49.73

CMYK color model

#1C425D color CMYK value is (70,29,0,64).

  • cyan value is 69.89%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (70,29,0,64) C70M29Y0K64 (70%,29%,0%,64%) (0.70/0.29/0.00/0.64) 

CMYK percentages

%69.89
%29.03
%0
%63.53

Codes

Color #1C425D in popluar color models

1C 42 5D
RGB 28 66 93
HSL 205° 53.72% 23.73%
HSB/HSV 205° 69.89% 36.47%
CMYK 69.89% 29.03% 0.00%
63.53%

Color #1C425D in popluar number systems.

HEX 1C 42 5D
Decimal 28 66 93
Binary 11100 1000010 1011101
Octal 34 102 135

Shades and tints

Shades of #1C425D

#1C425D
(28,66,93)
#1A3C55
(26,60,85)
#18364D
(24,54,77)
#163045
(22,48,69)
#142A3D
(20,42,61)
#122435
(18,36,53)
#101E2D
(16,30,45)
#0E1825
(14,24,37)
#0C121D
(12,18,29)
#0A0C15
(10,12,21)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #1C425D

#1C425D
(28,66,93)
#30536B
(48,83,107)
#446479
(68,100,121)
#587587
(88,117,135)
#6C8695
(108,134,149)
#8097A3
(128,151,163)
#94A8B1
(148,168,177)
#A8B9BF
(168,185,191)
#BCCACD
(188,202,205)
#D0DBDB
(208,219,219)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C425D color. Also use rgb(28,66,93) instead hex code.

Text Font Color

.myTextColor { color: #1C425D; }

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

This text font color is #1C425D.

Background Color

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

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

This div background color is #1C425D.

Border color

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

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

This div border color is #1C425D.

Opacity

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

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

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

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

This text has shadow with #1C425D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C425D.

Preview

Color preview on black background

This text has color #1C425D on black background.


Color preview on white background

This text has color #1C425D on white background.


Black color preview on #1C425D background

This text has black color on #1C425D background.


White color preview on #1C425D background

This text has white color on #1C425D background.


Related colors

Complementary color

Complementary color for #hex is #E3BDA2.


I love getcolorcode.com

Triadic colors

1 #5D1C42 and #425D1C with #1C425D are triadic colors.

2 #5D421C and #421C5D with #1C425D are triadic colors.