COLOR #0176B7

HEX: #0176B7
RGB: (1,118,183)

Color info

#0176B7 contains mainly blue color. Web safe color of #0176B7 is #0066CC (or #06C).

RGB color model

#0176B7 color RGB value is (1,118,183).

  • red value is 1;
  • green value is 118;
  • blue value is 183.
RGB:
(1,118,183)
(0%,46%,72%)

RGB channels and saturation

R 1 of 255 = 0%
G 118 of 255 = 46%
B 183 of 255 = 72%

1
118
183

R + G + B ~ 39%. #0176B7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 118 + 183 = 302 (100%)
R 1 of 302 ~ 0.33%
G 118 of 302 ~ 39.07%
B 183 of 302 ~ 60.6%

%39.07
%60.6

CMYK color model

#0176B7 color CMYK value is (99,36,0,28).

  • cyan value is 99.45%
  • magenta value is 35.52%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(99,36,0,28)
C99M36Y0K28 
(99%,36%,0%,28%)
(0.99/0.36/0.00/0.28)	

CMYK percentages

%99.45
%35.52
%0
%28.24

Codes

Color #0176B7 in popluar color models

0176B7
RGB1118183
HSL201°98.91%36.08%
HSB/HSV201°99.45%71.76%
CMYK99.45%35.52%0.00%
28.24%

Color #0176B7 in popluar number systems.

HEX0176B7
Decimal1118183
Binary1111011010110111
Octal1166267

Shades and tints

Shades of #0176B7

#0176B7
(1,118,183)
#016CA7
(1,108,167)
#016297
(1,98,151)
#015887
(1,88,135)
#014E77
(1,78,119)
#014467
(1,68,103)
#013A57
(1,58,87)
#013047
(1,48,71)
#012637
(1,38,55)
#011C27
(1,28,39)
#011217
(1,18,23)
#000000
(0,0,0)

Tints of #0176B7

#0176B7
(1,118,183)
#1882BD
(24,130,189)
#2F8EC3
(47,142,195)
#469AC9
(70,154,201)
#5DA6CF
(93,166,207)
#74B2D5
(116,178,213)
#8BBEDB
(139,190,219)
#A2CAE1
(162,202,225)
#B9D6E7
(185,214,231)
#D0E2ED
(208,226,237)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0176B7 color. Also use rgb(1,118,183) instead hex code.

Text Font Color

.myTextColor { color: #0176B7; }

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

This text font color is #0176B7.


Background Color

.myBgColor { background-color: #0176B7; }

<div style="background-color:#0176B7">Inner text</div>

This div background color is #0176B7.


Border color

.myBorderColor { border: 1px solid #0176B7; }

<div style="border:3px solid #0176B7">Div</div>

This div border color is #0176B7.


Opacity

.myOpacity80 { color: #0176B7; opacity: 0.8; }

<p style="color:#0176B7;opacity:0.8;">80%</p>

Text with #0176B7 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 #0176B7;}

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

This text has shadow with #0176B7 color.

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

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

This text has shadow with #0176B7 primary color and red secondary color.


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

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

This text has shadow with #0176B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0176B7 on black background.


Color preview on white background

This text has color #0176B7 on white background.



Black color preview on #0176B7 background

This text has black color on #0176B7 background.


White color preview on #0176B7 background

This text has white color on #0176B7 background.