Color Hex Logo

#000bbf Color Hex

#000BBF
(0,11,191)
0 Favorites   0 Comments

Color spaces of #000bbf

RGB 011191
HSL0.661.000.37
HSV237°100°75°
CMYK 1.000.940.00   0.25
XYZ9.52364.000949.5605
Yxy4.00090.15100.0634
Hunter Lab20.002249.9846-132.9040
CIE-Lab23.674461.2228-85.4427

#000bbf color RGB value is (0,11,191).

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

The process color (four color CMYK) of #000bbf color hex is 1.00, 0.94, 0.00, 0.25. Web safe color of #000bbf is #0000cc. Color #000bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001011 10111111
Octal 0 13 277
Decimal 0 11 191
Hex 0 B BF

RGB Percentages of Color #000bbf

%0.00
%5.45
%94.55

CMYK Percentages of Color #000bbf

%100
%94
%0
%25

Triadic Colors of #000bbf

#000bbf #bf000b #0bbf00

Analogous Colors of #000bbf

#000bbf #5500bf #006bbf

Monochromatic Colors of #000bbf

#000bbf

Complementary Color

#000bbf #bfb400

#000bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#000bbf Color CSS Codes

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

#000bbf Text Font Color

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

This sample text font color is #000bbf
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.


#000bbf Background Color

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

This div background color is #000bbf


#000bbf Border Color

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

This div border color is #000bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000bbf


Comments

No comments written yet.

Please login to write comment.