COLOR #073989

HEX: #073989
RGB: (7,57,137)

Renk bilgisi

#073989 contains mainly blue color. #073989 ‘ nin web güvenlik rengi #003399 (ya da #039) dir.

RGB renk modeli

#073989 color RGB value is (7,57,137).

  • kırmız ton 7;
  • yeşil ton 57;
  • mavi ton 137.
RGB:
(7,57,137)
(3%,22%,54%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 57 of 255 = 22%
B 137 of 255 = 54%

7
57
137

R + G + B ~ 26%. #073989 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 57 + 137 = 201 (100%)
R 7 of 201 ~ 3.48%
G 57 of 201 ~ 28.36%
B 137 of 201 ~ 68.16%

%28.36
%68.16

CMYK RENK MODELİ

#073989 rengi CMYK tonu (95,58,0,46).

  • camgöbeği tonu 94.89%
  • eflatun tonu 58.39%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(95,58,0,46)
C95M58Y0K46 
(95%,58%,0%,46%)
(0.95/0.58/0.00/0.46)	

CMYK yüzdeleri

%94.89
%58.39
%0
%46.27

Codes

Color #073989 in popluar color models

073989
RGB757137
HSL217°90.28%28.24%
HSB/HSV217°94.89%53.73%
CMYK94.89%58.39%0.00%
46.27%

Color #073989 in popluar number systems.

HEX073989
Decimal757137
Binary11111100110001001
Octal771211

Shades and tints

Shades of #073989

#073989
(7,57,137)
#07347D
(7,52,125)
#072F71
(7,47,113)
#072A65
(7,42,101)
#072559
(7,37,89)
#07204D
(7,32,77)
#071B41
(7,27,65)
#071635
(7,22,53)
#071129
(7,17,41)
#070C1D
(7,12,29)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #073989

#073989
(7,57,137)
#1D4B93
(29,75,147)
#335D9D
(51,93,157)
#496FA7
(73,111,167)
#5F81B1
(95,129,177)
#7593BB
(117,147,187)
#8BA5C5
(139,165,197)
#A1B7CF
(161,183,207)
#B7C9D9
(183,201,217)
#CDDBE3
(205,219,227)
#E3EDED
(227,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073989 color. Also use rgb(7,57,137) instead hex code.

Text Font Color

.myTextColor { color: #073989; }

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

This text font color is #073989.


Background Color

.myBgColor { background-color: #073989; }

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

This div background color is #073989.


Border color

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

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

This div border color is #073989.


Opacity

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

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

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

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

This text has shadow with #073989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073989 on black background.


Color preview on white background

This text has color #073989 on white background.



Black color preview on #073989 background

This text has black color on #073989 background.


White color preview on #073989 background

This text has white color on #073989 background.