COLOR #001478

HEX: #001478
RGB: (0,20,120)

Color info

#001478 contains mainly blue color. Web safe color of #001478 is #000066 (or #006).

RGB color model

#001478 color RGB value is (0,20,120).

  • red value is 0;
  • green value is 20;
  • blue value is 120.
RGB:
(0,20,120)
(0%,8%,47%)

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 120 of 255 = 47%

0
20
120

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

Portions of RGB colors in percentages

R + G + B =
0 + 20 + 120 = 140 (100%)
R 0 of 140 ~ 0%
G 20 of 140 ~ 14.29%
B 120 of 140 ~ 85.71%

%14.29
%85.71

CMYK color model

#001478 color CMYK value is (100,83,0,53).

  • cyan value is 100.00%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(100,83,0,53)
C100M83Y0K53 
(100%,83%,0%,53%)
(1.00/0.83/0.00/0.53)	

CMYK percentages

%100
%83.33
%0
%52.94

Codes

Color #001478 in popluar color models

001478
RGB020120
HSL230°100.00%23.53%
HSB/HSV230°100.00%47.06%
CMYK100.00%83.33%0.00%
52.94%

Color #001478 in popluar number systems.

HEX001478
Decimal020120
Binary0101001111000
Octal024170

Shades and tints

Shades of #001478

#001478
(0,20,120)
#00136E
(0,19,110)
#001264
(0,18,100)
#00115A
(0,17,90)
#001050
(0,16,80)
#000F46
(0,15,70)
#000E3C
(0,14,60)
#000D32
(0,13,50)
#000C28
(0,12,40)
#000B1E
(0,11,30)
#000A14
(0,10,20)
#000000
(0,0,0)

Tints of #001478

#001478
(0,20,120)
#172984
(23,41,132)
#2E3E90
(46,62,144)
#45539C
(69,83,156)
#5C68A8
(92,104,168)
#737DB4
(115,125,180)
#8A92C0
(138,146,192)
#A1A7CC
(161,167,204)
#B8BCD8
(184,188,216)
#CFD1E4
(207,209,228)
#E6E6F0
(230,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001478 color. Also use rgb(0,20,120) instead hex code.

Text Font Color

.myTextColor { color: #001478; }

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

This text font color is #001478.


Background Color

.myBgColor { background-color: #001478; }

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

This div background color is #001478.


Border color

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

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

This div border color is #001478.


Opacity

.myOpacity80 { color: #001478; opacity: 0.8; }

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

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

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

This text has shadow with #001478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001478 on black background.


Color preview on white background

This text has color #001478 on white background.



Black color preview on #001478 background

This text has black color on #001478 background.


White color preview on #001478 background

This text has white color on #001478 background.