COLOR #001B26

HEX: #001B26
RGB: (0,27,38)

Renk bilgisi

#001B26 contains only green and blue colors. #001B26 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#001B26 color RGB value is (0,27,38).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 27 of 255 = 11%
B 38 of 255 = 15%

0
27
38

R + G + B ~ 9%. #001B26 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 27 + 38 = 65 (100%)
R 0 of 65 ~ 0%
G 27 of 65 ~ 41.54%
B 38 of 65 ~ 58.46%

%41.54
%58.46

CMYK RENK MODELİ

#001B26 rengi CMYK tonu (100,29,0,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 28.95%
  • sarı tonu 0.00%
  • ana renk tonu 85.10%
CMYK:
(100,29,0,85)
C100M29Y0K85 
(100%,29%,0%,85%)
(1.00/0.29/0.00/0.85)	

CMYK yüzdeleri

%100
%28.95
%0
%85.1

Codes

Color #001B26 in popluar color models

001B26
RGB02738
HSL197°100.00%7.45%
HSB/HSV197°100.00%14.90%
CMYK100.00%28.95%0.00%
85.10%

Color #001B26 in popluar number systems.

HEX001B26
Decimal02738
Binary011011100110
Octal03346

Shades and tints

Shades of #001B26

#001B26
(0,27,38)
#001923
(0,25,35)
#001720
(0,23,32)
#00151D
(0,21,29)
#00131A
(0,19,26)
#001117
(0,17,23)
#000F14
(0,15,20)
#000D11
(0,13,17)
#000B0E
(0,11,14)
#00090B
(0,9,11)
#000708
(0,7,8)
#000000
(0,0,0)

Tints of #001B26

#001B26
(0,27,38)
#172F39
(23,47,57)
#2E434C
(46,67,76)
#45575F
(69,87,95)
#5C6B72
(92,107,114)
#737F85
(115,127,133)
#8A9398
(138,147,152)
#A1A7AB
(161,167,171)
#B8BBBE
(184,187,190)
#CFCFD1
(207,207,209)
#E6E3E4
(230,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001B26; }

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

This text font color is #001B26.


Background Color

.myBgColor { background-color: #001B26; }

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

This div background color is #001B26.


Border color

.myBorderColor { border: 1px solid #001B26; }

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

This div border color is #001B26.


Opacity

.myOpacity80 { color: #001B26; opacity: 0.8; }

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

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

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

This text has shadow with #001B26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B26 on black background.


Color preview on white background

This text has color #001B26 on white background.



Black color preview on #001B26 background

This text has black color on #001B26 background.


White color preview on #001B26 background

This text has white color on #001B26 background.