COLOR #001D53

HEX: #001D53
RGB: (0,29,83)

Renk bilgisi

#001D53 contains only green and blue colors. #001D53 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#001D53 color RGB value is (0,29,83).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 29 of 255 = 11%
B 83 of 255 = 33%

0
29
83

R + G + B ~ 15%. #001D53 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 29 + 83 = 112 (100%)
R 0 of 112 ~ 0%
G 29 of 112 ~ 25.89%
B 83 of 112 ~ 74.11%

%25.89
%74.11

CMYK RENK MODELİ

#001D53 rengi CMYK tonu (100,65,0,67).

  • camgöbeği tonu 100.00%
  • eflatun tonu 65.06%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(100,65,0,67)
C100M65Y0K67 
(100%,65%,0%,67%)
(1.00/0.65/0.00/0.67)	

CMYK yüzdeleri

%100
%65.06
%0
%67.45

Codes

Color #001D53 in popluar color models

001D53
RGB02983
HSL219°100.00%16.27%
HSB/HSV219°100.00%32.55%
CMYK100.00%65.06%0.00%
67.45%

Color #001D53 in popluar number systems.

HEX001D53
Decimal02983
Binary0111011010011
Octal035123

Shades and tints

Shades of #001D53

#001D53
(0,29,83)
#001B4C
(0,27,76)
#001945
(0,25,69)
#00173E
(0,23,62)
#001537
(0,21,55)
#001330
(0,19,48)
#001129
(0,17,41)
#000F22
(0,15,34)
#000D1B
(0,13,27)
#000B14
(0,11,20)
#00090D
(0,9,13)
#000000
(0,0,0)

Tints of #001D53

#001D53
(0,29,83)
#173162
(23,49,98)
#2E4571
(46,69,113)
#455980
(69,89,128)
#5C6D8F
(92,109,143)
#73819E
(115,129,158)
#8A95AD
(138,149,173)
#A1A9BC
(161,169,188)
#B8BDCB
(184,189,203)
#CFD1DA
(207,209,218)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001D53; }

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

This text font color is #001D53.


Background Color

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

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

This div background color is #001D53.


Border color

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

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

This div border color is #001D53.


Opacity

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

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

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

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

This text has shadow with #001D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001D53 on black background.


Color preview on white background

This text has color #001D53 on white background.



Black color preview on #001D53 background

This text has black color on #001D53 background.


White color preview on #001D53 background

This text has white color on #001D53 background.