COLOR #002539

HEX: #002539
RGB: (0,37,57)

Renk bilgisi

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

RGB renk modeli

#002539 color RGB value is (0,37,57).

  • kırmız ton 0;
  • yeşil ton 37;
  • mavi ton 57.
RGB:
(0,37,57)
(0%,15%,22%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 37 of 255 = 15%
B 57 of 255 = 22%

0
37
57

R + G + B ~ 12%. #002539 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 37 + 57 = 94 (100%)
R 0 of 94 ~ 0%
G 37 of 94 ~ 39.36%
B 57 of 94 ~ 60.64%

%39.36
%60.64

CMYK RENK MODELİ

#002539 rengi CMYK tonu (100,35,0,78).

  • camgöbeği tonu 100.00%
  • eflatun tonu 35.09%
  • sarı tonu 0.00%
  • ana renk tonu 77.65%
CMYK:
(100,35,0,78)
C100M35Y0K78 
(100%,35%,0%,78%)
(1.00/0.35/0.00/0.78)	

CMYK yüzdeleri

%100
%35.09
%0
%77.65

Codes

Color #002539 in popluar color models

002539
RGB03757
HSL201°100.00%11.18%
HSB/HSV201°100.00%22.35%
CMYK100.00%35.09%0.00%
77.65%

Color #002539 in popluar number systems.

HEX002539
Decimal03757
Binary0100101111001
Octal04571

Shades and tints

Shades of #002539

#002539
(0,37,57)
#002234
(0,34,52)
#001F2F
(0,31,47)
#001C2A
(0,28,42)
#001925
(0,25,37)
#001620
(0,22,32)
#00131B
(0,19,27)
#001016
(0,16,22)
#000D11
(0,13,17)
#000A0C
(0,10,12)
#000707
(0,7,7)
#000000
(0,0,0)

Tints of #002539

#002539
(0,37,57)
#17384B
(23,56,75)
#2E4B5D
(46,75,93)
#455E6F
(69,94,111)
#5C7181
(92,113,129)
#738493
(115,132,147)
#8A97A5
(138,151,165)
#A1AAB7
(161,170,183)
#B8BDC9
(184,189,201)
#CFD0DB
(207,208,219)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002539 color. Also use rgb(0,37,57) instead hex code.

Text Font Color

.myTextColor { color: #002539; }

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

This text font color is #002539.


Background Color

.myBgColor { background-color: #002539; }

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

This div background color is #002539.


Border color

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

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

This div border color is #002539.


Opacity

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

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

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

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

This text has shadow with #002539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002539 on black background.


Color preview on white background

This text has color #002539 on white background.



Black color preview on #002539 background

This text has black color on #002539 background.


White color preview on #002539 background

This text has white color on #002539 background.