COLOR #000080

HEX: #000080
RGB: (0,0,128)

Renk bilgisi

Rengin adı Navy. #000080 contains only blue color. #000080 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#000080 color RGB value is (0,0,128).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 0 of 255 = 0%
B 128 of 255 = 50%

0
0
128

R + G + B ~ 17%. #000080 is dark color.

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#000080 rengi CMYK tonu (100,100,0,50).

  • camgöbeği tonu 100.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(100,100,0,50)
C100M100Y0K50 
(100%,100%,0%,50%)
(1.00/1.00/0.00/0.50)	

CMYK yüzdeleri

%100
%100
%0
%49.8

Codes

Color #000080 in popluar color models

000080
RGB00128
HSL240°100.00%25.10%
HSB/HSV240°100.00%50.20%
CMYK100.00%100.00%0.00%
49.80%

Color #000080 in popluar number systems.

HEX000080
Decimal00128
Binary0010000000
Octal00200

Shades and tints

Shades of #000080

#000080
(0,0,128)
#000075
(0,0,117)
#00006A
(0,0,106)
#00005F
(0,0,95)
#000054
(0,0,84)
#000049
(0,0,73)
#00003E
(0,0,62)
#000033
(0,0,51)
#000028
(0,0,40)
#00001D
(0,0,29)
#000012
(0,0,18)
#000000
(0,0,0)

Tints of #000080

#000080
(0,0,128)
#17178B
(23,23,139)
#2E2E96
(46,46,150)
#4545A1
(69,69,161)
#5C5CAC
(92,92,172)
#7373B7
(115,115,183)
#8A8AC2
(138,138,194)
#A1A1CD
(161,161,205)
#B8B8D8
(184,184,216)
#CFCFE3
(207,207,227)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000080; }

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

This text font color is #000080.


Background Color

.myBgColor { background-color: #000080; }

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

This div background color is #000080.


Border color

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

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

This div border color is #000080.


Opacity

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

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

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

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

This text has shadow with #000080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000080 on black background.


Color preview on white background

This text has color #000080 on white background.



Black color preview on #000080 background

This text has black color on #000080 background.


White color preview on #000080 background

This text has white color on #000080 background.