COLOR #000071

HEX: #000071
RGB: (0,0,113)

Renk bilgisi

#000071 contains only blue color. #000071 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#000071 color RGB value is (0,0,113).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 0 of 255 = 0%
B 113 of 255 = 44%

0
0
113

R + G + B ~ 15%. #000071 is dark color.

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#000071 rengi CMYK tonu (100,100,0,56).

  • camgöbeği tonu 100.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(100,100,0,56)
C100M100Y0K56 
(100%,100%,0%,56%)
(1.00/1.00/0.00/0.56)	

CMYK yüzdeleri

%100
%100
%0
%55.69

Codes

Color #000071 in popluar color models

000071
RGB00113
HSL240°100.00%22.16%
HSB/HSV240°100.00%44.31%
CMYK100.00%100.00%0.00%
55.69%

Color #000071 in popluar number systems.

HEX000071
Decimal00113
Binary001110001
Octal00161

Shades and tints

Shades of #000071

#000071
(0,0,113)
#000067
(0,0,103)
#00005D
(0,0,93)
#000053
(0,0,83)
#000049
(0,0,73)
#00003F
(0,0,63)
#000035
(0,0,53)
#00002B
(0,0,43)
#000021
(0,0,33)
#000017
(0,0,23)
#00000D
(0,0,13)
#000000
(0,0,0)

Tints of #000071

#000071
(0,0,113)
#17177D
(23,23,125)
#2E2E89
(46,46,137)
#454595
(69,69,149)
#5C5CA1
(92,92,161)
#7373AD
(115,115,173)
#8A8AB9
(138,138,185)
#A1A1C5
(161,161,197)
#B8B8D1
(184,184,209)
#CFCFDD
(207,207,221)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000071; }

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

This text font color is #000071.


Background Color

.myBgColor { background-color: #000071; }

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

This div background color is #000071.


Border color

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

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

This div border color is #000071.


Opacity

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

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

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

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

This text has shadow with #000071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000071 on black background.


Color preview on white background

This text has color #000071 on white background.



Black color preview on #000071 background

This text has black color on #000071 background.


White color preview on #000071 background

This text has white color on #000071 background.