COLOR #000790

HEX: #000790
RGB: (0,7,144)

Renk bilgisi

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

RGB renk modeli

#000790 color RGB value is (0,7,144).

  • kırmız ton 0;
  • yeşil ton 7;
  • mavi ton 144.
RGB:
(0,7,144)
(0%,3%,56%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 7 of 255 = 3%
B 144 of 255 = 56%

0
7
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 7 + 144 = 151 (100%)
R 0 of 151 ~ 0%
G 7 of 151 ~ 4.64%
B 144 of 151 ~ 95.36%

%95.36

CMYK RENK MODELİ

#000790 rengi CMYK tonu (100,95,0,44).

  • camgöbeği tonu 100.00%
  • eflatun tonu 95.14%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(100,95,0,44)
C100M95Y0K44 
(100%,95%,0%,44%)
(1.00/0.95/0.00/0.44)	

CMYK yüzdeleri

%100
%95.14
%0
%43.53

Codes

Color #000790 in popluar color models

000790
RGB07144
HSL237°100.00%28.24%
HSB/HSV237°100.00%56.47%
CMYK100.00%95.14%0.00%
43.53%

Color #000790 in popluar number systems.

HEX000790
Decimal07144
Binary011110010000
Octal07220

Shades and tints

Shades of #000790

#000790
(0,7,144)
#000783
(0,7,131)
#000776
(0,7,118)
#000769
(0,7,105)
#00075C
(0,7,92)
#00074F
(0,7,79)
#000742
(0,7,66)
#000735
(0,7,53)
#000728
(0,7,40)
#00071B
(0,7,27)
#00070E
(0,7,14)
#000000
(0,0,0)

Tints of #000790

#000790
(0,7,144)
#171D9A
(23,29,154)
#2E33A4
(46,51,164)
#4549AE
(69,73,174)
#5C5FB8
(92,95,184)
#7375C2
(115,117,194)
#8A8BCC
(138,139,204)
#A1A1D6
(161,161,214)
#B8B7E0
(184,183,224)
#CFCDEA
(207,205,234)
#E6E3F4
(230,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000790 color. Also use rgb(0,7,144) instead hex code.

Text Font Color

.myTextColor { color: #000790; }

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

This text font color is #000790.


Background Color

.myBgColor { background-color: #000790; }

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

This div background color is #000790.


Border color

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

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

This div border color is #000790.


Opacity

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

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

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

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

This text has shadow with #000790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000790 on black background.


Color preview on white background

This text has color #000790 on white background.



Black color preview on #000790 background

This text has black color on #000790 background.


White color preview on #000790 background

This text has white color on #000790 background.