COLOR #02515C

HEX: #02515C
RGB: (2,81,92)

Renk bilgisi

#02515C contains mainly green and blue colors. #02515C ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#02515C color RGB value is (2,81,92).

  • kırmız ton 2;
  • yeşil ton 81;
  • mavi ton 92.
RGB:
(2,81,92)
(1%,32%,36%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 81 of 255 = 32%
B 92 of 255 = 36%

2
81
92

R + G + B ~ 23%. #02515C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 81 + 92 = 175 (100%)
R 2 of 175 ~ 1.14%
G 81 of 175 ~ 46.29%
B 92 of 175 ~ 52.57%

%46.29
%52.57

CMYK RENK MODELİ

#02515C rengi CMYK tonu (98,12,0,64).

  • camgöbeği tonu 97.83%
  • eflatun tonu 11.96%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(98,12,0,64)
C98M12Y0K64 
(98%,12%,0%,64%)
(0.98/0.12/0.00/0.64)	

CMYK yüzdeleri

%97.83
%11.96
%0
%63.92

Codes

Color #02515C in popluar color models

02515C
RGB28192
HSL187°95.74%18.43%
HSB/HSV187°97.83%36.08%
CMYK97.83%11.96%0.00%
63.92%

Color #02515C in popluar number systems.

HEX02515C
Decimal28192
Binary1010100011011100
Octal2121134

Shades and tints

Shades of #02515C

#02515C
(2,81,92)
#024A54
(2,74,84)
#02434C
(2,67,76)
#023C44
(2,60,68)
#02353C
(2,53,60)
#022E34
(2,46,52)
#02272C
(2,39,44)
#022024
(2,32,36)
#02191C
(2,25,28)
#021214
(2,18,20)
#020B0C
(2,11,12)
#000000
(0,0,0)

Tints of #02515C

#02515C
(2,81,92)
#19606A
(25,96,106)
#306F78
(48,111,120)
#477E86
(71,126,134)
#5E8D94
(94,141,148)
#759CA2
(117,156,162)
#8CABB0
(140,171,176)
#A3BABE
(163,186,190)
#BAC9CC
(186,201,204)
#D1D8DA
(209,216,218)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02515C color. Also use rgb(2,81,92) instead hex code.

Text Font Color

.myTextColor { color: #02515C; }

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

This text font color is #02515C.


Background Color

.myBgColor { background-color: #02515C; }

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

This div background color is #02515C.


Border color

.myBorderColor { border: 1px solid #02515C; }

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

This div border color is #02515C.


Opacity

.myOpacity80 { color: #02515C; opacity: 0.8; }

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

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

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

This text has shadow with #02515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02515C on black background.


Color preview on white background

This text has color #02515C on white background.



Black color preview on #02515C background

This text has black color on #02515C background.


White color preview on #02515C background

This text has white color on #02515C background.