COLOR #000401

HEX: #000401
RGB: (0,4,1)

Renk bilgisi

#000401 contains only green and blue colors. #000401 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000401 color RGB value is (0,4,1).

  • kırmız ton 0;
  • yeşil ton 4;
  • mavi ton 1.
RGB:
(0,4,1)
(0%,2%,0%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 4 of 255 = 2%
B 1 of 255 = 0%

0
4
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 4 + 1 = 5 (100%)
R 0 of 5 ~ 0%
G 4 of 5 ~ 80%
B 1 of 5 ~ 20%

%80
%20

CMYK RENK MODELİ

#000401 rengi CMYK tonu (100,0,75,98).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 75.00%
  • ana renk tonu 98.43%
CMYK:
(100,0,75,98)
C100M0Y75K98 
(100%,0%,75%,98%)
(1.00/0.00/0.75/0.98)	

CMYK yüzdeleri

%100
%0
%75
%98.43

Codes

Color #000401 in popluar color models

000401
RGB041
HSL135°100.00%0.78%
HSB/HSV135°100.00%1.57%
CMYK100.00%0.00%75.00%
98.43%

Color #000401 in popluar number systems.

HEX000401
Decimal041
Binary01001
Octal041

Shades and tints

Tints of #000401

#000401
(0,4,1)
#171A18
(23,26,24)
#2E302F
(46,48,47)
#454646
(69,70,70)
#5C5C5D
(92,92,93)
#737274
(115,114,116)
#8A888B
(138,136,139)
#A19EA2
(161,158,162)
#B8B4B9
(184,180,185)
#CFCAD0
(207,202,208)
#E6E0E7
(230,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000401; }

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

This text font color is #000401.


Background Color

.myBgColor { background-color: #000401; }

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

This div background color is #000401.


Border color

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

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

This div border color is #000401.


Opacity

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

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

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

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

This text has shadow with #000401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000401 on black background.


Color preview on white background

This text has color #000401 on white background.



Black color preview on #000401 background

This text has black color on #000401 background.


White color preview on #000401 background

This text has white color on #000401 background.