COLOR #133BB8

HEX: #133BB8 RGB: (19,59,184)

Color info

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

RGB color model

#133BB8 color RGB value is (19,59,184).

RGB: (19,59,184) (7%, 23%, 72%)

RGB channels and saturation

R 19 of 255 = 7%
G 59 of 255 = 23%
B 184 of 255 = 72%

19
59
184

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

Portions of RGB colors in percentages

R + G + B = 19 + 59 + 184 = 262 (100%)
R 19 of 262 ~ 7.25%
G 59 of 262 ~ 22.52%
B 184 of 262 ~ 70.23'%

%22.52
%70.23

CMYK color model

#133BB8 color CMYK value is (90,68,0,28).

  • cyan value is 89.67%
  • magenta value is 67.93%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (90,68,0,28)
C90M68Y0K28 (90%, 68%, 0%, 28%)
(0.90 / 0.68 / 0.00 / 0.28)

CMYK percentages

%89.67
%67.93
%0
%27.84

Codes

Color #133BB8 in popluar color models

13 3B B8
RGB 19 59 184
HSL 225° 81.28% 39.80%
HSB/HSV 225° 89.67% 72.16%
CMYK 89.67% 67.93% 0.00%
27.84%

Color #133BB8 in popluar number systems.

HEX 13 3B B8
Decimal 19 59 184
Binary 10011 111011 10111000
Octal 23 73 270

Shades and tints

Shades of #133BB8

#133BB8
(19,59,184)
#1236A8
(18,54,168)
#113198
(17,49,152)
#102C88
(16,44,136)
#0F2778
(15,39,120)
#0E2268
(14,34,104)
#0D1D58
(13,29,88)
#0C1848
(12,24,72)
#0B1338
(11,19,56)
#0A0E28
(10,14,40)
#090918
(9,9,24)
#000000
(0,0,0)

Tints of #133BB8

#133BB8
(19,59,184)
#284CBE
(40,76,190)
#3D5DC4
(61,93,196)
#526ECA
(82,110,202)
#677FD0
(103,127,208)
#7C90D6
(124,144,214)
#91A1DC
(145,161,220)
#A6B2E2
(166,178,226)
#BBC3E8
(187,195,232)
#D0D4EE
(208,212,238)
#E5E5F4
(229,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133BB8 color. Also use rgb(19,59,184) instead hex code.

Text Font Color

.myTextColor { color: #133BB8; }

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

This text font color is #133BB8.

Background Color

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

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

This div background color is #133BB8.

Border color

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

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

This div border color is #133BB8.

Opacity

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

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

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

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

This text has shadow with #133BB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133BB8.

Preview

Color preview on black background

This text has color #133BB8 on black background.


Color preview on white background

This text has color #133BB8 on white background.


Black color preview on #133BB8 background

This text has black color on #133BB8 background.


White color preview on #133BB8 background

This text has white color on #133BB8 background.


Related colors

Complementary color

Complementary color for #hex is #ECC447.


I love getcolorcode.com

Triadic colors

1 #B8133B and #3BB813 with #133BB8 are triadic colors.

2 #B83B13 and #3B13B8 with #133BB8 are triadic colors.