Color Hex Logo

#011979 Color Hex

#011979
(1,25,121)
0 Favorites   0 Comments

Color spaces of #011979

RGB 125121
HSL0.630.980.24
HSV228°99°47°
CMYK 0.990.790.00   0.53
XYZ3.81132.082218.2902
Yxy2.08220.15760.0861
Hunter Lab14.429821.8944-65.0508
CIE-Lab15.912833.5834-55.3305

#011979 color RGB value is (1,25,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011001 01111001
Octal 1 31 171
Decimal 1 25 121
Hex 1 19 79

RGB Percentages of Color #011979

%0.68
%17.01
%82.31

CMYK Percentages of Color #011979

%99
%79
%0
%53

Triadic Colors of #011979

#011979 #790119 #197901

Analogous Colors of #011979

#011979 #250179 #015579

Monochromatic Colors of #011979

#011979

Complementary Color

#011979 #796101

#011979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011979 Color CSS Codes

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

#011979 Text Font Color

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

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


#011979 Background Color

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

This div background color is #011979


#011979 Border Color

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

This div border color is #011979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011979


Comments

No comments written yet.

Please login to write comment.