COLOR #001D85

HEX: #001D85
RGB: (0,29,133)

Renk bilgisi

#001D85 contains mainly blue color. #001D85 ‘ nin web güvenlik rengi #003399 (ya da #039) dir.

RGB renk modeli

#001D85 color RGB value is (0,29,133).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 29 of 255 = 11%
B 133 of 255 = 52%

0
29
133

R + G + B ~ 21%. #001D85 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 29 + 133 = 162 (100%)
R 0 of 162 ~ 0%
G 29 of 162 ~ 17.9%
B 133 of 162 ~ 82.1%

%17.9
%82.1

CMYK RENK MODELİ

#001D85 rengi CMYK tonu (100,78,0,48).

  • camgöbeği tonu 100.00%
  • eflatun tonu 78.20%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(100,78,0,48)
C100M78Y0K48 
(100%,78%,0%,48%)
(1.00/0.78/0.00/0.48)	

CMYK yüzdeleri

%100
%78.2
%0
%47.84

Codes

Color #001D85 in popluar color models

001D85
RGB029133
HSL227°100.00%26.08%
HSB/HSV227°100.00%52.16%
CMYK100.00%78.20%0.00%
47.84%

Color #001D85 in popluar number systems.

HEX001D85
Decimal029133
Binary01110110000101
Octal035205

Shades and tints

Shades of #001D85

#001D85
(0,29,133)
#001B79
(0,27,121)
#00196D
(0,25,109)
#001761
(0,23,97)
#001555
(0,21,85)
#001349
(0,19,73)
#00113D
(0,17,61)
#000F31
(0,15,49)
#000D25
(0,13,37)
#000B19
(0,11,25)
#00090D
(0,9,13)
#000000
(0,0,0)

Tints of #001D85

#001D85
(0,29,133)
#173190
(23,49,144)
#2E459B
(46,69,155)
#4559A6
(69,89,166)
#5C6DB1
(92,109,177)
#7381BC
(115,129,188)
#8A95C7
(138,149,199)
#A1A9D2
(161,169,210)
#B8BDDD
(184,189,221)
#CFD1E8
(207,209,232)
#E6E5F3
(230,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001D85 color. Also use rgb(0,29,133) instead hex code.

Text Font Color

.myTextColor { color: #001D85; }

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

This text font color is #001D85.


Background Color

.myBgColor { background-color: #001D85; }

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

This div background color is #001D85.


Border color

.myBorderColor { border: 1px solid #001D85; }

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

This div border color is #001D85.


Opacity

.myOpacity80 { color: #001D85; opacity: 0.8; }

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

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

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

This text has shadow with #001D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D85 on black background.


Color preview on white background

This text has color #001D85 on white background.



Black color preview on #001D85 background

This text has black color on #001D85 background.


White color preview on #001D85 background

This text has white color on #001D85 background.