COLOR #001523

HEX: #001523
RGB: (0,21,35)

Renk bilgisi

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

RGB renk modeli

#001523 color RGB value is (0,21,35).

  • kırmız ton 0;
  • yeşil ton 21;
  • mavi ton 35.
RGB:
(0,21,35)
(0%,8%,14%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 21 of 255 = 8%
B 35 of 255 = 14%

0
21
35

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 21 + 35 = 56 (100%)
R 0 of 56 ~ 0%
G 21 of 56 ~ 37.5%
B 35 of 56 ~ 62.5%

%37.5
%62.5

CMYK RENK MODELİ

#001523 rengi CMYK tonu (100,40,0,86).

  • camgöbeği tonu 100.00%
  • eflatun tonu 40.00%
  • sarı tonu 0.00%
  • ana renk tonu 86.27%
CMYK:
(100,40,0,86)
C100M40Y0K86 
(100%,40%,0%,86%)
(1.00/0.40/0.00/0.86)	

CMYK yüzdeleri

%100
%40
%0
%86.27

Codes

Color #001523 in popluar color models

001523
RGB02135
HSL204°100.00%6.86%
HSB/HSV204°100.00%13.73%
CMYK100.00%40.00%0.00%
86.27%

Color #001523 in popluar number systems.

HEX001523
Decimal02135
Binary010101100011
Octal02543

Shades and tints

Shades of #001523

#001523
(0,21,35)
#001420
(0,20,32)
#00131D
(0,19,29)
#00121A
(0,18,26)
#001117
(0,17,23)
#001014
(0,16,20)
#000F11
(0,15,17)
#000E0E
(0,14,14)
#000D0B
(0,13,11)
#000C08
(0,12,8)
#000B05
(0,11,5)
#000000
(0,0,0)

Tints of #001523

#001523
(0,21,35)
#172A37
(23,42,55)
#2E3F4B
(46,63,75)
#45545F
(69,84,95)
#5C6973
(92,105,115)
#737E87
(115,126,135)
#8A939B
(138,147,155)
#A1A8AF
(161,168,175)
#B8BDC3
(184,189,195)
#CFD2D7
(207,210,215)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001523 color. Also use rgb(0,21,35) instead hex code.

Text Font Color

.myTextColor { color: #001523; }

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

This text font color is #001523.


Background Color

.myBgColor { background-color: #001523; }

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

This div background color is #001523.


Border color

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

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

This div border color is #001523.


Opacity

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

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

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

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

This text has shadow with #001523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001523 on black background.


Color preview on white background

This text has color #001523 on white background.



Black color preview on #001523 background

This text has black color on #001523 background.


White color preview on #001523 background

This text has white color on #001523 background.