COLOR #133364

HEX: #133364
RGB: (19,51,100)

Color info

#133364 contains mainly green and blue colors. Web safe color of #133364 is #003366 (or #036).

RGB color model

#133364 color RGB value is (19,51,100).

  • red value is 19;
  • green value is 51;
  • blue value is 100.
RGB:
(19,51,100)
(7%,20%,39%)

RGB channels and saturation

R 19 of 255 = 7%
G 51 of 255 = 20%
B 100 of 255 = 39%

19
51
100

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

Portions of RGB colors in percentages

R + G + B =
19 + 51 + 100 = 170 (100%)
R 19 of 170 ~ 11.18%
G 51 of 170 ~ 30%
B 100 of 170 ~ 58.82%

%11.18
%30
%58.82

CMYK color model

#133364 color CMYK value is (81,49,0,61).

  • cyan value is 81.00%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(81,49,0,61)
C81M49Y0K61 
(81%,49%,0%,61%)
(0.81/0.49/0.00/0.61)	

CMYK percentages

%81
%49
%0
%60.78

Codes

Color #133364 in popluar color models

133364
RGB1951100
HSL216°68.07%23.33%
HSB/HSV216°81.00%39.22%
CMYK81.00%49.00%0.00%
60.78%

Color #133364 in popluar number systems.

HEX133364
Decimal1951100
Binary100111100111100100
Octal2363144

Shades and tints

Shades of #133364

#133364
(19,51,100)
#122F5B
(18,47,91)
#112B52
(17,43,82)
#102749
(16,39,73)
#0F2340
(15,35,64)
#0E1F37
(14,31,55)
#0D1B2E
(13,27,46)
#0C1725
(12,23,37)
#0B131C
(11,19,28)
#0A0F13
(10,15,19)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #133364

#133364
(19,51,100)
#284572
(40,69,114)
#3D5780
(61,87,128)
#52698E
(82,105,142)
#677B9C
(103,123,156)
#7C8DAA
(124,141,170)
#919FB8
(145,159,184)
#A6B1C6
(166,177,198)
#BBC3D4
(187,195,212)
#D0D5E2
(208,213,226)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133364; }

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

This text font color is #133364.


Background Color

.myBgColor { background-color: #133364; }

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

This div background color is #133364.


Border color

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

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

This div border color is #133364.


Opacity

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

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

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

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

This text has shadow with #133364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133364 on black background.


Color preview on white background

This text has color #133364 on white background.



Black color preview on #133364 background

This text has black color on #133364 background.


White color preview on #133364 background

This text has white color on #133364 background.