COLOR #00074E

HEX: #00074E
RGB: (0,7,78)

Renk bilgisi

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

RGB renk modeli

#00074E color RGB value is (0,7,78).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 7 of 255 = 3%
B 78 of 255 = 31%

0
7
78

R + G + B ~ 11%. #00074E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 7 + 78 = 85 (100%)
R 0 of 85 ~ 0%
G 7 of 85 ~ 8.24%
B 78 of 85 ~ 91.76%

%91.76

CMYK RENK MODELİ

#00074E rengi CMYK tonu (100,91,0,69).

  • camgöbeği tonu 100.00%
  • eflatun tonu 91.03%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(100,91,0,69)
C100M91Y0K69 
(100%,91%,0%,69%)
(1.00/0.91/0.00/0.69)	

CMYK yüzdeleri

%100
%91.03
%0
%69.41

Codes

Color #00074E in popluar color models

00074E
RGB0778
HSL235°100.00%15.29%
HSB/HSV235°100.00%30.59%
CMYK100.00%91.03%0.00%
69.41%

Color #00074E in popluar number systems.

HEX00074E
Decimal0778
Binary01111001110
Octal07116

Shades and tints

Shades of #00074E

#00074E
(0,7,78)
#000747
(0,7,71)
#000740
(0,7,64)
#000739
(0,7,57)
#000732
(0,7,50)
#00072B
(0,7,43)
#000724
(0,7,36)
#00071D
(0,7,29)
#000716
(0,7,22)
#00070F
(0,7,15)
#000708
(0,7,8)
#000000
(0,0,0)

Tints of #00074E

#00074E
(0,7,78)
#171D5E
(23,29,94)
#2E336E
(46,51,110)
#45497E
(69,73,126)
#5C5F8E
(92,95,142)
#73759E
(115,117,158)
#8A8BAE
(138,139,174)
#A1A1BE
(161,161,190)
#B8B7CE
(184,183,206)
#CFCDDE
(207,205,222)
#E6E3EE
(230,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00074E; }

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

This text font color is #00074E.


Background Color

.myBgColor { background-color: #00074E; }

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

This div background color is #00074E.


Border color

.myBorderColor { border: 1px solid #00074E; }

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

This div border color is #00074E.


Opacity

.myOpacity80 { color: #00074E; opacity: 0.8; }

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

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

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

This text has shadow with #00074E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00074E on black background.


Color preview on white background

This text has color #00074E on white background.



Black color preview on #00074E background

This text has black color on #00074E background.


White color preview on #00074E background

This text has white color on #00074E background.