COLOR #1F77AF

HEX: #1F77AF RGB: (31,119,175)

Color info

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

RGB color model

#1F77AF color RGB value is (31,119,175).

RGB: (31,119,175) (12%, 47%, 69%)

RGB channels and saturation

R 31 of 255 = 12%
G 119 of 255 = 47%
B 175 of 255 = 69%

31
119
175

R + G + B ~ 43%. #1F77AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 31 + 119 + 175 = 325 (100%)
R 31 of 325 ~ 9.54%
G 119 of 325 ~ 36.62%
B 175 of 325 ~ 53.85'%

%36.62
%53.85

CMYK color model

#1F77AF color CMYK value is (82,32,0,31).

  • cyan value is 82.29%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (82,32,0,31)
C82M32Y0K31 (82%, 32%, 0%, 31%)
(0.82 / 0.32 / 0.00 / 0.31)

CMYK percentages

%82.29
%32
%0
%31.37

Codes

Color #1F77AF in popluar color models

1F 77 AF
RGB 31 119 175
HSL 203° 69.90% 40.39%
HSB/HSV 203° 82.29% 68.63%
CMYK 82.29% 32.00% 0.00%
31.37%

Color #1F77AF in popluar number systems.

HEX 1F 77 AF
Decimal 31 119 175
Binary 11111 1110111 10101111
Octal 37 167 257

Shades and tints

Shades of #1F77AF

#1F77AF
(31,119,175)
#1D6DA0
(29,109,160)
#1B6391
(27,99,145)
#195982
(25,89,130)
#174F73
(23,79,115)
#154564
(21,69,100)
#133B55
(19,59,85)
#113146
(17,49,70)
#0F2737
(15,39,55)
#0D1D28
(13,29,40)
#0B1319
(11,19,25)
#000000
(0,0,0)

Tints of #1F77AF

#1F77AF
(31,119,175)
#3383B6
(51,131,182)
#478FBD
(71,143,189)
#5B9BC4
(91,155,196)
#6FA7CB
(111,167,203)
#83B3D2
(131,179,210)
#97BFD9
(151,191,217)
#ABCBE0
(171,203,224)
#BFD7E7
(191,215,231)
#D3E3EE
(211,227,238)
#E7EFF5
(231,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F77AF; }

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

This text font color is #1F77AF.

Background Color

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

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

This div background color is #1F77AF.

Border color

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

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

This div border color is #1F77AF.

Opacity

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

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

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

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

This text has shadow with #1F77AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F77AF.

Preview

Color preview on black background

This text has color #1F77AF on black background.


Color preview on white background

This text has color #1F77AF on white background.


Black color preview on #1F77AF background

This text has black color on #1F77AF background.


White color preview on #1F77AF background

This text has white color on #1F77AF background.


Related colors

Complementary color

Complementary color for #hex is #E08850.


I love getcolorcode.com

Triadic colors

1 #AF1F77 and #77AF1F with #1F77AF are triadic colors.

2 #AF771F and #771FAF with #1F77AF are triadic colors.