COLOR #001326

HEX: #001326
RGB: (0,19,38)

Renk bilgisi

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

RGB renk modeli

#001326 color RGB value is (0,19,38).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 19 of 255 = 7%
B 38 of 255 = 15%

0
19
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 19 + 38 = 57 (100%)
R 0 of 57 ~ 0%
G 19 of 57 ~ 33.33%
B 38 of 57 ~ 66.67%

%33.33
%66.67

CMYK RENK MODELİ

#001326 rengi CMYK tonu (100,50,0,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 85.10%
CMYK:
(100,50,0,85)
C100M50Y0K85 
(100%,50%,0%,85%)
(1.00/0.50/0.00/0.85)	

CMYK yüzdeleri

%100
%50
%0
%85.1

Codes

Color #001326 in popluar color models

001326
RGB01938
HSL210°100.00%7.45%
HSB/HSV210°100.00%14.90%
CMYK100.00%50.00%0.00%
85.10%

Color #001326 in popluar number systems.

HEX001326
Decimal01938
Binary010011100110
Octal02346

Shades and tints

Shades of #001326

#001326
(0,19,38)
#001223
(0,18,35)
#001120
(0,17,32)
#00101D
(0,16,29)
#000F1A
(0,15,26)
#000E17
(0,14,23)
#000D14
(0,13,20)
#000C11
(0,12,17)
#000B0E
(0,11,14)
#000A0B
(0,10,11)
#000908
(0,9,8)
#000000
(0,0,0)

Tints of #001326

#001326
(0,19,38)
#172839
(23,40,57)
#2E3D4C
(46,61,76)
#45525F
(69,82,95)
#5C6772
(92,103,114)
#737C85
(115,124,133)
#8A9198
(138,145,152)
#A1A6AB
(161,166,171)
#B8BBBE
(184,187,190)
#CFD0D1
(207,208,209)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001326; }

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

This text font color is #001326.


Background Color

.myBgColor { background-color: #001326; }

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

This div background color is #001326.


Border color

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

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

This div border color is #001326.


Opacity

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

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

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

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

This text has shadow with #001326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001326 on black background.


Color preview on white background

This text has color #001326 on white background.



Black color preview on #001326 background

This text has black color on #001326 background.


White color preview on #001326 background

This text has white color on #001326 background.