COLOR #1C0C58

HEX: #1C0C58 RGB: (28,12,88)

Color info

#1C0C58 contains mainly blue color. Web safe color of #1C0C58 is #330066 (or #306).

RGB color model

#1C0C58 color RGB value is (28,12,88).

RGB: (28,12,88) (11%, 5%, 35%)

RGB channels and saturation

R 28 of 255 = 11%
G 12 of 255 = 5%
B 88 of 255 = 35%

28
12
88

R + G + B ~ 17%. #1C0C58 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 12 + 88 = 128 (100%)
R 28 of 128 ~ 21.88%
G 12 of 128 ~ 9.38%
B 88 of 128 ~ 68.75'%

%21.88
%68.75

CMYK color model

#1C0C58 color CMYK value is (68,86,0,65).

  • cyan value is 68.18%
  • magenta value is 86.36%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (68,86,0,65)
C68M86Y0K65 (68%, 86%, 0%, 65%)
(0.68 / 0.86 / 0.00 / 0.65)

CMYK percentages

%68.18
%86.36
%0
%65.49

Codes

Color #1C0C58 in popluar color models

1C 0C 58
RGB 28 12 88
HSL 253° 76.00% 19.61%
HSB/HSV 253° 86.36% 34.51%
CMYK 68.18% 86.36% 0.00%
65.49%

Color #1C0C58 in popluar number systems.

HEX 1C 0C 58
Decimal 28 12 88
Binary 11100 1100 1011000
Octal 34 14 130

Shades and tints

Shades of #1C0C58

#1C0C58
(28,12,88)
#1A0B50
(26,11,80)
#180A48
(24,10,72)
#160940
(22,9,64)
#140838
(20,8,56)
#120730
(18,7,48)
#100628
(16,6,40)
#0E0520
(14,5,32)
#0C0418
(12,4,24)
#0A0310
(10,3,16)
#080208
(8,2,8)
#000000
(0,0,0)

Tints of #1C0C58

#1C0C58
(28,12,88)
#302267
(48,34,103)
#443876
(68,56,118)
#584E85
(88,78,133)
#6C6494
(108,100,148)
#807AA3
(128,122,163)
#9490B2
(148,144,178)
#A8A6C1
(168,166,193)
#BCBCD0
(188,188,208)
#D0D2DF
(208,210,223)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C0C58 color. Also use rgb(28,12,88) instead hex code.

Text Font Color

.myTextColor { color: #1C0C58; }

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

This text font color is #1C0C58.

Background Color

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

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

This div background color is #1C0C58.

Border color

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

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

This div border color is #1C0C58.

Opacity

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

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

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

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

This text has shadow with #1C0C58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C0C58.

Preview

Color preview on black background

This text has color #1C0C58 on black background.


Color preview on white background

This text has color #1C0C58 on white background.


Black color preview on #1C0C58 background

This text has black color on #1C0C58 background.


White color preview on #1C0C58 background

This text has white color on #1C0C58 background.


Related colors

Complementary color

Complementary color for #hex is #E3F3A7.


I love getcolorcode.com

Triadic colors

1 #581C0C and #0C581C with #1C0C58 are triadic colors.

2 #580C1C and #0C1C58 with #1C0C58 are triadic colors.