COLOR #002040

HEX: #002040
RGB: (0,32,64)

Renk bilgisi

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

RGB renk modeli

#002040 color RGB value is (0,32,64).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 32 of 255 = 13%
B 64 of 255 = 25%

0
32
64

R + G + B ~ 13%. #002040 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 32 + 64 = 96 (100%)
R 0 of 96 ~ 0%
G 32 of 96 ~ 33.33%
B 64 of 96 ~ 66.67%

%33.33
%66.67

CMYK RENK MODELİ

#002040 rengi CMYK tonu (100,50,0,75).

  • camgöbeği tonu 100.00%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 74.90%
CMYK:
(100,50,0,75)
C100M50Y0K75 
(100%,50%,0%,75%)
(1.00/0.50/0.00/0.75)	

CMYK yüzdeleri

%100
%50
%0
%74.9

Codes

Color #002040 in popluar color models

002040
RGB03264
HSL210°100.00%12.55%
HSB/HSV210°100.00%25.10%
CMYK100.00%50.00%0.00%
74.90%

Color #002040 in popluar number systems.

HEX002040
Decimal03264
Binary01000001000000
Octal040100

Shades and tints

Shades of #002040

#002040
(0,32,64)
#001E3B
(0,30,59)
#001C36
(0,28,54)
#001A31
(0,26,49)
#00182C
(0,24,44)
#001627
(0,22,39)
#001422
(0,20,34)
#00121D
(0,18,29)
#001018
(0,16,24)
#000E13
(0,14,19)
#000C0E
(0,12,14)
#000000
(0,0,0)

Tints of #002040

#002040
(0,32,64)
#173451
(23,52,81)
#2E4862
(46,72,98)
#455C73
(69,92,115)
#5C7084
(92,112,132)
#738495
(115,132,149)
#8A98A6
(138,152,166)
#A1ACB7
(161,172,183)
#B8C0C8
(184,192,200)
#CFD4D9
(207,212,217)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002040; }

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

This text font color is #002040.


Background Color

.myBgColor { background-color: #002040; }

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

This div background color is #002040.


Border color

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

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

This div border color is #002040.


Opacity

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

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

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

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

This text has shadow with #002040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002040 on black background.


Color preview on white background

This text has color #002040 on white background.



Black color preview on #002040 background

This text has black color on #002040 background.


White color preview on #002040 background

This text has white color on #002040 background.