COLOR #0000BE

HEX: #0000BE
RGB: (0,0,190)

Color info

#0000BE contains only blue color. Web safe color of #0000BE is #0000CC (or #00C).

RGB color model

#0000BE color RGB value is (0,0,190).

  • red value is 0;
  • green value is 0;
  • blue value is 190.
RGB:
(0,0,190)
(0%,0%,75%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 190 of 255 = 75%

0
0
190

R + G + B ~ 25%. #0000BE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 190 = 190 (100%)
R 0 of 190 ~ 0%
G 0 of 190 ~ 0%
B 190 of 190 ~ 100%

%100

CMYK color model

#0000BE color CMYK value is (100,100,0,25).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(100,100,0,25)
C100M100Y0K25 
(100%,100%,0%,25%)
(1.00/1.00/0.00/0.25)	

CMYK percentages

%100
%100
%0
%25.49

Codes

Color #0000BE in popluar color models

0000BE
RGB00190
HSL240°100.00%37.25%
HSB/HSV240°100.00%74.51%
CMYK100.00%100.00%0.00%
25.49%

Color #0000BE in popluar number systems.

HEX0000BE
Decimal00190
Binary0010111110
Octal00276

Shades and tints

Shades of #0000BE

#0000BE
(0,0,190)
#0000AD
(0,0,173)
#00009C
(0,0,156)
#00008B
(0,0,139)
#00007A
(0,0,122)
#000069
(0,0,105)
#000058
(0,0,88)
#000047
(0,0,71)
#000036
(0,0,54)
#000025
(0,0,37)
#000014
(0,0,20)
#000000
(0,0,0)

Tints of #0000BE

#0000BE
(0,0,190)
#1717C3
(23,23,195)
#2E2EC8
(46,46,200)
#4545CD
(69,69,205)
#5C5CD2
(92,92,210)
#7373D7
(115,115,215)
#8A8ADC
(138,138,220)
#A1A1E1
(161,161,225)
#B8B8E6
(184,184,230)
#CFCFEB
(207,207,235)
#E6E6F0
(230,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0000BE color. Also use rgb(0,0,190) instead hex code.

Text Font Color

.myTextColor { color: #0000BE; }

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

This text font color is #0000BE.


Background Color

.myBgColor { background-color: #0000BE; }

<div style="background-color:#0000BE">Inner text</div>

This div background color is #0000BE.


Border color

.myBorderColor { border: 1px solid #0000BE; }

<div style="border:3px solid #0000BE">Div</div>

This div border color is #0000BE.


Opacity

.myOpacity80 { color: #0000BE; opacity: 0.8; }

<p style="color:#0000BE;opacity:0.8;">80%</p>

Text with #0000BE 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 #0000BE;}

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

This text has shadow with #0000BE color.

.textShadow {text-shadow: 3px 3px 1px #0000BE, 3px 3px 1px red;}

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

This text has shadow with #0000BE primary color and red secondary color.


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

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

This text has shadow with #0000BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0000BE on black background.


Color preview on white background

This text has color #0000BE on white background.



Black color preview on #0000BE background

This text has black color on #0000BE background.


White color preview on #0000BE background

This text has white color on #0000BE background.