Color Hex Logo

#011aad Color Hex

#011AAD
(1,26,173)
0 Favorites   0 Comments

Color spaces of #011aad

RGB 126173
HSL0.640.990.34
HSV231°99°68°
CMYK 0.990.850.00   0.32
XYZ7.92473.762439.8437
Yxy3.76240.15380.0730
Hunter Lab19.396938.9824-108.2113
CIE-Lab22.869950.8904-76.0359

#011aad color RGB value is (1,26,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011010 10101101
Octal 1 32 255
Decimal 1 26 173
Hex 1 1A AD

RGB Percentages of Color #011aad

%0.50
%13.00
%86.50

CMYK Percentages of Color #011aad

%99
%85
%0
%32

Triadic Colors of #011aad

#011aad #ad011a #1aad01

Analogous Colors of #011aad

#011aad #3e01ad #0170ad

Monochromatic Colors of #011aad

#011aad

Complementary Color

#011aad #ad9401

#011aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#011aad Color CSS Codes

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

#011aad Text Font Color

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

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


#011aad Background Color

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

This div background color is #011aad


#011aad Border Color

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

This div border color is #011aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,26,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 #011aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011aad


Comments

No comments written yet.

Please login to write comment.