COLOR #133CB4

HEX: #133CB4
RGB: (19,60,180)

Color info

#133CB4 contains mainly blue color. Web safe color of #133CB4 is #0033CC (or #03C).

RGB color model

#133CB4 color RGB value is (19,60,180).

  • red value is 19;
  • green value is 60;
  • blue value is 180.
RGB:
(19,60,180)
(7%,24%,71%)

RGB channels and saturation

R 19 of 255 = 7%
G 60 of 255 = 24%
B 180 of 255 = 71%

19
60
180

R + G + B ~ 34%. #133CB4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 60 + 180 = 259 (100%)
R 19 of 259 ~ 7.34%
G 60 of 259 ~ 23.17%
B 180 of 259 ~ 69.5%

%23.17
%69.5

CMYK color model

#133CB4 color CMYK value is (89,67,0,29).

  • cyan value is 89.44%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(89,67,0,29)
C89M67Y0K29 
(89%,67%,0%,29%)
(0.89/0.67/0.00/0.29)	

CMYK percentages

%89.44
%66.67
%0
%29.41

Codes

Color #133CB4 in popluar color models

133CB4
RGB1960180
HSL225°80.90%39.02%
HSB/HSV225°89.44%70.59%
CMYK89.44%66.67%0.00%
29.41%

Color #133CB4 in popluar number systems.

HEX133CB4
Decimal1960180
Binary1001111110010110100
Octal2374264

Shades and tints

Shades of #133CB4

#133CB4
(19,60,180)
#1237A4
(18,55,164)
#113294
(17,50,148)
#102D84
(16,45,132)
#0F2874
(15,40,116)
#0E2364
(14,35,100)
#0D1E54
(13,30,84)
#0C1944
(12,25,68)
#0B1434
(11,20,52)
#0A0F24
(10,15,36)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #133CB4

#133CB4
(19,60,180)
#284DBA
(40,77,186)
#3D5EC0
(61,94,192)
#526FC6
(82,111,198)
#6780CC
(103,128,204)
#7C91D2
(124,145,210)
#91A2D8
(145,162,216)
#A6B3DE
(166,179,222)
#BBC4E4
(187,196,228)
#D0D5EA
(208,213,234)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133CB4 color. Also use rgb(19,60,180) instead hex code.

Text Font Color

.myTextColor { color: #133CB4; }

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

This text font color is #133CB4.


Background Color

.myBgColor { background-color: #133CB4; }

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

This div background color is #133CB4.


Border color

.myBorderColor { border: 1px solid #133CB4; }

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

This div border color is #133CB4.


Opacity

.myOpacity80 { color: #133CB4; opacity: 0.8; }

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

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

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

This text has shadow with #133CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133CB4 on black background.


Color preview on white background

This text has color #133CB4 on white background.



Black color preview on #133CB4 background

This text has black color on #133CB4 background.


White color preview on #133CB4 background

This text has white color on #133CB4 background.