COLOR #133463

HEX: #133463
RGB: (19,52,99)

Renk bilgisi

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

RGB renk modeli

#133463 color RGB value is (19,52,99).

  • kırmız ton 19;
  • yeşil ton 52;
  • mavi ton 99.
RGB:
(19,52,99)
(7%,20%,39%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 52 of 255 = 20%
B 99 of 255 = 39%

19
52
99

R + G + B ~ 22%. #133463 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 52 + 99 = 170 (100%)
R 19 of 170 ~ 11.18%
G 52 of 170 ~ 30.59%
B 99 of 170 ~ 58.24%

%11.18
%30.59
%58.24

CMYK RENK MODELİ

#133463 rengi CMYK tonu (81,47,0,61).

  • camgöbeği tonu 80.81%
  • eflatun tonu 47.47%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(81,47,0,61)
C81M47Y0K61 
(81%,47%,0%,61%)
(0.81/0.47/0.00/0.61)	

CMYK yüzdeleri

%80.81
%47.47
%0
%61.18

Codes

Color #133463 in popluar color models

133463
RGB195299
HSL215°67.80%23.14%
HSB/HSV215°80.81%38.82%
CMYK80.81%47.47%0.00%
61.18%

Color #133463 in popluar number systems.

HEX133463
Decimal195299
Binary100111101001100011
Octal2364143

Shades and tints

Shades of #133463

#133463
(19,52,99)
#12305A
(18,48,90)
#112C51
(17,44,81)
#102848
(16,40,72)
#0F243F
(15,36,63)
#0E2036
(14,32,54)
#0D1C2D
(13,28,45)
#0C1824
(12,24,36)
#0B141B
(11,20,27)
#0A1012
(10,16,18)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #133463

#133463
(19,52,99)
#284671
(40,70,113)
#3D587F
(61,88,127)
#526A8D
(82,106,141)
#677C9B
(103,124,155)
#7C8EA9
(124,142,169)
#91A0B7
(145,160,183)
#A6B2C5
(166,178,197)
#BBC4D3
(187,196,211)
#D0D6E1
(208,214,225)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133463 color. Also use rgb(19,52,99) instead hex code.

Text Font Color

.myTextColor { color: #133463; }

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

This text font color is #133463.


Background Color

.myBgColor { background-color: #133463; }

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

This div background color is #133463.


Border color

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

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

This div border color is #133463.


Opacity

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

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

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

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

This text has shadow with #133463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133463 on black background.


Color preview on white background

This text has color #133463 on white background.



Black color preview on #133463 background

This text has black color on #133463 background.


White color preview on #133463 background

This text has white color on #133463 background.