COLOR #002026

HEX: #002026
RGB: (0,32,38)

Renk bilgisi

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

RGB renk modeli

#002026 color RGB value is (0,32,38).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 32 of 255 = 13%
B 38 of 255 = 15%

0
32
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 32 + 38 = 70 (100%)
R 0 of 70 ~ 0%
G 32 of 70 ~ 45.71%
B 38 of 70 ~ 54.29%

%45.71
%54.29

CMYK RENK MODELİ

#002026 rengi CMYK tonu (100,16,0,85).

  • camgöbeği tonu 100.00%
  • eflatun tonu 15.79%
  • sarı tonu 0.00%
  • ana renk tonu 85.10%
CMYK:
(100,16,0,85)
C100M16Y0K85 
(100%,16%,0%,85%)
(1.00/0.16/0.00/0.85)	

CMYK yüzdeleri

%100
%15.79
%0
%85.1

Codes

Color #002026 in popluar color models

002026
RGB03238
HSL189°100.00%7.45%
HSB/HSV189°100.00%14.90%
CMYK100.00%15.79%0.00%
85.10%

Color #002026 in popluar number systems.

HEX002026
Decimal03238
Binary0100000100110
Octal04046

Shades and tints

Shades of #002026

#002026
(0,32,38)
#001E23
(0,30,35)
#001C20
(0,28,32)
#001A1D
(0,26,29)
#00181A
(0,24,26)
#001617
(0,22,23)
#001414
(0,20,20)
#001211
(0,18,17)
#00100E
(0,16,14)
#000E0B
(0,14,11)
#000C08
(0,12,8)
#000000
(0,0,0)

Tints of #002026

#002026
(0,32,38)
#173439
(23,52,57)
#2E484C
(46,72,76)
#455C5F
(69,92,95)
#5C7072
(92,112,114)
#738485
(115,132,133)
#8A9898
(138,152,152)
#A1ACAB
(161,172,171)
#B8C0BE
(184,192,190)
#CFD4D1
(207,212,209)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002026; }

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

This text font color is #002026.


Background Color

.myBgColor { background-color: #002026; }

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

This div background color is #002026.


Border color

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

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

This div border color is #002026.


Opacity

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

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

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

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

This text has shadow with #002026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002026 on black background.


Color preview on white background

This text has color #002026 on white background.



Black color preview on #002026 background

This text has black color on #002026 background.


White color preview on #002026 background

This text has white color on #002026 background.