Color Hex Logo

#010faa Color Hex

#010FAA
(1,15,170)
0 Favorites   0 Comments

Color spaces of #010faa

RGB 115170
HSL0.650.990.34
HSV235°99°67°
CMYK 0.990.910.00   0.33
XYZ7.43903.250438.2655
Yxy3.25040.15200.0664
Hunter Lab18.028942.1015-113.2203
CIE-Lab21.020054.3068-77.3109

#010faa color RGB value is (1,15,170).

#010faa hex color red value is 1, green value is 15 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #010faa hue: 0.65 , saturation: 0.99 and the lightness value of 010faa is 0.34.

The process color (four color CMYK) of #010faa color hex is 0.99, 0.91, 0.00, 0.33. Web safe color of #010faa is #000099. Color #010faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001111 10101010
Octal 1 17 252
Decimal 1 15 170
Hex 1 F AA

RGB Percentages of Color #010faa

%0.54
%8.06
%91.40

CMYK Percentages of Color #010faa

%99
%91
%0
%33

Triadic Colors of #010faa

#010faa #aa010f #0faa01

Analogous Colors of #010faa

#010faa #4701aa #0164aa

Monochromatic Colors of #010faa

#010faa

Complementary Color

#010faa #aa9c01

#010faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#010faa Color CSS Codes

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

#010faa Text Font Color

<p style="color:#010faa">Text here</p>

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


#010faa Background Color

<div style="background-color:#010faa">
Div content here</div>

This div background color is #010faa


#010faa Border Color

<div style="border:3px solid #010faa">
Div here</div>

This div border color is #010faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,15,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #010faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #010faa;
  -webkit-box-shadow: 1px 1px 3px 2px #010faa;
  box-shadow:         1px 1px 3px 2px #010faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010faa


Comments

No comments written yet.

Please login to write comment.