COLOR #001425

HEX: #001425
RGB: (0,20,37)

Renk bilgisi

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

RGB renk modeli

#001425 color RGB value is (0,20,37).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 20 of 255 = 8%
B 37 of 255 = 15%

0
20
37

R + G + B ~ 8%. #001425 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 20 + 37 = 57 (100%)
R 0 of 57 ~ 0%
G 20 of 57 ~ 35.09%
B 37 of 57 ~ 64.91%

%35.09
%64.91

CMYK RENK MODELİ

#001425 rengi CMYK tonu (100,46,0,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 45.95%
  • sarı tonu 0.00%
  • ana renk tonu 85.49%
CMYK:
(100,46,0,85)
C100M46Y0K85 
(100%,46%,0%,85%)
(1.00/0.46/0.00/0.85)	

CMYK yüzdeleri

%100
%45.95
%0
%85.49

Codes

Color #001425 in popluar color models

001425
RGB02037
HSL208°100.00%7.25%
HSB/HSV208°100.00%14.51%
CMYK100.00%45.95%0.00%
85.49%

Color #001425 in popluar number systems.

HEX001425
Decimal02037
Binary010100100101
Octal02445

Shades and tints

Shades of #001425

#001425
(0,20,37)
#001322
(0,19,34)
#00121F
(0,18,31)
#00111C
(0,17,28)
#001019
(0,16,25)
#000F16
(0,15,22)
#000E13
(0,14,19)
#000D10
(0,13,16)
#000C0D
(0,12,13)
#000B0A
(0,11,10)
#000A07
(0,10,7)
#000000
(0,0,0)

Tints of #001425

#001425
(0,20,37)
#172938
(23,41,56)
#2E3E4B
(46,62,75)
#45535E
(69,83,94)
#5C6871
(92,104,113)
#737D84
(115,125,132)
#8A9297
(138,146,151)
#A1A7AA
(161,167,170)
#B8BCBD
(184,188,189)
#CFD1D0
(207,209,208)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001425; }

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

This text font color is #001425.


Background Color

.myBgColor { background-color: #001425; }

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

This div background color is #001425.


Border color

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

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

This div border color is #001425.


Opacity

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

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

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

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

This text has shadow with #001425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001425 on black background.


Color preview on white background

This text has color #001425 on white background.



Black color preview on #001425 background

This text has black color on #001425 background.


White color preview on #001425 background

This text has white color on #001425 background.