COLOR #0765AF

HEX: #0765AF
RGB: (7,101,175)

Color info

#0765AF contains mainly blue color. Web safe color of #0765AF is #006699 (or #069).

RGB color model

#0765AF color RGB value is (7,101,175).

  • red value is 7;
  • green value is 101;
  • blue value is 175.
RGB:
(7,101,175)
(3%,40%,69%)

RGB channels and saturation

R 7 of 255 = 3%
G 101 of 255 = 40%
B 175 of 255 = 69%

7
101
175

R + G + B ~ 37%. #0765AF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 101 + 175 = 283 (100%)
R 7 of 283 ~ 2.47%
G 101 of 283 ~ 35.69%
B 175 of 283 ~ 61.84%

%35.69
%61.84

CMYK color model

#0765AF color CMYK value is (96,42,0,31).

  • cyan value is 96.00%
  • magenta value is 42.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(96,42,0,31)
C96M42Y0K31 
(96%,42%,0%,31%)
(0.96/0.42/0.00/0.31)	

CMYK percentages

%96
%42.29
%0
%31.37

Codes

Color #0765AF in popluar color models

0765AF
RGB7101175
HSL206°92.31%35.69%
HSB/HSV206°96.00%68.63%
CMYK96.00%42.29%0.00%
31.37%

Color #0765AF in popluar number systems.

HEX0765AF
Decimal7101175
Binary111110010110101111
Octal7145257

Shades and tints

Shades of #0765AF

#0765AF
(7,101,175)
#075CA0
(7,92,160)
#075391
(7,83,145)
#074A82
(7,74,130)
#074173
(7,65,115)
#073864
(7,56,100)
#072F55
(7,47,85)
#072646
(7,38,70)
#071D37
(7,29,55)
#071428
(7,20,40)
#070B19
(7,11,25)
#000000
(0,0,0)

Tints of #0765AF

#0765AF
(7,101,175)
#1D73B6
(29,115,182)
#3381BD
(51,129,189)
#498FC4
(73,143,196)
#5F9DCB
(95,157,203)
#75ABD2
(117,171,210)
#8BB9D9
(139,185,217)
#A1C7E0
(161,199,224)
#B7D5E7
(183,213,231)
#CDE3EE
(205,227,238)
#E3F1F5
(227,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0765AF color. Also use rgb(7,101,175) instead hex code.

Text Font Color

.myTextColor { color: #0765AF; }

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

This text font color is #0765AF.


Background Color

.myBgColor { background-color: #0765AF; }

<div style="background-color:#0765AF">Inner text</div>

This div background color is #0765AF.


Border color

.myBorderColor { border: 1px solid #0765AF; }

<div style="border:3px solid #0765AF">Div</div>

This div border color is #0765AF.


Opacity

.myOpacity80 { color: #0765AF; opacity: 0.8; }

<p style="color:#0765AF;opacity:0.8;">80%</p>

Text with #0765AF 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 #0765AF;}

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

This text has shadow with #0765AF color.

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

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

This text has shadow with #0765AF primary color and red secondary color.


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

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

This text has shadow with #0765AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0765AF on black background.


Color preview on white background

This text has color #0765AF on white background.



Black color preview on #0765AF background

This text has black color on #0765AF background.


White color preview on #0765AF background

This text has white color on #0765AF background.