COLOR #050F59

HEX: #050F59
RGB: (5,15,89)

Renk bilgisi

#050F59 contains mainly blue color. #050F59 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#050F59 color RGB value is (5,15,89).

  • kırmız ton 5;
  • yeşil ton 15;
  • mavi ton 89.
RGB:
(5,15,89)
(2%,6%,35%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 15 of 255 = 6%
B 89 of 255 = 35%

5
15
89

R + G + B ~ 14%. #050F59 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 15 + 89 = 109 (100%)
R 5 of 109 ~ 4.59%
G 15 of 109 ~ 13.76%
B 89 of 109 ~ 81.65%

%13.76
%81.65

CMYK RENK MODELİ

#050F59 rengi CMYK tonu (94,83,0,65).

  • camgöbeği tonu 94.38%
  • eflatun tonu 83.15%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(94,83,0,65)
C94M83Y0K65 
(94%,83%,0%,65%)
(0.94/0.83/0.00/0.65)	

CMYK yüzdeleri

%94.38
%83.15
%0
%65.1

Codes

Color #050F59 in popluar color models

050F59
RGB51589
HSL233°89.36%18.43%
HSB/HSV233°94.38%34.90%
CMYK94.38%83.15%0.00%
65.10%

Color #050F59 in popluar number systems.

HEX050F59
Decimal51589
Binary10111111011001
Octal517131

Shades and tints

Shades of #050F59

#050F59
(5,15,89)
#050E51
(5,14,81)
#050D49
(5,13,73)
#050C41
(5,12,65)
#050B39
(5,11,57)
#050A31
(5,10,49)
#050929
(5,9,41)
#050821
(5,8,33)
#050719
(5,7,25)
#050611
(5,6,17)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #050F59

#050F59
(5,15,89)
#1B2468
(27,36,104)
#313977
(49,57,119)
#474E86
(71,78,134)
#5D6395
(93,99,149)
#7378A4
(115,120,164)
#898DB3
(137,141,179)
#9FA2C2
(159,162,194)
#B5B7D1
(181,183,209)
#CBCCE0
(203,204,224)
#E1E1EF
(225,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050F59 color. Also use rgb(5,15,89) instead hex code.

Text Font Color

.myTextColor { color: #050F59; }

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

This text font color is #050F59.


Background Color

.myBgColor { background-color: #050F59; }

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

This div background color is #050F59.


Border color

.myBorderColor { border: 1px solid #050F59; }

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

This div border color is #050F59.


Opacity

.myOpacity80 { color: #050F59; opacity: 0.8; }

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

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

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

This text has shadow with #050F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050F59 on black background.


Color preview on white background

This text has color #050F59 on white background.



Black color preview on #050F59 background

This text has black color on #050F59 background.


White color preview on #050F59 background

This text has white color on #050F59 background.