COLOR #02493B

HEX: #02493B
RGB: (2,73,59)

Renk bilgisi

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

RGB renk modeli

#02493B color RGB value is (2,73,59).

  • kırmız ton 2;
  • yeşil ton 73;
  • mavi ton 59.
RGB:
(2,73,59)
(1%,29%,23%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 73 of 255 = 29%
B 59 of 255 = 23%

2
73
59

R + G + B ~ 18%. #02493B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 73 + 59 = 134 (100%)
R 2 of 134 ~ 1.49%
G 73 of 134 ~ 54.48%
B 59 of 134 ~ 44.03%

%54.48
%44.03

CMYK RENK MODELİ

#02493B rengi CMYK tonu (97,0,19,71).

  • camgöbeği tonu 97.26%
  • eflatun tonu 0.00%
  • sarı tonu 19.18%
  • ana renk tonu 71.37%
CMYK:
(97,0,19,71)
C97M0Y19K71 
(97%,0%,19%,71%)
(0.97/0.00/0.19/0.71)	

CMYK yüzdeleri

%97.26
%0
%19.18
%71.37

Codes

Color #02493B in popluar color models

02493B
RGB27359
HSL168°94.67%14.71%
HSB/HSV168°97.26%28.63%
CMYK97.26%0.00%19.18%
71.37%

Color #02493B in popluar number systems.

HEX02493B
Decimal27359
Binary101001001111011
Octal211173

Shades and tints

Shades of #02493B

#02493B
(2,73,59)
#024336
(2,67,54)
#023D31
(2,61,49)
#02372C
(2,55,44)
#023127
(2,49,39)
#022B22
(2,43,34)
#02251D
(2,37,29)
#021F18
(2,31,24)
#021913
(2,25,19)
#02130E
(2,19,14)
#020D09
(2,13,9)
#000000
(0,0,0)

Tints of #02493B

#02493B
(2,73,59)
#19594C
(25,89,76)
#30695D
(48,105,93)
#47796E
(71,121,110)
#5E897F
(94,137,127)
#759990
(117,153,144)
#8CA9A1
(140,169,161)
#A3B9B2
(163,185,178)
#BAC9C3
(186,201,195)
#D1D9D4
(209,217,212)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02493B color. Also use rgb(2,73,59) instead hex code.

Text Font Color

.myTextColor { color: #02493B; }

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

This text font color is #02493B.


Background Color

.myBgColor { background-color: #02493B; }

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

This div background color is #02493B.


Border color

.myBorderColor { border: 1px solid #02493B; }

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

This div border color is #02493B.


Opacity

.myOpacity80 { color: #02493B; opacity: 0.8; }

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

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

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

This text has shadow with #02493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02493B on black background.


Color preview on white background

This text has color #02493B on white background.



Black color preview on #02493B background

This text has black color on #02493B background.


White color preview on #02493B background

This text has white color on #02493B background.