COLOR #1B6484

HEX: #1B6484 RGB: (27,100,132)

Color info

#1B6484 contains mainly green and blue colors. Web safe color of #1B6484 is #336699 (or #369).

RGB color model

#1B6484 color RGB value is (27,100,132).

RGB: (27,100,132) (11%, 39%, 52%)

RGB channels and saturation

R 27 of 255 = 11%
G 100 of 255 = 39%
B 132 of 255 = 52%

27
100
132

R + G + B ~ 34%. #1B6484 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 100 + 132 = 259 (100%)
R 27 of 259 ~ 10.42%
G 100 of 259 ~ 38.61%
B 132 of 259 ~ 50.97'%

%38.61
%50.97

CMYK color model

#1B6484 color CMYK value is (80,24,0,48).

  • cyan value is 79.55%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (80,24,0,48)
C80M24Y0K48 (80%, 24%, 0%, 48%)
(0.80 / 0.24 / 0.00 / 0.48)

CMYK percentages

%79.55
%24.24
%0
%48.24

Codes

Color #1B6484 in popluar color models

1B 64 84
RGB 27 100 132
HSL 198° 66.04% 31.18%
HSB/HSV 198° 79.55% 51.76%
CMYK 79.55% 24.24% 0.00%
48.24%

Color #1B6484 in popluar number systems.

HEX 1B 64 84
Decimal 27 100 132
Binary 11011 1100100 10000100
Octal 33 144 204

Shades and tints

Shades of #1B6484

#1B6484
(27,100,132)
#195B78
(25,91,120)
#17526C
(23,82,108)
#154960
(21,73,96)
#134054
(19,64,84)
#113748
(17,55,72)
#0F2E3C
(15,46,60)
#0D2530
(13,37,48)
#0B1C24
(11,28,36)
#091318
(9,19,24)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #1B6484

#1B6484
(27,100,132)
#2F728F
(47,114,143)
#43809A
(67,128,154)
#578EA5
(87,142,165)
#6B9CB0
(107,156,176)
#7FAABB
(127,170,187)
#93B8C6
(147,184,198)
#A7C6D1
(167,198,209)
#BBD4DC
(187,212,220)
#CFE2E7
(207,226,231)
#E3F0F2
(227,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B6484 color. Also use rgb(27,100,132) instead hex code.

Text Font Color

.myTextColor { color: #1B6484; }

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

This text font color is #1B6484.

Background Color

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

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

This div background color is #1B6484.

Border color

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

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

This div border color is #1B6484.

Opacity

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

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

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

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

This text has shadow with #1B6484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B6484.

Preview

Color preview on black background

This text has color #1B6484 on black background.


Color preview on white background

This text has color #1B6484 on white background.


Black color preview on #1B6484 background

This text has black color on #1B6484 background.


White color preview on #1B6484 background

This text has white color on #1B6484 background.


Related colors

Complementary color

Complementary color for #hex is #E49B7B.


I love getcolorcode.com

Triadic colors

1 #841B64 and #64841B with #1B6484 are triadic colors.

2 #84641B and #641B84 with #1B6484 are triadic colors.