COLOR #133369

HEX: #133369
RGB: (19,51,105)

Renk bilgisi

#133369 contains mainly green and blue colors. #133369 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#133369 color RGB value is (19,51,105).

  • kırmız ton 19;
  • yeşil ton 51;
  • mavi ton 105.
RGB:
(19,51,105)
(7%,20%,41%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 51 of 255 = 20%
B 105 of 255 = 41%

19
51
105

R + G + B ~ 23%. #133369 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 51 + 105 = 175 (100%)
R 19 of 175 ~ 10.86%
G 51 of 175 ~ 29.14%
B 105 of 175 ~ 60%

%10.86
%29.14
%60

CMYK RENK MODELİ

#133369 rengi CMYK tonu (82,51,0,59).

  • camgöbeği tonu 81.90%
  • eflatun tonu 51.43%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(82,51,0,59)
C82M51Y0K59 
(82%,51%,0%,59%)
(0.82/0.51/0.00/0.59)	

CMYK yüzdeleri

%81.9
%51.43
%0
%58.82

Codes

Color #133369 in popluar color models

133369
RGB1951105
HSL218°69.35%24.31%
HSB/HSV218°81.90%41.18%
CMYK81.90%51.43%0.00%
58.82%

Color #133369 in popluar number systems.

HEX133369
Decimal1951105
Binary100111100111101001
Octal2363151

Shades and tints

Shades of #133369

#133369
(19,51,105)
#122F60
(18,47,96)
#112B57
(17,43,87)
#10274E
(16,39,78)
#0F2345
(15,35,69)
#0E1F3C
(14,31,60)
#0D1B33
(13,27,51)
#0C172A
(12,23,42)
#0B1321
(11,19,33)
#0A0F18
(10,15,24)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #133369

#133369
(19,51,105)
#284576
(40,69,118)
#3D5783
(61,87,131)
#526990
(82,105,144)
#677B9D
(103,123,157)
#7C8DAA
(124,141,170)
#919FB7
(145,159,183)
#A6B1C4
(166,177,196)
#BBC3D1
(187,195,209)
#D0D5DE
(208,213,222)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133369 color. Also use rgb(19,51,105) instead hex code.

Text Font Color

.myTextColor { color: #133369; }

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

This text font color is #133369.


Background Color

.myBgColor { background-color: #133369; }

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

This div background color is #133369.


Border color

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

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

This div border color is #133369.


Opacity

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

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

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

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

This text has shadow with #133369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133369 on black background.


Color preview on white background

This text has color #133369 on white background.



Black color preview on #133369 background

This text has black color on #133369 background.


White color preview on #133369 background

This text has white color on #133369 background.