COLOR #1B52A0

HEX: #1B52A0
RGB: (27,82,160)

Color info

#1B52A0 contains mainly blue color. Web safe color of #1B52A0 is #336699 (or #369).

RGB color model

#1B52A0 color RGB value is (27,82,160).

  • red value is 27;
  • green value is 82;
  • blue value is 160.
RGB:
(27,82,160)
(11%,32%,63%)

RGB channels and saturation

R 27 of 255 = 11%
G 82 of 255 = 32%
B 160 of 255 = 63%

27
82
160

R + G + B ~ 35%. #1B52A0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 82 + 160 = 269 (100%)
R 27 of 269 ~ 10.04%
G 82 of 269 ~ 30.48%
B 160 of 269 ~ 59.48%

%10.04
%30.48
%59.48

CMYK color model

#1B52A0 color CMYK value is (83,49,0,37).

  • cyan value is 83.13%
  • magenta value is 48.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(83,49,0,37)
C83M49Y0K37 
(83%,49%,0%,37%)
(0.83/0.49/0.00/0.37)	

CMYK percentages

%83.13
%48.75
%0
%37.25

Codes

Color #1B52A0 in popluar color models

1B52A0
RGB2782160
HSL215°71.12%36.67%
HSB/HSV215°83.13%62.75%
CMYK83.13%48.75%0.00%
37.25%

Color #1B52A0 in popluar number systems.

HEX1B52A0
Decimal2782160
Binary11011101001010100000
Octal33122240

Shades and tints

Shades of #1B52A0

#1B52A0
(27,82,160)
#194B92
(25,75,146)
#174484
(23,68,132)
#153D76
(21,61,118)
#133668
(19,54,104)
#112F5A
(17,47,90)
#0F284C
(15,40,76)
#0D213E
(13,33,62)
#0B1A30
(11,26,48)
#091322
(9,19,34)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #1B52A0

#1B52A0
(27,82,160)
#2F61A8
(47,97,168)
#4370B0
(67,112,176)
#577FB8
(87,127,184)
#6B8EC0
(107,142,192)
#7F9DC8
(127,157,200)
#93ACD0
(147,172,208)
#A7BBD8
(167,187,216)
#BBCAE0
(187,202,224)
#CFD9E8
(207,217,232)
#E3E8F0
(227,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B52A0 color. Also use rgb(27,82,160) instead hex code.

Text Font Color

.myTextColor { color: #1B52A0; }

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

This text font color is #1B52A0.


Background Color

.myBgColor { background-color: #1B52A0; }

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

This div background color is #1B52A0.


Border color

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

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

This div border color is #1B52A0.


Opacity

.myOpacity80 { color: #1B52A0; opacity: 0.8; }

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

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

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

This text has shadow with #1B52A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B52A0 on black background.


Color preview on white background

This text has color #1B52A0 on white background.



Black color preview on #1B52A0 background

This text has black color on #1B52A0 background.


White color preview on #1B52A0 background

This text has white color on #1B52A0 background.