COLOR #001825

HEX: #001825
RGB: (0,24,37)

Renk bilgisi

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

RGB renk modeli

#001825 color RGB value is (0,24,37).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 24 of 255 = 9%
B 37 of 255 = 15%

0
24
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 24 + 37 = 61 (100%)
R 0 of 61 ~ 0%
G 24 of 61 ~ 39.34%
B 37 of 61 ~ 60.66%

%39.34
%60.66

CMYK RENK MODELİ

#001825 rengi CMYK tonu (100,35,0,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 35.14%
  • sarı tonu 0.00%
  • ana renk tonu 85.49%
CMYK:
(100,35,0,85)
C100M35Y0K85 
(100%,35%,0%,85%)
(1.00/0.35/0.00/0.85)	

CMYK yüzdeleri

%100
%35.14
%0
%85.49

Codes

Color #001825 in popluar color models

001825
RGB02437
HSL201°100.00%7.25%
HSB/HSV201°100.00%14.51%
CMYK100.00%35.14%0.00%
85.49%

Color #001825 in popluar number systems.

HEX001825
Decimal02437
Binary011000100101
Octal03045

Shades and tints

Shades of #001825

#001825
(0,24,37)
#001622
(0,22,34)
#00141F
(0,20,31)
#00121C
(0,18,28)
#001019
(0,16,25)
#000E16
(0,14,22)
#000C13
(0,12,19)
#000A10
(0,10,16)
#00080D
(0,8,13)
#00060A
(0,6,10)
#000407
(0,4,7)
#000000
(0,0,0)

Tints of #001825

#001825
(0,24,37)
#172D38
(23,45,56)
#2E424B
(46,66,75)
#45575E
(69,87,94)
#5C6C71
(92,108,113)
#738184
(115,129,132)
#8A9697
(138,150,151)
#A1ABAA
(161,171,170)
#B8C0BD
(184,192,189)
#CFD5D0
(207,213,208)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001825; }

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

This text font color is #001825.


Background Color

.myBgColor { background-color: #001825; }

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

This div background color is #001825.


Border color

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

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

This div border color is #001825.


Opacity

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

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

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

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

This text has shadow with #001825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001825 on black background.


Color preview on white background

This text has color #001825 on white background.



Black color preview on #001825 background

This text has black color on #001825 background.


White color preview on #001825 background

This text has white color on #001825 background.