COLOR #15265D

HEX: #15265D
RGB: (21,38,93)

Renk bilgisi

#15265D contains mainly green and blue colors. #15265D ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#15265D color RGB value is (21,38,93).

  • kırmız ton 21;
  • yeşil ton 38;
  • mavi ton 93.
RGB:
(21,38,93)
(8%,15%,36%)

RGB bağlantıları ve doygunluk

R 21 of 255 = 8%
G 38 of 255 = 15%
B 93 of 255 = 36%

21
38
93

R + G + B ~ 20%. #15265D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
21 + 38 + 93 = 152 (100%)
R 21 of 152 ~ 13.82%
G 38 of 152 ~ 25%
B 93 of 152 ~ 61.18%

%13.82
%25
%61.18

CMYK RENK MODELİ

#15265D rengi CMYK tonu (77,59,0,64).

  • camgöbeği tonu 77.42%
  • eflatun tonu 59.14%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(77,59,0,64)
C77M59Y0K64 
(77%,59%,0%,64%)
(0.77/0.59/0.00/0.64)	

CMYK yüzdeleri

%77.42
%59.14
%0
%63.53

Codes

Color #15265D in popluar color models

15265D
RGB213893
HSL226°63.16%22.35%
HSB/HSV226°77.42%36.47%
CMYK77.42%59.14%0.00%
63.53%

Color #15265D in popluar number systems.

HEX15265D
Decimal213893
Binary101011001101011101
Octal2546135

Shades and tints

Shades of #15265D

#15265D
(21,38,93)
#142355
(20,35,85)
#13204D
(19,32,77)
#121D45
(18,29,69)
#111A3D
(17,26,61)
#101735
(16,23,53)
#0F142D
(15,20,45)
#0E1125
(14,17,37)
#0D0E1D
(13,14,29)
#0C0B15
(12,11,21)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #15265D

#15265D
(21,38,93)
#2A396B
(42,57,107)
#3F4C79
(63,76,121)
#545F87
(84,95,135)
#697295
(105,114,149)
#7E85A3
(126,133,163)
#9398B1
(147,152,177)
#A8ABBF
(168,171,191)
#BDBECD
(189,190,205)
#D2D1DB
(210,209,219)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15265D color. Also use rgb(21,38,93) instead hex code.

Text Font Color

.myTextColor { color: #15265D; }

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

This text font color is #15265D.


Background Color

.myBgColor { background-color: #15265D; }

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

This div background color is #15265D.


Border color

.myBorderColor { border: 1px solid #15265D; }

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

This div border color is #15265D.


Opacity

.myOpacity80 { color: #15265D; opacity: 0.8; }

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

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

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

This text has shadow with #15265D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15265D on black background.


Color preview on white background

This text has color #15265D on white background.



Black color preview on #15265D background

This text has black color on #15265D background.


White color preview on #15265D background

This text has white color on #15265D background.