Color Hex Logo

#012fae Color Hex

#012FAE
(1,47,174)
0 Favorites   0 Comments

Color spaces of #012fae

RGB 147174
HSL0.620.990.34
HSV224°99°68°
CMYK 0.990.730.00   0.32
XYZ8.66905.095540.5710
Yxy5.09550.15950.0938
Hunter Lab22.573229.0479-90.7611
CIE-Lab27.005139.7010-69.7713

#012fae color RGB value is (1,47,174).

#012fae hex color red value is 1, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #012fae hue: 0.62 , saturation: 0.99 and the lightness value of 012fae is 0.34.

The process color (four color CMYK) of #012fae color hex is 0.99, 0.73, 0.00, 0.32. Web safe color of #012fae is #003399. Color #012fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101111 10101110
Octal 1 57 256
Decimal 1 47 174
Hex 1 2F AE

RGB Percentages of Color #012fae

%0.45
%21.17
%78.38

CMYK Percentages of Color #012fae

%99
%73
%0
%32

Triadic Colors of #012fae

#012fae #ae012f #2fae01

Analogous Colors of #012fae

#012fae #2a01ae #0186ae

Monochromatic Colors of #012fae

#012fae

Complementary Color

#012fae #ae8001

#012fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#012fae Color CSS Codes

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

#012fae Text Font Color

<p style="color:#012fae">Text here</p>

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


#012fae Background Color

<div style="background-color:#012fae">
Div content here</div>

This div background color is #012fae


#012fae Border Color

<div style="border:3px solid #012fae">
Div here</div>

This div border color is #012fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,47,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012fae;
  -webkit-box-shadow: 1px 1px 3px 2px #012fae;
  box-shadow:         1px 1px 3px 2px #012fae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012fae


Comments

No comments written yet.

Please login to write comment.