COLOR #0751A6

HEX: #0751A6
RGB: (7,81,166)

Color info

#0751A6 contains mainly blue color. Web safe color of #0751A6 is #006699 (or #069).

RGB color model

#0751A6 color RGB value is (7,81,166).

  • red value is 7;
  • green value is 81;
  • blue value is 166.
RGB:
(7,81,166)
(3%,32%,65%)

RGB channels and saturation

R 7 of 255 = 3%
G 81 of 255 = 32%
B 166 of 255 = 65%

7
81
166

R + G + B ~ 33%. #0751A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 81 + 166 = 254 (100%)
R 7 of 254 ~ 2.76%
G 81 of 254 ~ 31.89%
B 166 of 254 ~ 65.35%

%31.89
%65.35

CMYK color model

#0751A6 color CMYK value is (96,51,0,35).

  • cyan value is 95.78%
  • magenta value is 51.20%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(96,51,0,35)
C96M51Y0K35 
(96%,51%,0%,35%)
(0.96/0.51/0.00/0.35)	

CMYK percentages

%95.78
%51.2
%0
%34.9

Codes

Color #0751A6 in popluar color models

0751A6
RGB781166
HSL212°91.91%33.92%
HSB/HSV212°95.78%65.10%
CMYK95.78%51.20%0.00%
34.90%

Color #0751A6 in popluar number systems.

HEX0751A6
Decimal781166
Binary111101000110100110
Octal7121246

Shades and tints

Shades of #0751A6

#0751A6
(7,81,166)
#074A97
(7,74,151)
#074388
(7,67,136)
#073C79
(7,60,121)
#07356A
(7,53,106)
#072E5B
(7,46,91)
#07274C
(7,39,76)
#07203D
(7,32,61)
#07192E
(7,25,46)
#07121F
(7,18,31)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #0751A6

#0751A6
(7,81,166)
#1D60AE
(29,96,174)
#336FB6
(51,111,182)
#497EBE
(73,126,190)
#5F8DC6
(95,141,198)
#759CCE
(117,156,206)
#8BABD6
(139,171,214)
#A1BADE
(161,186,222)
#B7C9E6
(183,201,230)
#CDD8EE
(205,216,238)
#E3E7F6
(227,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0751A6 color. Also use rgb(7,81,166) instead hex code.

Text Font Color

.myTextColor { color: #0751A6; }

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

This text font color is #0751A6.


Background Color

.myBgColor { background-color: #0751A6; }

<div style="background-color:#0751A6">Inner text</div>

This div background color is #0751A6.


Border color

.myBorderColor { border: 1px solid #0751A6; }

<div style="border:3px solid #0751A6">Div</div>

This div border color is #0751A6.


Opacity

.myOpacity80 { color: #0751A6; opacity: 0.8; }

<p style="color:#0751A6;opacity:0.8;">80%</p>

Text with #0751A6 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 #0751A6;}

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

This text has shadow with #0751A6 color.

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

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

This text has shadow with #0751A6 primary color and red secondary color.


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

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

This text has shadow with #0751A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0751A6 on black background.


Color preview on white background

This text has color #0751A6 on white background.



Black color preview on #0751A6 background

This text has black color on #0751A6 background.


White color preview on #0751A6 background

This text has white color on #0751A6 background.