COLOR #134BBC

HEX: #134BBC RGB: (19,75,188)

Color info

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

RGB color model

#134BBC color RGB value is (19,75,188).

RGB: (19,75,188) (7%, 29%, 74%)

RGB channels and saturation

R 19 of 255 = 7%
G 75 of 255 = 29%
B 188 of 255 = 74%

19
75
188

R + G + B ~ 37%. #134BBC is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 75 + 188 = 282 (100%)
R 19 of 282 ~ 6.74%
G 75 of 282 ~ 26.6%
B 188 of 282 ~ 66.67'%

%26.6
%66.67

CMYK color model

#134BBC color CMYK value is (90,60,0,26).

  • cyan value is 89.89%
  • magenta value is 60.11%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (90,60,0,26)
C90M60Y0K26 (90%, 60%, 0%, 26%)
(0.90 / 0.60 / 0.00 / 0.26)

CMYK percentages

%89.89
%60.11
%0
%26.27

Codes

Color #134BBC in popluar color models

13 4B BC
RGB 19 75 188
HSL 220° 81.64% 40.59%
HSB/HSV 220° 89.89% 73.73%
CMYK 89.89% 60.11% 0.00%
26.27%

Color #134BBC in popluar number systems.

HEX 13 4B BC
Decimal 19 75 188
Binary 10011 1001011 10111100
Octal 23 113 274

Shades and tints

Shades of #134BBC

#134BBC
(19,75,188)
#1245AB
(18,69,171)
#113F9A
(17,63,154)
#103989
(16,57,137)
#0F3378
(15,51,120)
#0E2D67
(14,45,103)
#0D2756
(13,39,86)
#0C2145
(12,33,69)
#0B1B34
(11,27,52)
#0A1523
(10,21,35)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #134BBC

#134BBC
(19,75,188)
#285BC2
(40,91,194)
#3D6BC8
(61,107,200)
#527BCE
(82,123,206)
#678BD4
(103,139,212)
#7C9BDA
(124,155,218)
#91ABE0
(145,171,224)
#A6BBE6
(166,187,230)
#BBCBEC
(187,203,236)
#D0DBF2
(208,219,242)
#E5EBF8
(229,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134BBC color. Also use rgb(19,75,188) instead hex code.

Text Font Color

.myTextColor { color: #134BBC; }

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

This text font color is #134BBC.

Background Color

.myBgColor { background-color: #134BBC; }

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

This div background color is #134BBC.

Border color

.myBorderColor { border: 1px solid #134BBC; }

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

This div border color is #134BBC.

Opacity

.myOpacity80 { color: #134BBC; opacity: 0.8; }

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

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

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

This text has shadow with #134BBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #134BBC.

Preview

Color preview on black background

This text has color #134BBC on black background.


Color preview on white background

This text has color #134BBC on white background.


Black color preview on #134BBC background

This text has black color on #134BBC background.


White color preview on #134BBC background

This text has white color on #134BBC background.


Related colors

Complementary color

Complementary color for #hex is #ECB443.


I love getcolorcode.com

Triadic colors

1 #BC134B and #4BBC13 with #134BBC are triadic colors.

2 #BC4B13 and #4B13BC with #134BBC are triadic colors.