COLOR #1F077B

HEX: #1F077B
RGB: (31,7,123)

Color info

#1F077B contains mainly blue color. Web safe color of #1F077B is #330066 (or #306).

RGB color model

#1F077B color RGB value is (31,7,123).

  • red value is 31;
  • green value is 7;
  • blue value is 123.
RGB:
(31,7,123)
(12%,3%,48%)

RGB channels and saturation

R 31 of 255 = 12%
G 7 of 255 = 3%
B 123 of 255 = 48%

31
7
123

R + G + B ~ 21%. #1F077B is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 7 + 123 = 161 (100%)
R 31 of 161 ~ 19.25%
G 7 of 161 ~ 4.35%
B 123 of 161 ~ 76.4%

%19.25
%76.4

CMYK color model

#1F077B color CMYK value is (75,94,0,52).

  • cyan value is 74.80%
  • magenta value is 94.31%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(75,94,0,52)
C75M94Y0K52 
(75%,94%,0%,52%)
(0.75/0.94/0.00/0.52)	

CMYK percentages

%74.8
%94.31
%0
%51.76

Codes

Color #1F077B in popluar color models

1F077B
RGB317123
HSL252°89.23%25.49%
HSB/HSV252°94.31%48.24%
CMYK74.80%94.31%0.00%
51.76%

Color #1F077B in popluar number systems.

HEX1F077B
Decimal317123
Binary111111111111011
Octal377173

Shades and tints

Shades of #1F077B

#1F077B
(31,7,123)
#1D0770
(29,7,112)
#1B0765
(27,7,101)
#19075A
(25,7,90)
#17074F
(23,7,79)
#150744
(21,7,68)
#130739
(19,7,57)
#11072E
(17,7,46)
#0F0723
(15,7,35)
#0D0718
(13,7,24)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #1F077B

#1F077B
(31,7,123)
#331D87
(51,29,135)
#473393
(71,51,147)
#5B499F
(91,73,159)
#6F5FAB
(111,95,171)
#8375B7
(131,117,183)
#978BC3
(151,139,195)
#ABA1CF
(171,161,207)
#BFB7DB
(191,183,219)
#D3CDE7
(211,205,231)
#E7E3F3
(231,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F077B color. Also use rgb(31,7,123) instead hex code.

Text Font Color

.myTextColor { color: #1F077B; }

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

This text font color is #1F077B.


Background Color

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

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

This div background color is #1F077B.


Border color

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

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

This div border color is #1F077B.


Opacity

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

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

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

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

This text has shadow with #1F077B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F077B on black background.


Color preview on white background

This text has color #1F077B on white background.



Black color preview on #1F077B background

This text has black color on #1F077B background.


White color preview on #1F077B background

This text has white color on #1F077B background.