Color Hex Logo

#000abf Color Hex

#000ABF
(0,10,191)
0 Favorites   0 Comments

Color spaces of #000abf

RGB 010191
HSL0.661.000.37
HSV237°100°75°
CMYK 1.000.950.00   0.25
XYZ9.51253.978749.5568
Yxy3.97870.15090.0631
Hunter Lab19.946750.2193-133.3412
CIE-Lab23.600961.4494-85.5656

#000abf color RGB value is (0,10,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001010 10111111
Octal 0 12 277
Decimal 0 10 191
Hex 0 A BF

RGB Percentages of Color #000abf

%0.00
%4.98
%95.02

CMYK Percentages of Color #000abf

%100
%95
%0
%25

Triadic Colors of #000abf

#000abf #bf000a #0abf00

Analogous Colors of #000abf

#000abf #5600bf #006abf

Monochromatic Colors of #000abf

#000abf

Complementary Color

#000abf #bfb500

#000abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#000abf Color CSS Codes

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

#000abf Text Font Color

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

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


#000abf Background Color

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

This div background color is #000abf


#000abf Border Color

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

This div border color is #000abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,10,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 #000abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000abf


Comments

No comments written yet.

Please login to write comment.