COLOR #071B66

HEX: #071B66
RGB: (7,27,102)

Color info

#071B66 contains mainly blue color. Web safe color of #071B66 is #003366 (or #036).

RGB color model

#071B66 color RGB value is (7,27,102).

  • red value is 7;
  • green value is 27;
  • blue value is 102.
RGB:
(7,27,102)
(3%,11%,40%)

RGB channels and saturation

R 7 of 255 = 3%
G 27 of 255 = 11%
B 102 of 255 = 40%

7
27
102

R + G + B ~ 18%. #071B66 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 27 + 102 = 136 (100%)
R 7 of 136 ~ 5.15%
G 27 of 136 ~ 19.85%
B 102 of 136 ~ 75%

%19.85
%75

CMYK color model

#071B66 color CMYK value is (93,74,0,60).

  • cyan value is 93.14%
  • magenta value is 73.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(93,74,0,60)
C93M74Y0K60 
(93%,74%,0%,60%)
(0.93/0.74/0.00/0.60)	

CMYK percentages

%93.14
%73.53
%0
%60

Codes

Color #071B66 in popluar color models

071B66
RGB727102
HSL227°87.16%21.37%
HSB/HSV227°93.14%40.00%
CMYK93.14%73.53%0.00%
60.00%

Color #071B66 in popluar number systems.

HEX071B66
Decimal727102
Binary111110111100110
Octal733146

Shades and tints

Shades of #071B66

#071B66
(7,27,102)
#07195D
(7,25,93)
#071754
(7,23,84)
#07154B
(7,21,75)
#071342
(7,19,66)
#071139
(7,17,57)
#070F30
(7,15,48)
#070D27
(7,13,39)
#070B1E
(7,11,30)
#070915
(7,9,21)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #071B66

#071B66
(7,27,102)
#1D2F73
(29,47,115)
#334380
(51,67,128)
#49578D
(73,87,141)
#5F6B9A
(95,107,154)
#757FA7
(117,127,167)
#8B93B4
(139,147,180)
#A1A7C1
(161,167,193)
#B7BBCE
(183,187,206)
#CDCFDB
(205,207,219)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071B66 color. Also use rgb(7,27,102) instead hex code.

Text Font Color

.myTextColor { color: #071B66; }

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

This text font color is #071B66.


Background Color

.myBgColor { background-color: #071B66; }

<div style="background-color:#071B66">Inner text</div>

This div background color is #071B66.


Border color

.myBorderColor { border: 1px solid #071B66; }

<div style="border:3px solid #071B66">Div</div>

This div border color is #071B66.


Opacity

.myOpacity80 { color: #071B66; opacity: 0.8; }

<p style="color:#071B66;opacity:0.8;">80%</p>

Text with #071B66 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 #071B66;}

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

This text has shadow with #071B66 color.

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

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

This text has shadow with #071B66 primary color and red secondary color.


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

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

This text has shadow with #071B66 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071B66 on black background.


Color preview on white background

This text has color #071B66 on white background.



Black color preview on #071B66 background

This text has black color on #071B66 background.


White color preview on #071B66 background

This text has white color on #071B66 background.