Color Hex Logo

#011259 Color Hex

#011259
(1,18,89)
0 Favorites   0 Comments

Color spaces of #011259

RGB 11889
HSL0.630.980.18
HSV228°99°35°
CMYK 0.990.800.00   0.65
XYZ2.03201.16039.5681
Yxy1.16030.15920.0909
Hunter Lab10.771714.8221-45.1248
CIE-Lab10.261225.5760-43.6391

#011259 color RGB value is (1,18,89).

#011259 hex color red value is 1, green value is 18 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #011259 hue: 0.63 , saturation: 0.98 and the lightness value of 011259 is 0.18.

The process color (four color CMYK) of #011259 color hex is 0.99, 0.80, 0.00, 0.65. Web safe color of #011259 is #000066. Color #011259 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010010 01011001
Octal 1 22 131
Decimal 1 18 89
Hex 1 12 59

RGB Percentages of Color #011259

%0.93
%16.67
%82.41

CMYK Percentages of Color #011259

%99
%80
%0
%65

Triadic Colors of #011259

#011259 #590112 #125901

Analogous Colors of #011259

#011259 #1c0159 #013e59

Monochromatic Colors of #011259

#011259

Complementary Color

#011259 #594801

#011259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011259 Color CSS Codes

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

#011259 Text Font Color

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

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


#011259 Background Color

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

This div background color is #011259


#011259 Border Color

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

This div border color is #011259


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,18,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #011259; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #011259;
  -webkit-box-shadow: 1px 1px 3px 2px #011259;
  box-shadow:         1px 1px 3px 2px #011259; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011259


Comments

No comments written yet.

Please login to write comment.