COLOR #002F74

HEX: #002F74
RGB: (0,47,116)

Renk bilgisi

#002F74 contains mainly blue color. #002F74 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#002F74 color RGB value is (0,47,116).

  • kırmız ton 0;
  • yeşil ton 47;
  • mavi ton 116.
RGB:
(0,47,116)
(0%,18%,45%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 47 of 255 = 18%
B 116 of 255 = 45%

0
47
116

R + G + B ~ 21%. #002F74 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 47 + 116 = 163 (100%)
R 0 of 163 ~ 0%
G 47 of 163 ~ 28.83%
B 116 of 163 ~ 71.17%

%28.83
%71.17

CMYK RENK MODELİ

#002F74 rengi CMYK tonu (100,59,0,55).

  • camgöbeği tonu 100.00%
  • eflatun tonu 59.48%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(100,59,0,55)
C100M59Y0K55 
(100%,59%,0%,55%)
(1.00/0.59/0.00/0.55)	

CMYK yüzdeleri

%100
%59.48
%0
%54.51

Codes

Color #002F74 in popluar color models

002F74
RGB047116
HSL216°100.00%22.75%
HSB/HSV216°100.00%45.49%
CMYK100.00%59.48%0.00%
54.51%

Color #002F74 in popluar number systems.

HEX002F74
Decimal047116
Binary01011111110100
Octal057164

Shades and tints

Shades of #002F74

#002F74
(0,47,116)
#002B6A
(0,43,106)
#002760
(0,39,96)
#002356
(0,35,86)
#001F4C
(0,31,76)
#001B42
(0,27,66)
#001738
(0,23,56)
#00132E
(0,19,46)
#000F24
(0,15,36)
#000B1A
(0,11,26)
#000710
(0,7,16)
#000000
(0,0,0)

Tints of #002F74

#002F74
(0,47,116)
#174180
(23,65,128)
#2E538C
(46,83,140)
#456598
(69,101,152)
#5C77A4
(92,119,164)
#7389B0
(115,137,176)
#8A9BBC
(138,155,188)
#A1ADC8
(161,173,200)
#B8BFD4
(184,191,212)
#CFD1E0
(207,209,224)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002F74 color. Also use rgb(0,47,116) instead hex code.

Text Font Color

.myTextColor { color: #002F74; }

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

This text font color is #002F74.


Background Color

.myBgColor { background-color: #002F74; }

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

This div background color is #002F74.


Border color

.myBorderColor { border: 1px solid #002F74; }

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

This div border color is #002F74.


Opacity

.myOpacity80 { color: #002F74; opacity: 0.8; }

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

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

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

This text has shadow with #002F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002F74 on black background.


Color preview on white background

This text has color #002F74 on white background.



Black color preview on #002F74 background

This text has black color on #002F74 background.


White color preview on #002F74 background

This text has white color on #002F74 background.