COLOR #015061

HEX: #015061
RGB: (1,80,97)

Renk bilgisi

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

RGB renk modeli

#015061 color RGB value is (1,80,97).

  • kırmız ton 1;
  • yeşil ton 80;
  • mavi ton 97.
RGB:
(1,80,97)
(0%,31%,38%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 80 of 255 = 31%
B 97 of 255 = 38%

1
80
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 80 + 97 = 178 (100%)
R 1 of 178 ~ 0.56%
G 80 of 178 ~ 44.94%
B 97 of 178 ~ 54.49%

%44.94
%54.49

CMYK RENK MODELİ

#015061 rengi CMYK tonu (99,18,0,62).

  • camgöbeği tonu 98.97%
  • eflatun tonu 17.53%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(99,18,0,62)
C99M18Y0K62 
(99%,18%,0%,62%)
(0.99/0.18/0.00/0.62)	

CMYK yüzdeleri

%98.97
%17.53
%0
%61.96

Codes

Color #015061 in popluar color models

015061
RGB18097
HSL191°97.96%19.22%
HSB/HSV191°98.97%38.04%
CMYK98.97%17.53%0.00%
61.96%

Color #015061 in popluar number systems.

HEX015061
Decimal18097
Binary110100001100001
Octal1120141

Shades and tints

Shades of #015061

#015061
(1,80,97)
#014959
(1,73,89)
#014251
(1,66,81)
#013B49
(1,59,73)
#013441
(1,52,65)
#012D39
(1,45,57)
#012631
(1,38,49)
#011F29
(1,31,41)
#011821
(1,24,33)
#011119
(1,17,25)
#010A11
(1,10,17)
#000000
(0,0,0)

Tints of #015061

#015061
(1,80,97)
#185F6F
(24,95,111)
#2F6E7D
(47,110,125)
#467D8B
(70,125,139)
#5D8C99
(93,140,153)
#749BA7
(116,155,167)
#8BAAB5
(139,170,181)
#A2B9C3
(162,185,195)
#B9C8D1
(185,200,209)
#D0D7DF
(208,215,223)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015061 color. Also use rgb(1,80,97) instead hex code.

Text Font Color

.myTextColor { color: #015061; }

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

This text font color is #015061.


Background Color

.myBgColor { background-color: #015061; }

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

This div background color is #015061.


Border color

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

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

This div border color is #015061.


Opacity

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

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

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

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

This text has shadow with #015061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015061 on black background.


Color preview on white background

This text has color #015061 on white background.



Black color preview on #015061 background

This text has black color on #015061 background.


White color preview on #015061 background

This text has white color on #015061 background.