COLOR #000057

HEX: #000057
RGB: (0,0,87)

Renk bilgisi

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

RGB renk modeli

#000057 color RGB value is (0,0,87).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 0 of 255 = 0%
B 87 of 255 = 34%

0
0
87

R + G + B ~ 11%. #000057 is dark color.

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#000057 rengi CMYK tonu (100,100,0,66).

  • camgöbeği tonu 100.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(100,100,0,66)
C100M100Y0K66 
(100%,100%,0%,66%)
(1.00/1.00/0.00/0.66)	

CMYK yüzdeleri

%100
%100
%0
%65.88

Codes

Color #000057 in popluar color models

000057
RGB0087
HSL240°100.00%17.06%
HSB/HSV240°100.00%34.12%
CMYK100.00%100.00%0.00%
65.88%

Color #000057 in popluar number systems.

HEX000057
Decimal0087
Binary001010111
Octal00127

Shades and tints

Shades of #000057

#000057
(0,0,87)
#000050
(0,0,80)
#000049
(0,0,73)
#000042
(0,0,66)
#00003B
(0,0,59)
#000034
(0,0,52)
#00002D
(0,0,45)
#000026
(0,0,38)
#00001F
(0,0,31)
#000018
(0,0,24)
#000011
(0,0,17)
#000000
(0,0,0)

Tints of #000057

#000057
(0,0,87)
#171766
(23,23,102)
#2E2E75
(46,46,117)
#454584
(69,69,132)
#5C5C93
(92,92,147)
#7373A2
(115,115,162)
#8A8AB1
(138,138,177)
#A1A1C0
(161,161,192)
#B8B8CF
(184,184,207)
#CFCFDE
(207,207,222)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000057; }

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

This text font color is #000057.


Background Color

.myBgColor { background-color: #000057; }

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

This div background color is #000057.


Border color

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

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

This div border color is #000057.


Opacity

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

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

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

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

This text has shadow with #000057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000057 on black background.


Color preview on white background

This text has color #000057 on white background.



Black color preview on #000057 background

This text has black color on #000057 background.


White color preview on #000057 background

This text has white color on #000057 background.