Color Hex Logo

#000fbe Color Hex

#000FBE
(0,15,190)
0 Favorites   0 Comments

Color spaces of #000fbe

RGB 015190
HSL0.651.000.37
HSV235°100°75°
CMYK 1.000.920.00   0.25
XYZ9.46514.059448.9999
Yxy4.05940.15140.0649
Hunter Lab20.148048.5968-130.0899
CIE-Lab23.866959.9168-84.5286

#000fbe color RGB value is (0,15,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001111 10111110
Octal 0 17 276
Decimal 0 15 190
Hex 0 F BE

RGB Percentages of Color #000fbe

%0.00
%7.32
%92.68

CMYK Percentages of Color #000fbe

%100
%92
%0
%25

Triadic Colors of #000fbe

#000fbe #be000f #0fbe00

Analogous Colors of #000fbe

#000fbe #5000be #006ebe

Monochromatic Colors of #000fbe

#000fbe

Complementary Color

#000fbe #beaf00

#000fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#000fbe Color CSS Codes

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

#000fbe Text Font Color

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

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


#000fbe Background Color

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

This div background color is #000fbe


#000fbe Border Color

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

This div border color is #000fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000fbe


Comments

No comments written yet.

Please login to write comment.