COLOR #00005D

HEX: #00005D
RGB: (0,0,93)

Renk bilgisi

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

RGB renk modeli

#00005D color RGB value is (0,0,93).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 0 of 255 = 0%
B 93 of 255 = 36%

0
0
93

R + G + B ~ 12%. #00005D is dark color.

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#00005D rengi CMYK tonu (100,100,0,64).

  • camgöbeği tonu 100.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(100,100,0,64)
C100M100Y0K64 
(100%,100%,0%,64%)
(1.00/1.00/0.00/0.64)	

CMYK yüzdeleri

%100
%100
%0
%63.53

Codes

Color #00005D in popluar color models

00005D
RGB0093
HSL240°100.00%18.24%
HSB/HSV240°100.00%36.47%
CMYK100.00%100.00%0.00%
63.53%

Color #00005D in popluar number systems.

HEX00005D
Decimal0093
Binary001011101
Octal00135

Shades and tints

Shades of #00005D

#00005D
(0,0,93)
#000055
(0,0,85)
#00004D
(0,0,77)
#000045
(0,0,69)
#00003D
(0,0,61)
#000035
(0,0,53)
#00002D
(0,0,45)
#000025
(0,0,37)
#00001D
(0,0,29)
#000015
(0,0,21)
#00000D
(0,0,13)
#000000
(0,0,0)

Tints of #00005D

#00005D
(0,0,93)
#17176B
(23,23,107)
#2E2E79
(46,46,121)
#454587
(69,69,135)
#5C5C95
(92,92,149)
#7373A3
(115,115,163)
#8A8AB1
(138,138,177)
#A1A1BF
(161,161,191)
#B8B8CD
(184,184,205)
#CFCFDB
(207,207,219)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00005D; }

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

This text font color is #00005D.


Background Color

.myBgColor { background-color: #00005D; }

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

This div background color is #00005D.


Border color

.myBorderColor { border: 1px solid #00005D; }

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

This div border color is #00005D.


Opacity

.myOpacity80 { color: #00005D; opacity: 0.8; }

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

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

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

This text has shadow with #00005D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00005D on black background.


Color preview on white background

This text has color #00005D on white background.



Black color preview on #00005D background

This text has black color on #00005D background.


White color preview on #00005D background

This text has white color on #00005D background.