HEX: #0077BE
RGB: (0,119,190)
Views — 43
Like — 0
#0077BE contains mainly blue color. Web safe color of #0077BE is #0066CC (or #06C).
RGB color model
#0077BE color RGB value is (0,119,190).
RGB: (0,119,190) (0%,47%,75%)
RGB channels and saturation
R 0 of 255 = 0%
G 119 of 255 = 47%
B 190 of 255 = 75%
R + G + B ~ 41%. #0077BE is middle color (not dark and not light).
Portions of RGB colors in percentages
R + G + B =
0 + 119 + 190 = 309 (100%)
R 0 of 309 ~ 0%
G 119 of 309 ~ 38.51%
B 190 of 309 ~ 61.49%
CMYK color model
#0077BE color CMYK value is (100,37,0,25).
CMYK: (100,37,0,25) C100M37Y0K25 (100%,37%,0%,25%) (1.00/0.37/0.00/0.25)
CMYK percentages
Color #0077BE in popluar color models
00 | 77 | BE | |
---|---|---|---|
RGB | 0 | 119 | 190 |
HSL | 202° | 100.00% | 37.25% |
HSB/HSV | 202° | 100.00% | 74.51% |
CMYK | 100.00% | 37.37% | 0.00% |
25.49% |
Color #0077BE in popluar number systems.
HEX | 00 | 77 | BE |
Decimal | 0 | 119 | 190 |
Binary | 0 | 1110111 | 10111110 |
Octal | 0 | 167 | 276 |
Shades of #0077BE
Tints of #0077BE
Examples of css and html codes for elements with #0077BE color. Also use rgb(0,119,190) instead hex code.
.myTextColor { color: #0077BE; }
<p style="color:#0077BE">This sample text font color is #0077BE.</p>
This text font color is #0077BE.
.myBgColor { background-color: #0077BE; }
<div style="background-color:#0077BE">Inner text</div>
This div background color is #0077BE.
.myBorderColor { border: 1px solid #0077BE; }
<div style="border:3px solid #0077BE">Div</div>
This div border color is #0077BE.
.myOpacity80 { color: #0077BE; opacity: 0.8; }
<p style="color:#0077BE;opacity:0.8;">80%</p>
Text with #0077BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0077BE;}
<p style="text-shadow: 3px 3px 1px #0077BE">Text here.</p>
This text has shadow with #0077BE color.
.textShadow {text-shadow: 3px 3px 1px #0077BE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0077BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #0077BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0077BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0077BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #0077BE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0077BE; -webkit-box-shadow: 1px 1px 3px 2px #0077BE; box-shadow: 1px 1px 3px 2px #0077BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0077BE; -webkit-box-shadow: 1px 1px 3px 2px #0077BE; box-shadow:1px 1px 3px 2px #0077BE;">
Div content here</div>
Color preview on black background
This text has color #0077BE on black background.
Color preview on white background
This text has color #0077BE on white background.
Black color preview on #0077BE background
This text has black color on #0077BE background.
White color preview on #0077BE background
This text has white color on #0077BE background.