COLOR #0795B4

HEX: #0795B4
RGB: (7,149,180)

Color info

#0795B4 contains mainly green and blue colors. Web safe color of #0795B4 is #0099CC (or #09C).

RGB color model

#0795B4 color RGB value is (7,149,180).

  • red value is 7;
  • green value is 149;
  • blue value is 180.
RGB:
(7,149,180)
(3%,58%,71%)

RGB channels and saturation

R 7 of 255 = 3%
G 149 of 255 = 58%
B 180 of 255 = 71%

7
149
180

R + G + B ~ 44%. #0795B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 149 + 180 = 336 (100%)
R 7 of 336 ~ 2.08%
G 149 of 336 ~ 44.35%
B 180 of 336 ~ 53.57%

%44.35
%53.57

CMYK color model

#0795B4 color CMYK value is (96,17,0,29).

  • cyan value is 96.11%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(96,17,0,29)
C96M17Y0K29 
(96%,17%,0%,29%)
(0.96/0.17/0.00/0.29)	

CMYK percentages

%96.11
%17.22
%0
%29.41

Codes

Color #0795B4 in popluar color models

0795B4
RGB7149180
HSL191°92.51%36.67%
HSB/HSV191°96.11%70.59%
CMYK96.11%17.22%0.00%
29.41%

Color #0795B4 in popluar number systems.

HEX0795B4
Decimal7149180
Binary1111001010110110100
Octal7225264

Shades and tints

Shades of #0795B4

#0795B4
(7,149,180)
#0788A4
(7,136,164)
#077B94
(7,123,148)
#076E84
(7,110,132)
#076174
(7,97,116)
#075464
(7,84,100)
#074754
(7,71,84)
#073A44
(7,58,68)
#072D34
(7,45,52)
#072024
(7,32,36)
#071314
(7,19,20)
#000000
(0,0,0)

Tints of #0795B4

#0795B4
(7,149,180)
#1D9EBA
(29,158,186)
#33A7C0
(51,167,192)
#49B0C6
(73,176,198)
#5FB9CC
(95,185,204)
#75C2D2
(117,194,210)
#8BCBD8
(139,203,216)
#A1D4DE
(161,212,222)
#B7DDE4
(183,221,228)
#CDE6EA
(205,230,234)
#E3EFF0
(227,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0795B4 color. Also use rgb(7,149,180) instead hex code.

Text Font Color

.myTextColor { color: #0795B4; }

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

This text font color is #0795B4.


Background Color

.myBgColor { background-color: #0795B4; }

<div style="background-color:#0795B4">Inner text</div>

This div background color is #0795B4.


Border color

.myBorderColor { border: 1px solid #0795B4; }

<div style="border:3px solid #0795B4">Div</div>

This div border color is #0795B4.


Opacity

.myOpacity80 { color: #0795B4; opacity: 0.8; }

<p style="color:#0795B4;opacity:0.8;">80%</p>

Text with #0795B4 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 #0795B4;}

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

This text has shadow with #0795B4 color.

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

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

This text has shadow with #0795B4 primary color and red secondary color.


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

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

This text has shadow with #0795B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0795B4 on black background.


Color preview on white background

This text has color #0795B4 on white background.



Black color preview on #0795B4 background

This text has black color on #0795B4 background.


White color preview on #0795B4 background

This text has white color on #0795B4 background.