COLOR #020689

HEX: #020689
RGB: (2,6,137)

Renk bilgisi

#020689 contains mainly blue color. #020689 ‘ nin web güvenlik rengi #000099 (ya da #009) dir.

RGB renk modeli

#020689 color RGB value is (2,6,137).

  • kırmız ton 2;
  • yeşil ton 6;
  • mavi ton 137.
RGB:
(2,6,137)
(1%,2%,54%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 6 of 255 = 2%
B 137 of 255 = 54%

2
6
137

R + G + B ~ 19%. #020689 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 6 + 137 = 145 (100%)
R 2 of 145 ~ 1.38%
G 6 of 145 ~ 4.14%
B 137 of 145 ~ 94.48%

%94.48

CMYK RENK MODELİ

#020689 rengi CMYK tonu (99,96,0,46).

  • camgöbeği tonu 98.54%
  • eflatun tonu 95.62%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(99,96,0,46)
C99M96Y0K46 
(99%,96%,0%,46%)
(0.99/0.96/0.00/0.46)	

CMYK yüzdeleri

%98.54
%95.62
%0
%46.27

Codes

Color #020689 in popluar color models

020689
RGB26137
HSL238°97.12%27.25%
HSB/HSV238°98.54%53.73%
CMYK98.54%95.62%0.00%
46.27%

Color #020689 in popluar number systems.

HEX020689
Decimal26137
Binary1011010001001
Octal26211

Shades and tints

Shades of #020689

#020689
(2,6,137)
#02067D
(2,6,125)
#020671
(2,6,113)
#020665
(2,6,101)
#020659
(2,6,89)
#02064D
(2,6,77)
#020641
(2,6,65)
#020635
(2,6,53)
#020629
(2,6,41)
#02061D
(2,6,29)
#020611
(2,6,17)
#000000
(0,0,0)

Tints of #020689

#020689
(2,6,137)
#191C93
(25,28,147)
#30329D
(48,50,157)
#4748A7
(71,72,167)
#5E5EB1
(94,94,177)
#7574BB
(117,116,187)
#8C8AC5
(140,138,197)
#A3A0CF
(163,160,207)
#BAB6D9
(186,182,217)
#D1CCE3
(209,204,227)
#E8E2ED
(232,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020689 color. Also use rgb(2,6,137) instead hex code.

Text Font Color

.myTextColor { color: #020689; }

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

This text font color is #020689.


Background Color

.myBgColor { background-color: #020689; }

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

This div background color is #020689.


Border color

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

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

This div border color is #020689.


Opacity

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

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

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

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

This text has shadow with #020689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020689 on black background.


Color preview on white background

This text has color #020689 on white background.



Black color preview on #020689 background

This text has black color on #020689 background.


White color preview on #020689 background

This text has white color on #020689 background.