Color Hex Logo

#000bfb Color Hex

#000BFB
(0,11,251)
0 Favorites   0 Comments

Color spaces of #000bfb

RGB 011251
HSL0.661.000.49
HSV237°100°98°
CMYK 1.000.960.00   0.02
XYZ17.53237.204491.7333
Yxy7.20440.15050.0619
Hunter Lab26.841069.6228-183.8440
CIE-Lab32.267876.5724-105.6741

#000bfb color RGB value is (0,11,251).

#000bfb hex color red value is 0, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #000bfb hue: 0.66 , saturation: 1.00 and the lightness value of 000bfb is 0.49.

The process color (four color CMYK) of #000bfb color hex is 1.00, 0.96, 0.00, 0.02. Web safe color of #000bfb is #0000ff. Color #000bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001011 11111011
Octal 0 13 373
Decimal 0 11 251
Hex 0 B FB

RGB Percentages of Color #000bfb

%0.00
%4.20
%95.80

CMYK Percentages of Color #000bfb

%100
%96
%0
%2

Triadic Colors of #000bfb

#000bfb #fb000b #0bfb00

Analogous Colors of #000bfb

#000bfb #7300fb #0089fb

Monochromatic Colors of #000bfb

#000bfb

Complementary Color

#000bfb #fbf000

#000bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#000bfb Color CSS Codes

.mybgcolor {background-color:#000bfb; } 
.myforecolor {color:#000bfb; }
.mybordercolor {border:3px solid #000bfb; }

#000bfb Text Font Color

<p style="color:#000bfb">Text here</p>

This sample text font color is #000bfb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#000bfb Background Color

<div style="background-color:#000bfb">
Div content here</div>

This div background color is #000bfb


#000bfb Border Color

<div style="border:3px solid #000bfb">
Div here</div>

This div border color is #000bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,11,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #000bfb;
  box-shadow:         1px 1px 3px 2px #000bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,11,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #000bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #000bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #000bfb;
  box-shadow:         1px 1px 3px 2px #000bfb;">
Div content here</div>

This div box has shadow with color #000bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.