COLOR #005DA8

HEX: #005DA8
RGB: (0,93,168)

Renk bilgisi

#005DA8 contains mainly blue color. #005DA8 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#005DA8 color RGB value is (0,93,168).

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

RGB bağlantıları ve doygunluk

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

0
93
168

R + G + B ~ 34%. #005DA8 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 93 + 168 = 261 (100%)
R 0 of 261 ~ 0%
G 93 of 261 ~ 35.63%
B 168 of 261 ~ 64.37%

%35.63
%64.37

CMYK RENK MODELİ

#005DA8 rengi CMYK tonu (100,45,0,34).

  • camgöbeği tonu 100.00%
  • eflatun tonu 44.64%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(100,45,0,34)
C100M45Y0K34 
(100%,45%,0%,34%)
(1.00/0.45/0.00/0.34)	

CMYK yüzdeleri

%100
%44.64
%0
%34.12

Codes

Color #005DA8 in popluar color models

005DA8
RGB093168
HSL207°100.00%32.94%
HSB/HSV207°100.00%65.88%
CMYK100.00%44.64%0.00%
34.12%

Color #005DA8 in popluar number systems.

HEX005DA8
Decimal093168
Binary0101110110101000
Octal0135250

Shades and tints

Shades of #005DA8

#005DA8
(0,93,168)
#005599
(0,85,153)
#004D8A
(0,77,138)
#00457B
(0,69,123)
#003D6C
(0,61,108)
#00355D
(0,53,93)
#002D4E
(0,45,78)
#00253F
(0,37,63)
#001D30
(0,29,48)
#001521
(0,21,33)
#000D12
(0,13,18)
#000000
(0,0,0)

Tints of #005DA8

#005DA8
(0,93,168)
#176BAF
(23,107,175)
#2E79B6
(46,121,182)
#4587BD
(69,135,189)
#5C95C4
(92,149,196)
#73A3CB
(115,163,203)
#8AB1D2
(138,177,210)
#A1BFD9
(161,191,217)
#B8CDE0
(184,205,224)
#CFDBE7
(207,219,231)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005DA8; }

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

This text font color is #005DA8.


Background Color

.myBgColor { background-color: #005DA8; }

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

This div background color is #005DA8.


Border color

.myBorderColor { border: 1px solid #005DA8; }

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

This div border color is #005DA8.


Opacity

.myOpacity80 { color: #005DA8; opacity: 0.8; }

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

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

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

This text has shadow with #005DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005DA8 on black background.


Color preview on white background

This text has color #005DA8 on white background.



Black color preview on #005DA8 background

This text has black color on #005DA8 background.


White color preview on #005DA8 background

This text has white color on #005DA8 background.