COLOR #133078

HEX: #133078
RGB: (19,48,120)

Color info

#133078 contains mainly blue color. Web safe color of #133078 is #003366 (or #036).

RGB color model

#133078 color RGB value is (19,48,120).

  • red value is 19;
  • green value is 48;
  • blue value is 120.
RGB:
(19,48,120)
(7%,19%,47%)

RGB channels and saturation

R 19 of 255 = 7%
G 48 of 255 = 19%
B 120 of 255 = 47%

19
48
120

R + G + B ~ 24%. #133078 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 48 + 120 = 187 (100%)
R 19 of 187 ~ 10.16%
G 48 of 187 ~ 25.67%
B 120 of 187 ~ 64.17%

%10.16
%25.67
%64.17

CMYK color model

#133078 color CMYK value is (84,60,0,53).

  • cyan value is 84.17%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(84,60,0,53)
C84M60Y0K53 
(84%,60%,0%,53%)
(0.84/0.60/0.00/0.53)	

CMYK percentages

%84.17
%60
%0
%52.94

Codes

Color #133078 in popluar color models

133078
RGB1948120
HSL223°72.66%27.25%
HSB/HSV223°84.17%47.06%
CMYK84.17%60.00%0.00%
52.94%

Color #133078 in popluar number systems.

HEX133078
Decimal1948120
Binary100111100001111000
Octal2360170

Shades and tints

Shades of #133078

#133078
(19,48,120)
#122C6E
(18,44,110)
#112864
(17,40,100)
#10245A
(16,36,90)
#0F2050
(15,32,80)
#0E1C46
(14,28,70)
#0D183C
(13,24,60)
#0C1432
(12,20,50)
#0B1028
(11,16,40)
#0A0C1E
(10,12,30)
#090814
(9,8,20)
#000000
(0,0,0)

Tints of #133078

#133078
(19,48,120)
#284284
(40,66,132)
#3D5490
(61,84,144)
#52669C
(82,102,156)
#6778A8
(103,120,168)
#7C8AB4
(124,138,180)
#919CC0
(145,156,192)
#A6AECC
(166,174,204)
#BBC0D8
(187,192,216)
#D0D2E4
(208,210,228)
#E5E4F0
(229,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133078; }

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

This text font color is #133078.


Background Color

.myBgColor { background-color: #133078; }

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

This div background color is #133078.


Border color

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

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

This div border color is #133078.


Opacity

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

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

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

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

This text has shadow with #133078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133078 on black background.


Color preview on white background

This text has color #133078 on white background.



Black color preview on #133078 background

This text has black color on #133078 background.


White color preview on #133078 background

This text has white color on #133078 background.