Color Hex Logo

#011ab7 Color Hex

#011AB7
(1,26,183)
0 Favorites   0 Comments

Color spaces of #011ab7

RGB 126183
HSL0.640.990.36
HSV232°99°72°
CMYK 0.990.860.00   0.28
XYZ8.92924.164145.1329
Yxy4.16410.15340.0715
Hunter Lab20.406142.3963-116.8494
CIE-Lab24.206753.9928-79.7999

#011ab7 color RGB value is (1,26,183).

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

The process color (four color CMYK) of #011ab7 color hex is 0.99, 0.86, 0.00, 0.28. Web safe color of #011ab7 is #0033cc. Color #011ab7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011010 10110111
Octal 1 32 267
Decimal 1 26 183
Hex 1 1A B7

RGB Percentages of Color #011ab7

%0.48
%12.38
%87.14

CMYK Percentages of Color #011ab7

%99
%86
%0
%28

Triadic Colors of #011ab7

#011ab7 #b7011a #1ab701

Analogous Colors of #011ab7

#011ab7 #4301b7 #0175b7

Monochromatic Colors of #011ab7

#011ab7

Complementary Color

#011ab7 #b79e01

#011ab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011ab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011ab7 Color CSS Codes

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

#011ab7 Text Font Color

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

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


#011ab7 Background Color

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

This div background color is #011ab7


#011ab7 Border Color

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

This div border color is #011ab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011ab7


Comments

No comments written yet.

Please login to write comment.