COLOR #001347

HEX: #001347
RGB: (0,19,71)

Renk bilgisi

#001347 contains only green and blue colors. #001347 ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#001347 color RGB value is (0,19,71).

  • kırmız ton 0;
  • yeşil ton 19;
  • mavi ton 71.
RGB:
(0,19,71)
(0%,7%,28%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 19 of 255 = 7%
B 71 of 255 = 28%

0
19
71

R + G + B ~ 12%. #001347 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 19 + 71 = 90 (100%)
R 0 of 90 ~ 0%
G 19 of 90 ~ 21.11%
B 71 of 90 ~ 78.89%

%21.11
%78.89

CMYK RENK MODELİ

#001347 rengi CMYK tonu (100,73,0,72).

  • camgöbeği tonu 100.00%
  • eflatun tonu 73.24%
  • sarı tonu 0.00%
  • ana renk tonu 72.16%
CMYK:
(100,73,0,72)
C100M73Y0K72 
(100%,73%,0%,72%)
(1.00/0.73/0.00/0.72)	

CMYK yüzdeleri

%100
%73.24
%0
%72.16

Codes

Color #001347 in popluar color models

001347
RGB01971
HSL224°100.00%13.92%
HSB/HSV224°100.00%27.84%
CMYK100.00%73.24%0.00%
72.16%

Color #001347 in popluar number systems.

HEX001347
Decimal01971
Binary0100111000111
Octal023107

Shades and tints

Shades of #001347

#001347
(0,19,71)
#001241
(0,18,65)
#00113B
(0,17,59)
#001035
(0,16,53)
#000F2F
(0,15,47)
#000E29
(0,14,41)
#000D23
(0,13,35)
#000C1D
(0,12,29)
#000B17
(0,11,23)
#000A11
(0,10,17)
#00090B
(0,9,11)
#000000
(0,0,0)

Tints of #001347

#001347
(0,19,71)
#172857
(23,40,87)
#2E3D67
(46,61,103)
#455277
(69,82,119)
#5C6787
(92,103,135)
#737C97
(115,124,151)
#8A91A7
(138,145,167)
#A1A6B7
(161,166,183)
#B8BBC7
(184,187,199)
#CFD0D7
(207,208,215)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001347 color. Also use rgb(0,19,71) instead hex code.

Text Font Color

.myTextColor { color: #001347; }

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

This text font color is #001347.


Background Color

.myBgColor { background-color: #001347; }

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

This div background color is #001347.


Border color

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

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

This div border color is #001347.


Opacity

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

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

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

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

This text has shadow with #001347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001347 on black background.


Color preview on white background

This text has color #001347 on white background.



Black color preview on #001347 background

This text has black color on #001347 background.


White color preview on #001347 background

This text has white color on #001347 background.