COLOR #012529

HEX: #012529
RGB: (1,37,41)

Renk bilgisi

#012529 contains red, green and blue colors in about the same proportion. #012529 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#012529 color RGB value is (1,37,41).

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

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 37 of 255 = 15%
B 41 of 255 = 16%

1
37
41

R + G + B ~ 10%. #012529 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 37 + 41 = 79 (100%)
R 1 of 79 ~ 1.27%
G 37 of 79 ~ 46.84%
B 41 of 79 ~ 51.9%

%46.84
%51.9

CMYK RENK MODELİ

#012529 rengi CMYK tonu (98,10,0,84).

  • camgöbeği tonu 97.56%
  • eflatun tonu 9.76%
  • sarı tonu 0.00%
  • ana renk tonu 83.92%
CMYK:
(98,10,0,84)
C98M10Y0K84 
(98%,10%,0%,84%)
(0.98/0.10/0.00/0.84)	

CMYK yüzdeleri

%97.56
%9.76
%0
%83.92

Codes

Color #012529 in popluar color models

012529
RGB13741
HSL186°95.24%8.24%
HSB/HSV186°97.56%16.08%
CMYK97.56%9.76%0.00%
83.92%

Color #012529 in popluar number systems.

HEX012529
Decimal13741
Binary1100101101001
Octal14551

Shades and tints

Shades of #012529

#012529
(1,37,41)
#012226
(1,34,38)
#011F23
(1,31,35)
#011C20
(1,28,32)
#01191D
(1,25,29)
#01161A
(1,22,26)
#011317
(1,19,23)
#011014
(1,16,20)
#010D11
(1,13,17)
#010A0E
(1,10,14)
#01070B
(1,7,11)
#000000
(0,0,0)

Tints of #012529

#012529
(1,37,41)
#18383C
(24,56,60)
#2F4B4F
(47,75,79)
#465E62
(70,94,98)
#5D7175
(93,113,117)
#748488
(116,132,136)
#8B979B
(139,151,155)
#A2AAAE
(162,170,174)
#B9BDC1
(185,189,193)
#D0D0D4
(208,208,212)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012529 color. Also use rgb(1,37,41) instead hex code.

Text Font Color

.myTextColor { color: #012529; }

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

This text font color is #012529.


Background Color

.myBgColor { background-color: #012529; }

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

This div background color is #012529.


Border color

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

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

This div border color is #012529.


Opacity

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

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

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

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

This text has shadow with #012529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012529 on black background.


Color preview on white background

This text has color #012529 on white background.



Black color preview on #012529 background

This text has black color on #012529 background.


White color preview on #012529 background

This text has white color on #012529 background.