COLOR #000084

HEX: #000084
RGB: (0,0,132)

Renk bilgisi

#000084 contains only blue color. #000084 ‘ nin web güvenlik rengi #000099 (ya da #009) dir.

RGB renk modeli

#000084 color RGB value is (0,0,132).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 0 of 255 = 0%
B 132 of 255 = 52%

0
0
132

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

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#000084 rengi CMYK tonu (100,100,0,48).

  • camgöbeği tonu 100.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(100,100,0,48)
C100M100Y0K48 
(100%,100%,0%,48%)
(1.00/1.00/0.00/0.48)	

CMYK yüzdeleri

%100
%100
%0
%48.24

Codes

Color #000084 in popluar color models

000084
RGB00132
HSL240°100.00%25.88%
HSB/HSV240°100.00%51.76%
CMYK100.00%100.00%0.00%
48.24%

Color #000084 in popluar number systems.

HEX000084
Decimal00132
Binary0010000100
Octal00204

Shades and tints

Shades of #000084

#000084
(0,0,132)
#000078
(0,0,120)
#00006C
(0,0,108)
#000060
(0,0,96)
#000054
(0,0,84)
#000048
(0,0,72)
#00003C
(0,0,60)
#000030
(0,0,48)
#000024
(0,0,36)
#000018
(0,0,24)
#00000C
(0,0,12)
#000000
(0,0,0)

Tints of #000084

#000084
(0,0,132)
#17178F
(23,23,143)
#2E2E9A
(46,46,154)
#4545A5
(69,69,165)
#5C5CB0
(92,92,176)
#7373BB
(115,115,187)
#8A8AC6
(138,138,198)
#A1A1D1
(161,161,209)
#B8B8DC
(184,184,220)
#CFCFE7
(207,207,231)
#E6E6F2
(230,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000084; }

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

This text font color is #000084.


Background Color

.myBgColor { background-color: #000084; }

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

This div background color is #000084.


Border color

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

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

This div border color is #000084.


Opacity

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

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

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

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

This text has shadow with #000084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000084 on black background.


Color preview on white background

This text has color #000084 on white background.



Black color preview on #000084 background

This text has black color on #000084 background.


White color preview on #000084 background

This text has white color on #000084 background.