Color Hex Logo

#011fae Color Hex

#011FAE
(1,31,174)
0 Favorites   0 Comments

Color spaces of #011fae

RGB 131174
HSL0.640.990.34
HSV230°99°68°
CMYK 0.990.820.00   0.32
XYZ8.14254.042440.3955
Yxy4.04240.15490.0769
Hunter Lab20.105737.1047-105.0488
CIE-Lab23.811148.8163-75.0703

#011fae color RGB value is (1,31,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011111 10101110
Octal 1 37 256
Decimal 1 31 174
Hex 1 1F AE

RGB Percentages of Color #011fae

%0.49
%15.05
%84.47

CMYK Percentages of Color #011fae

%99
%82
%0
%32

Triadic Colors of #011fae

#011fae #ae011f #1fae01

Analogous Colors of #011fae

#011fae #3a01ae #0176ae

Monochromatic Colors of #011fae

#011fae

Complementary Color

#011fae #ae9001

#011fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#011fae Color CSS Codes

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

#011fae Text Font Color

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

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


#011fae Background Color

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

This div background color is #011fae


#011fae Border Color

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

This div border color is #011fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011fae


Comments

No comments written yet.

Please login to write comment.