COLOR #000005

HEX: #000005
RGB: (0,0,5)

Renk bilgisi

#000005 contains only blue color. #000005 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000005 color RGB value is (0,0,5).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 0 of 255 = 0%
B 5 of 255 = 2%

0
0
5

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 0 + 5 = 5 (100%)
R 0 of 5 ~ 0%
G 0 of 5 ~ 0%
B 5 of 5 ~ 100%

%100

CMYK RENK MODELİ

#000005 rengi CMYK tonu (100,100,0,98).

  • camgöbeği tonu 100.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 98.04%
CMYK:
(100,100,0,98)
C100M100Y0K98 
(100%,100%,0%,98%)
(1.00/1.00/0.00/0.98)	

CMYK yüzdeleri

%100
%100
%0
%98.04

Codes

Color #000005 in popluar color models

000005
RGB005
HSL240°100.00%0.98%
HSB/HSV240°100.00%1.96%
CMYK100.00%100.00%0.00%
98.04%

Color #000005 in popluar number systems.

HEX000005
Decimal005
Binary00101
Octal005

Shades and tints

Tints of #000005

#000005
(0,0,5)
#17171B
(23,23,27)
#2E2E31
(46,46,49)
#454547
(69,69,71)
#5C5C5D
(92,92,93)
#737373
(115,115,115)
#8A8A89
(138,138,137)
#A1A19F
(161,161,159)
#B8B8B5
(184,184,181)
#CFCFCB
(207,207,203)
#E6E6E1
(230,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000005; }

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

This text font color is #000005.


Background Color

.myBgColor { background-color: #000005; }

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

This div background color is #000005.


Border color

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

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

This div border color is #000005.


Opacity

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

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

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

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

This text has shadow with #000005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000005 on black background.


Color preview on white background

This text has color #000005 on white background.



Black color preview on #000005 background

This text has black color on #000005 background.


White color preview on #000005 background

This text has white color on #000005 background.