Color Hex Logo

#000fa0 Color Hex

#000FA0
(0,15,160)
0 Favorites   0 Comments

Color spaces of #000fa0

RGB 015160
HSL0.651.000.31
HSV234°100°63°
CMYK 1.000.910.00   0.37
XYZ6.51602.879733.4701
Yxy2.87970.15200.0672
Hunter Lab16.969738.8433-105.0617
CIE-Lab19.555551.3805-73.6752

#000fa0 color RGB value is (0,15,160).

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

The process color (four color CMYK) of #000fa0 color hex is 1.00, 0.91, 0.00, 0.37. Web safe color of #000fa0 is #000099. Color #000fa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001111 10100000
Octal 0 17 240
Decimal 0 15 160
Hex 0 F A0

RGB Percentages of Color #000fa0

%0.00
%8.57
%91.43

CMYK Percentages of Color #000fa0

%100
%91
%0
%37

Triadic Colors of #000fa0

#000fa0 #a0000f #0fa000

Analogous Colors of #000fa0

#000fa0 #4100a0 #005fa0

Monochromatic Colors of #000fa0

#000fa0

Complementary Color

#000fa0 #a09100

#000fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000fa0 Color CSS Codes

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

#000fa0 Text Font Color

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

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


#000fa0 Background Color

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

This div background color is #000fa0


#000fa0 Border Color

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

This div border color is #000fa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000fa0


Comments

No comments written yet.

Please login to write comment.