COLOR #001325

HEX: #001325
RGB: (0,19,37)

Renk bilgisi

#001325 contains only green and blue colors. #001325 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#001325 color RGB value is (0,19,37).

  • kırmız ton 0;
  • yeşil ton 19;
  • mavi ton 37.
RGB:
(0,19,37)
(0%,7%,15%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 19 of 255 = 7%
B 37 of 255 = 15%

0
19
37

R + G + B ~ 7%. #001325 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 19 + 37 = 56 (100%)
R 0 of 56 ~ 0%
G 19 of 56 ~ 33.93%
B 37 of 56 ~ 66.07%

%33.93
%66.07

CMYK RENK MODELİ

#001325 rengi CMYK tonu (100,49,0,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 48.65%
  • sarı tonu 0.00%
  • ana renk tonu 85.49%
CMYK:
(100,49,0,85)
C100M49Y0K85 
(100%,49%,0%,85%)
(1.00/0.49/0.00/0.85)	

CMYK yüzdeleri

%100
%48.65
%0
%85.49

Codes

Color #001325 in popluar color models

001325
RGB01937
HSL209°100.00%7.25%
HSB/HSV209°100.00%14.51%
CMYK100.00%48.65%0.00%
85.49%

Color #001325 in popluar number systems.

HEX001325
Decimal01937
Binary010011100101
Octal02345

Shades and tints

Shades of #001325

#001325
(0,19,37)
#001222
(0,18,34)
#00111F
(0,17,31)
#00101C
(0,16,28)
#000F19
(0,15,25)
#000E16
(0,14,22)
#000D13
(0,13,19)
#000C10
(0,12,16)
#000B0D
(0,11,13)
#000A0A
(0,10,10)
#000907
(0,9,7)
#000000
(0,0,0)

Tints of #001325

#001325
(0,19,37)
#172838
(23,40,56)
#2E3D4B
(46,61,75)
#45525E
(69,82,94)
#5C6771
(92,103,113)
#737C84
(115,124,132)
#8A9197
(138,145,151)
#A1A6AA
(161,166,170)
#B8BBBD
(184,187,189)
#CFD0D0
(207,208,208)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001325 color. Also use rgb(0,19,37) instead hex code.

Text Font Color

.myTextColor { color: #001325; }

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

This text font color is #001325.


Background Color

.myBgColor { background-color: #001325; }

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

This div background color is #001325.


Border color

.myBorderColor { border: 1px solid #001325; }

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

This div border color is #001325.


Opacity

.myOpacity80 { color: #001325; opacity: 0.8; }

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

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

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

This text has shadow with #001325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001325 on black background.


Color preview on white background

This text has color #001325 on white background.



Black color preview on #001325 background

This text has black color on #001325 background.


White color preview on #001325 background

This text has white color on #001325 background.