COLOR #1B739F

HEX: #1B739F RGB: (27,115,159)

Color info

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

RGB color model

#1B739F color RGB value is (27,115,159).

RGB: (27,115,159) (11%, 45%, 62%)

RGB channels and saturation

R 27 of 255 = 11%
G 115 of 255 = 45%
B 159 of 255 = 62%

27
115
159

R + G + B ~ 39%. #1B739F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 115 + 159 = 301 (100%)
R 27 of 301 ~ 8.97%
G 115 of 301 ~ 38.21%
B 159 of 301 ~ 52.82'%

%38.21
%52.82

CMYK color model

#1B739F color CMYK value is (83,28,0,38).

  • cyan value is 83.02%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (83,28,0,38)
C83M28Y0K38 (83%, 28%, 0%, 38%)
(0.83 / 0.28 / 0.00 / 0.38)

CMYK percentages

%83.02
%27.67
%0
%37.65

Codes

Color #1B739F in popluar color models

1B 73 9F
RGB 27 115 159
HSL 200° 70.97% 36.47%
HSB/HSV 200° 83.02% 62.35%
CMYK 83.02% 27.67% 0.00%
37.65%

Color #1B739F in popluar number systems.

HEX 1B 73 9F
Decimal 27 115 159
Binary 11011 1110011 10011111
Octal 33 163 237

Shades and tints

Shades of #1B739F

#1B739F
(27,115,159)
#196991
(25,105,145)
#175F83
(23,95,131)
#155575
(21,85,117)
#134B67
(19,75,103)
#114159
(17,65,89)
#0F374B
(15,55,75)
#0D2D3D
(13,45,61)
#0B232F
(11,35,47)
#091921
(9,25,33)
#070F13
(7,15,19)
#000000
(0,0,0)

Tints of #1B739F

#1B739F
(27,115,159)
#2F7FA7
(47,127,167)
#438BAF
(67,139,175)
#5797B7
(87,151,183)
#6BA3BF
(107,163,191)
#7FAFC7
(127,175,199)
#93BBCF
(147,187,207)
#A7C7D7
(167,199,215)
#BBD3DF
(187,211,223)
#CFDFE7
(207,223,231)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B739F color. Also use rgb(27,115,159) instead hex code.

Text Font Color

.myTextColor { color: #1B739F; }

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

This text font color is #1B739F.

Background Color

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

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

This div background color is #1B739F.

Border color

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

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

This div border color is #1B739F.

Opacity

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

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

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

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

This text has shadow with #1B739F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B739F.

Preview

Color preview on black background

This text has color #1B739F on black background.


Color preview on white background

This text has color #1B739F on white background.


Black color preview on #1B739F background

This text has black color on #1B739F background.


White color preview on #1B739F background

This text has white color on #1B739F background.


Related colors

Complementary color

Complementary color for #hex is #E48C60.


I love getcolorcode.com

Triadic colors

1 #9F1B73 and #739F1B with #1B739F are triadic colors.

2 #9F731B and #731B9F with #1B739F are triadic colors.