Color Hex Logo

#012aad Color Hex

#012AAD
(1,42,173)
0 Favorites   0 Comments

Color spaces of #012aad

RGB 142173
HSL0.630.990.34
HSV226°99°68°
CMYK 0.990.760.00   0.32
XYZ8.38334.679539.9965
Yxy4.67950.15800.0882
Hunter Lab21.632231.3194-94.4810
CIE-Lab25.801442.3892-71.1641

#012aad color RGB value is (1,42,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101010 10101101
Octal 1 52 255
Decimal 1 42 173
Hex 1 2A AD

RGB Percentages of Color #012aad

%0.46
%19.44
%80.09

CMYK Percentages of Color #012aad

%99
%76
%0
%32

Triadic Colors of #012aad

#012aad #ad012a #2aad01

Analogous Colors of #012aad

#012aad #2e01ad #0180ad

Monochromatic Colors of #012aad

#012aad

Complementary Color

#012aad #ad8401

#012aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#012aad Color CSS Codes

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

#012aad Text Font Color

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

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


#012aad Background Color

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

This div background color is #012aad


#012aad Border Color

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

This div border color is #012aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012aad


Comments

No comments written yet.

Please login to write comment.