COLOR #001317

HEX: #001317
RGB: (0,19,23)

Renk bilgisi

#001317 contains only green and blue colors. #001317 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#001317 color RGB value is (0,19,23).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 19 of 255 = 7%
B 23 of 255 = 9%

0
19
23

R + G + B ~ 5%. #001317 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 19 + 23 = 42 (100%)
R 0 of 42 ~ 0%
G 19 of 42 ~ 45.24%
B 23 of 42 ~ 54.76%

%45.24
%54.76

CMYK RENK MODELİ

#001317 rengi CMYK tonu (100,17,0,91).

  • camgöbeği tonu 100.00%
  • eflatun tonu 17.39%
  • sarı tonu 0.00%
  • ana renk tonu 90.98%
CMYK:
(100,17,0,91)
C100M17Y0K91 
(100%,17%,0%,91%)
(1.00/0.17/0.00/0.91)	

CMYK yüzdeleri

%100
%17.39
%0
%90.98

Codes

Color #001317 in popluar color models

001317
RGB01923
HSL190°100.00%4.51%
HSB/HSV190°100.00%9.02%
CMYK100.00%17.39%0.00%
90.98%

Color #001317 in popluar number systems.

HEX001317
Decimal01923
Binary01001110111
Octal02327

Shades and tints

Shades of #001317

#001317
(0,19,23)
#001215
(0,18,21)
#001113
(0,17,19)
#001011
(0,16,17)
#000F0F
(0,15,15)
#000E0D
(0,14,13)
#000D0B
(0,13,11)
#000C09
(0,12,9)
#000B07
(0,11,7)
#000A05
(0,10,5)
#000903
(0,9,3)
#000000
(0,0,0)

Tints of #001317

#001317
(0,19,23)
#17282C
(23,40,44)
#2E3D41
(46,61,65)
#455256
(69,82,86)
#5C676B
(92,103,107)
#737C80
(115,124,128)
#8A9195
(138,145,149)
#A1A6AA
(161,166,170)
#B8BBBF
(184,187,191)
#CFD0D4
(207,208,212)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001317; }

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

This text font color is #001317.


Background Color

.myBgColor { background-color: #001317; }

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

This div background color is #001317.


Border color

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

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

This div border color is #001317.


Opacity

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

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

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

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

This text has shadow with #001317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001317 on black background.


Color preview on white background

This text has color #001317 on white background.



Black color preview on #001317 background

This text has black color on #001317 background.


White color preview on #001317 background

This text has white color on #001317 background.