COLOR #1F6777

HEX: #1F6777 RGB: (31,103,119)

Color info

#1F6777 contains mainly green and blue colors. Web safe color of #1F6777 is #336666 (or #366).

RGB color model

#1F6777 color RGB value is (31,103,119).

RGB: (31,103,119) (12%, 40%, 47%)

RGB channels and saturation

R 31 of 255 = 12%
G 103 of 255 = 40%
B 119 of 255 = 47%

31
103
119

R + G + B ~ 33%. #1F6777 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 103 + 119 = 253 (100%)
R 31 of 253 ~ 12.25%
G 103 of 253 ~ 40.71%
B 119 of 253 ~ 47.04'%

%12.25
%40.71
%47.04

CMYK color model

#1F6777 color CMYK value is (74,13,0,53).

  • cyan value is 73.95%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (74,13,0,53)
C74M13Y0K53 (74%, 13%, 0%, 53%)
(0.74 / 0.13 / 0.00 / 0.53)

CMYK percentages

%73.95
%13.45
%0
%53.33

Codes

Color #1F6777 in popluar color models

1F 67 77
RGB 31 103 119
HSL 191° 58.67% 29.41%
HSB/HSV 191° 73.95% 46.67%
CMYK 73.95% 13.45% 0.00%
53.33%

Color #1F6777 in popluar number systems.

HEX 1F 67 77
Decimal 31 103 119
Binary 11111 1100111 1110111
Octal 37 147 167

Shades and tints

Shades of #1F6777

#1F6777
(31,103,119)
#1D5E6D
(29,94,109)
#1B5563
(27,85,99)
#194C59
(25,76,89)
#17434F
(23,67,79)
#153A45
(21,58,69)
#13313B
(19,49,59)
#112831
(17,40,49)
#0F1F27
(15,31,39)
#0D161D
(13,22,29)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #1F6777

#1F6777
(31,103,119)
#337483
(51,116,131)
#47818F
(71,129,143)
#5B8E9B
(91,142,155)
#6F9BA7
(111,155,167)
#83A8B3
(131,168,179)
#97B5BF
(151,181,191)
#ABC2CB
(171,194,203)
#BFCFD7
(191,207,215)
#D3DCE3
(211,220,227)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F6777 color. Also use rgb(31,103,119) instead hex code.

Text Font Color

.myTextColor { color: #1F6777; }

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

This text font color is #1F6777.

Background Color

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

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

This div background color is #1F6777.

Border color

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

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

This div border color is #1F6777.

Opacity

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

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

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

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

This text has shadow with #1F6777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F6777.

Preview

Color preview on black background

This text has color #1F6777 on black background.


Color preview on white background

This text has color #1F6777 on white background.


Black color preview on #1F6777 background

This text has black color on #1F6777 background.


White color preview on #1F6777 background

This text has white color on #1F6777 background.


Related colors

Complementary color

Complementary color for #hex is #E09888.


I love getcolorcode.com

Triadic colors

1 #771F67 and #67771F with #1F6777 are triadic colors.

2 #77671F and #671F77 with #1F6777 are triadic colors.