COLOR #001C92

HEX: #001C92
RGB: (0,28,146)

Color info

#001C92 contains mainly blue color. Web safe color of #001C92 is #003399 (or #039).

RGB color model

#001C92 color RGB value is (0,28,146).

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

RGB channels and saturation

R 0 of 255 = 0%
G 28 of 255 = 11%
B 146 of 255 = 57%

0
28
146

R + G + B ~ 23%. #001C92 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 28 + 146 = 174 (100%)
R 0 of 174 ~ 0%
G 28 of 174 ~ 16.09%
B 146 of 174 ~ 83.91%

%16.09
%83.91

CMYK color model

#001C92 color CMYK value is (100,81,0,43).

  • cyan value is 100.00%
  • magenta value is 80.82%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(100,81,0,43)
C100M81Y0K43 
(100%,81%,0%,43%)
(1.00/0.81/0.00/0.43)	

CMYK percentages

%100
%80.82
%0
%42.75

Codes

Color #001C92 in popluar color models

001C92
RGB028146
HSL228°100.00%28.63%
HSB/HSV228°100.00%57.25%
CMYK100.00%80.82%0.00%
42.75%

Color #001C92 in popluar number systems.

HEX001C92
Decimal028146
Binary01110010010010
Octal034222

Shades and tints

Shades of #001C92

#001C92
(0,28,146)
#001A85
(0,26,133)
#001878
(0,24,120)
#00166B
(0,22,107)
#00145E
(0,20,94)
#001251
(0,18,81)
#001044
(0,16,68)
#000E37
(0,14,55)
#000C2A
(0,12,42)
#000A1D
(0,10,29)
#000810
(0,8,16)
#000000
(0,0,0)

Tints of #001C92

#001C92
(0,28,146)
#17309B
(23,48,155)
#2E44A4
(46,68,164)
#4558AD
(69,88,173)
#5C6CB6
(92,108,182)
#7380BF
(115,128,191)
#8A94C8
(138,148,200)
#A1A8D1
(161,168,209)
#B8BCDA
(184,188,218)
#CFD0E3
(207,208,227)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001C92 color. Also use rgb(0,28,146) instead hex code.

Text Font Color

.myTextColor { color: #001C92; }

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

This text font color is #001C92.


Background Color

.myBgColor { background-color: #001C92; }

<div style="background-color:#001C92">Inner text</div>

This div background color is #001C92.


Border color

.myBorderColor { border: 1px solid #001C92; }

<div style="border:3px solid #001C92">Div</div>

This div border color is #001C92.


Opacity

.myOpacity80 { color: #001C92; opacity: 0.8; }

<p style="color:#001C92;opacity:0.8;">80%</p>

Text with #001C92 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 #001C92;}

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

This text has shadow with #001C92 color.

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

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

This text has shadow with #001C92 primary color and red secondary color.


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

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

This text has shadow with #001C92 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001C92 on black background.


Color preview on white background

This text has color #001C92 on white background.



Black color preview on #001C92 background

This text has black color on #001C92 background.


White color preview on #001C92 background

This text has white color on #001C92 background.