Color Hex Logo

#000fbc Color Hex

#000FBC
(0,15,188)
0 Favorites   0 Comments

Color spaces of #000fbc

RGB 015188
HSL0.651.000.37
HSV235°100°74°
CMYK 1.000.920.00   0.26
XYZ9.24793.972547.8563
Yxy3.97250.15140.0650
Hunter Lab19.931147.9432-128.4084
CIE-Lab23.580359.3654-83.8209

#000fbc color RGB value is (0,15,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001111 10111100
Octal 0 17 274
Decimal 0 15 188
Hex 0 F BC

RGB Percentages of Color #000fbc

%0.00
%7.39
%92.61

CMYK Percentages of Color #000fbc

%100
%92
%0
%26

Triadic Colors of #000fbc

#000fbc #bc000f #0fbc00

Analogous Colors of #000fbc

#000fbc #4f00bc #006dbc

Monochromatic Colors of #000fbc

#000fbc

Complementary Color

#000fbc #bcad00

#000fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#000fbc Color CSS Codes

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

#000fbc Text Font Color

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

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


#000fbc Background Color

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

This div background color is #000fbc


#000fbc Border Color

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

This div border color is #000fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000fbc


Comments

No comments written yet.

Please login to write comment.