Color Hex Logo

#011878 Color Hex

#011878
(1,24,120)
0 Favorites   0 Comments

Color spaces of #011878

RGB 124120
HSL0.630.980.24
HSV228°99°47°
CMYK 0.990.800.00   0.53
XYZ3.72932.015817.9618
Yxy2.01580.15730.0850
Hunter Lab14.197922.0396-65.0695
CIE-Lab15.569933.8251-55.2573

#011878 color RGB value is (1,24,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011000 01111000
Octal 1 30 170
Decimal 1 24 120
Hex 1 18 78

RGB Percentages of Color #011878

%0.69
%16.55
%82.76

CMYK Percentages of Color #011878

%99
%80
%0
%53

Triadic Colors of #011878

#011878 #780118 #187801

Analogous Colors of #011878

#011878 #250178 #015478

Monochromatic Colors of #011878

#011878

Complementary Color

#011878 #786101

#011878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011878 Color CSS Codes

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

#011878 Text Font Color

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

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


#011878 Background Color

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

This div background color is #011878


#011878 Border Color

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

This div border color is #011878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011878


Comments

No comments written yet.

Please login to write comment.