COLOR #01004F

HEX: #01004F RGB: (1,0,79)

Color info

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

RGB color model

#01004F color RGB value is (1,0,79).

RGB: (1,0,79) (0%, 0%, 31%)

RGB channels and saturation

R 1 of 255 = 0%
G 0 of 255 = 0%
B 79 of 255 = 31%

1
0
79

R + G + B ~ 10%. #01004F is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 0 + 79 = 80 (100%)
R 1 of 80 ~ 1.25%
G 0 of 80 ~ 0%
B 79 of 80 ~ 98.75'%

%98.75

CMYK color model

#01004F color CMYK value is (99,100,0,69).

  • cyan value is 98.73%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (99,100,0,69) C99M100Y0K69 (99%,100%,0%,69%) (0.99/1.00/0.00/0.69) 

CMYK percentages

%98.73
%100
%0
%69.02

Codes

Color #01004F in popluar color models

01 00 4F
RGB 1 0 79
HSL 241° 100.00% 15.49%
HSB/HSV 241° 100.00% 30.98%
CMYK 98.73% 100.00% 0.00%
69.02%

Color #01004F in popluar number systems.

HEX 01 00 4F
Decimal 1 0 79
Binary 1 0 1001111
Octal 1 0 117

Shades and tints

Shades of #01004F

#01004F
(1,0,79)
#010048
(1,0,72)
#010041
(1,0,65)
#01003A
(1,0,58)
#010033
(1,0,51)
#01002C
(1,0,44)
#010025
(1,0,37)
#01001E
(1,0,30)
#010017
(1,0,23)
#010010
(1,0,16)
#010009
(1,0,9)
#000000
(0,0,0)

Tints of #01004F

#01004F
(1,0,79)
#18175F
(24,23,95)
#2F2E6F
(47,46,111)
#46457F
(70,69,127)
#5D5C8F
(93,92,143)
#74739F
(116,115,159)
#8B8AAF
(139,138,175)
#A2A1BF
(162,161,191)
#B9B8CF
(185,184,207)
#D0CFDF
(208,207,223)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01004F color. Also use rgb(1,0,79) instead hex code.

Text Font Color

.myTextColor { color: #01004F; }

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

This text font color is #01004F.

Background Color

.myBgColor { background-color: #01004F; }

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

This div background color is #01004F.

Border color

.myBorderColor { border: 1px solid #01004F; }

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

This div border color is #01004F.

Opacity

.myOpacity80 { color: #01004F; opacity: 0.8; }

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

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

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

This text has shadow with #01004F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01004F.

Preview

Color preview on black background

This text has color #01004F on black background.


Color preview on white background

This text has color #01004F on white background.


Black color preview on #01004F background

This text has black color on #01004F background.


White color preview on #01004F background

This text has white color on #01004F background.


Related colors

Complementary color

Complementary color for #hex is #FEFFB0.


I love getcolorcode.com

Triadic colors

1 #4F0100 and #004F01 with #01004F are triadic colors.

2 #4F0001 and #00014F with #01004F are triadic colors.