COLOR #1C006F

HEX: #1C006F
RGB: (28,0,111)

Color info

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

RGB color model

#1C006F color RGB value is (28,0,111).

  • red value is 28;
  • green value is 0;
  • blue value is 111.
RGB:
(28,0,111)
(11%,0%,44%)

RGB channels and saturation

R 28 of 255 = 11%
G 0 of 255 = 0%
B 111 of 255 = 44%

28
0
111

R + G + B ~ 18%. #1C006F is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 0 + 111 = 139 (100%)
R 28 of 139 ~ 20.14%
G 0 of 139 ~ 0%
B 111 of 139 ~ 79.86%

%20.14
%79.86

CMYK color model

#1C006F color CMYK value is (75,100,0,56).

  • cyan value is 74.77%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(75,100,0,56)
C75M100Y0K56 
(75%,100%,0%,56%)
(0.75/1.00/0.00/0.56)	

CMYK percentages

%74.77
%100
%0
%56.47

Codes

Color #1C006F in popluar color models

1C006F
RGB280111
HSL255°100.00%21.76%
HSB/HSV255°100.00%43.53%
CMYK74.77%100.00%0.00%
56.47%

Color #1C006F in popluar number systems.

HEX1C006F
Decimal280111
Binary1110001101111
Octal340157

Shades and tints

Shades of #1C006F

#1C006F
(28,0,111)
#1A0065
(26,0,101)
#18005B
(24,0,91)
#160051
(22,0,81)
#140047
(20,0,71)
#12003D
(18,0,61)
#100033
(16,0,51)
#0E0029
(14,0,41)
#0C001F
(12,0,31)
#0A0015
(10,0,21)
#08000B
(8,0,11)
#000000
(0,0,0)

Tints of #1C006F

#1C006F
(28,0,111)
#30177C
(48,23,124)
#442E89
(68,46,137)
#584596
(88,69,150)
#6C5CA3
(108,92,163)
#8073B0
(128,115,176)
#948ABD
(148,138,189)
#A8A1CA
(168,161,202)
#BCB8D7
(188,184,215)
#D0CFE4
(208,207,228)
#E4E6F1
(228,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C006F color. Also use rgb(28,0,111) instead hex code.

Text Font Color

.myTextColor { color: #1C006F; }

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

This text font color is #1C006F.


Background Color

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

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

This div background color is #1C006F.


Border color

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

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

This div border color is #1C006F.


Opacity

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

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

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

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

This text has shadow with #1C006F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C006F on black background.


Color preview on white background

This text has color #1C006F on white background.



Black color preview on #1C006F background

This text has black color on #1C006F background.


White color preview on #1C006F background

This text has white color on #1C006F background.