COLOR #001330

HEX: #001330
RGB: (0,19,48)

Renk bilgisi

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

RGB renk modeli

#001330 color RGB value is (0,19,48).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 19 of 255 = 7%
B 48 of 255 = 19%

0
19
48

R + G + B ~ 9%. #001330 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 19 + 48 = 67 (100%)
R 0 of 67 ~ 0%
G 19 of 67 ~ 28.36%
B 48 of 67 ~ 71.64%

%28.36
%71.64

CMYK RENK MODELİ

#001330 rengi CMYK tonu (100,60,0,81).

  • camgöbeği tonu 100.00%
  • eflatun tonu 60.42%
  • sarı tonu 0.00%
  • ana renk tonu 81.18%
CMYK:
(100,60,0,81)
C100M60Y0K81 
(100%,60%,0%,81%)
(1.00/0.60/0.00/0.81)	

CMYK yüzdeleri

%100
%60.42
%0
%81.18

Codes

Color #001330 in popluar color models

001330
RGB01948
HSL216°100.00%9.41%
HSB/HSV216°100.00%18.82%
CMYK100.00%60.42%0.00%
81.18%

Color #001330 in popluar number systems.

HEX001330
Decimal01948
Binary010011110000
Octal02360

Shades and tints

Shades of #001330

#001330
(0,19,48)
#00122C
(0,18,44)
#001128
(0,17,40)
#001024
(0,16,36)
#000F20
(0,15,32)
#000E1C
(0,14,28)
#000D18
(0,13,24)
#000C14
(0,12,20)
#000B10
(0,11,16)
#000A0C
(0,10,12)
#000908
(0,9,8)
#000000
(0,0,0)

Tints of #001330

#001330
(0,19,48)
#172842
(23,40,66)
#2E3D54
(46,61,84)
#455266
(69,82,102)
#5C6778
(92,103,120)
#737C8A
(115,124,138)
#8A919C
(138,145,156)
#A1A6AE
(161,166,174)
#B8BBC0
(184,187,192)
#CFD0D2
(207,208,210)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001330; }

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

This text font color is #001330.


Background Color

.myBgColor { background-color: #001330; }

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

This div background color is #001330.


Border color

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

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

This div border color is #001330.


Opacity

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

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

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

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

This text has shadow with #001330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001330 on black background.


Color preview on white background

This text has color #001330 on white background.



Black color preview on #001330 background

This text has black color on #001330 background.


White color preview on #001330 background

This text has white color on #001330 background.