Color Hex Logo

#0512af Color Hex

#0512AF
(5,18,175)
0 Favorites   0 Comments

Color spaces of #0512af

RGB 518175
HSL0.650.940.35
HSV235°97°69°
CMYK 0.970.900.00   0.31
XYZ8.01683.560040.8221
Yxy3.56000.15300.0679
Hunter Lab18.868042.8239-115.0703
CIE-Lab22.160054.7933-78.4213

#0512af color RGB value is (5,18,175).

#0512af hex color red value is 5, green value is 18 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0512af hue: 0.65 , saturation: 0.94 and the lightness value of 0512af is 0.35.

The process color (four color CMYK) of #0512af color hex is 0.97, 0.90, 0.00, 0.31. Web safe color of #0512af is #000099. Color #0512af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010010 10101111
Octal 5 22 257
Decimal 5 18 175
Hex 5 12 AF

RGB Percentages of Color #0512af

%2.53
%9.09
%88.38

CMYK Percentages of Color #0512af

%97
%90
%0
%31

Triadic Colors of #0512af

#0512af #af0512 #12af05

Analogous Colors of #0512af

#0512af #4d05af #0567af

Monochromatic Colors of #0512af

#0512af

Complementary Color

#0512af #afa205

#0512af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0512af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0512af Color CSS Codes

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

#0512af Text Font Color

<p style="color:#0512af">Text here</p>

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


#0512af Background Color

<div style="background-color:#0512af">
Div content here</div>

This div background color is #0512af


#0512af Border Color

<div style="border:3px solid #0512af">
Div here</div>

This div border color is #0512af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,18,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0512af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0512af;
  -webkit-box-shadow: 1px 1px 3px 2px #0512af;
  box-shadow:         1px 1px 3px 2px #0512af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,18,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0512af


Comments

No comments written yet.

Please login to write comment.