COLOR #133DB1

HEX: #133DB1 RGB: (19,61,177)

Color info

#133DB1 contains mainly blue color. Web safe color of #133DB1 is #003399 (or #039).

RGB color model

#133DB1 color RGB value is (19,61,177).

RGB: (19,61,177) (7%, 24%, 69%)

RGB channels and saturation

R 19 of 255 = 7%
G 61 of 255 = 24%
B 177 of 255 = 69%

19
61
177

R + G + B ~ 33%. #133DB1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 61 + 177 = 257 (100%)
R 19 of 257 ~ 7.39%
G 61 of 257 ~ 23.74%
B 177 of 257 ~ 68.87'%

%23.74
%68.87

CMYK color model

#133DB1 color CMYK value is (89,66,0,31).

  • cyan value is 89.27%
  • magenta value is 65.54%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (89,66,0,31)
C89M66Y0K31 (89%, 66%, 0%, 31%)
(0.89 / 0.66 / 0.00 / 0.31)

CMYK percentages

%89.27
%65.54
%0
%30.59

Codes

Color #133DB1 in popluar color models

13 3D B1
RGB 19 61 177
HSL 224° 80.61% 38.43%
HSB/HSV 224° 89.27% 69.41%
CMYK 89.27% 65.54% 0.00%
30.59%

Color #133DB1 in popluar number systems.

HEX 13 3D B1
Decimal 19 61 177
Binary 10011 111101 10110001
Octal 23 75 261

Shades and tints

Shades of #133DB1

#133DB1
(19,61,177)
#1238A1
(18,56,161)
#113391
(17,51,145)
#102E81
(16,46,129)
#0F2971
(15,41,113)
#0E2461
(14,36,97)
#0D1F51
(13,31,81)
#0C1A41
(12,26,65)
#0B1531
(11,21,49)
#0A1021
(10,16,33)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #133DB1

#133DB1
(19,61,177)
#284EB8
(40,78,184)
#3D5FBF
(61,95,191)
#5270C6
(82,112,198)
#6781CD
(103,129,205)
#7C92D4
(124,146,212)
#91A3DB
(145,163,219)
#A6B4E2
(166,180,226)
#BBC5E9
(187,197,233)
#D0D6F0
(208,214,240)
#E5E7F7
(229,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133DB1 color. Also use rgb(19,61,177) instead hex code.

Text Font Color

.myTextColor { color: #133DB1; }

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

This text font color is #133DB1.

Background Color

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

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

This div background color is #133DB1.

Border color

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

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

This div border color is #133DB1.

Opacity

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

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

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

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

This text has shadow with #133DB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133DB1.

Preview

Color preview on black background

This text has color #133DB1 on black background.


Color preview on white background

This text has color #133DB1 on white background.


Black color preview on #133DB1 background

This text has black color on #133DB1 background.


White color preview on #133DB1 background

This text has white color on #133DB1 background.


Related colors

Complementary color

Complementary color for #hex is #ECC24E.


I love getcolorcode.com

Triadic colors

1 #B1133D and #3DB113 with #133DB1 are triadic colors.

2 #B13D13 and #3D13B1 with #133DB1 are triadic colors.