COLOR #001D7D

HEX: #001D7D
RGB: (0,29,125)

Renk bilgisi

#001D7D contains mainly blue color. #001D7D ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#001D7D color RGB value is (0,29,125).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 29 of 255 = 11%
B 125 of 255 = 49%

0
29
125

R + G + B ~ 20%. #001D7D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 29 + 125 = 154 (100%)
R 0 of 154 ~ 0%
G 29 of 154 ~ 18.83%
B 125 of 154 ~ 81.17%

%18.83
%81.17

CMYK RENK MODELİ

#001D7D rengi CMYK tonu (100,77,0,51).

  • camgöbeği tonu 100.00%
  • eflatun tonu 76.80%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(100,77,0,51)
C100M77Y0K51 
(100%,77%,0%,51%)
(1.00/0.77/0.00/0.51)	

CMYK yüzdeleri

%100
%76.8
%0
%50.98

Codes

Color #001D7D in popluar color models

001D7D
RGB029125
HSL226°100.00%24.51%
HSB/HSV226°100.00%49.02%
CMYK100.00%76.80%0.00%
50.98%

Color #001D7D in popluar number systems.

HEX001D7D
Decimal029125
Binary0111011111101
Octal035175

Shades and tints

Shades of #001D7D

#001D7D
(0,29,125)
#001B72
(0,27,114)
#001967
(0,25,103)
#00175C
(0,23,92)
#001551
(0,21,81)
#001346
(0,19,70)
#00113B
(0,17,59)
#000F30
(0,15,48)
#000D25
(0,13,37)
#000B1A
(0,11,26)
#00090F
(0,9,15)
#000000
(0,0,0)

Tints of #001D7D

#001D7D
(0,29,125)
#173188
(23,49,136)
#2E4593
(46,69,147)
#45599E
(69,89,158)
#5C6DA9
(92,109,169)
#7381B4
(115,129,180)
#8A95BF
(138,149,191)
#A1A9CA
(161,169,202)
#B8BDD5
(184,189,213)
#CFD1E0
(207,209,224)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001D7D; }

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

This text font color is #001D7D.


Background Color

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

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

This div background color is #001D7D.


Border color

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

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

This div border color is #001D7D.


Opacity

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

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

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

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

This text has shadow with #001D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D7D on black background.


Color preview on white background

This text has color #001D7D on white background.



Black color preview on #001D7D background

This text has black color on #001D7D background.


White color preview on #001D7D background

This text has white color on #001D7D background.