Color Hex Logo

#01157f Color Hex

#01157F
(1,21,127)
0 Favorites   0 Comments

Color spaces of #01157f

RGB 121127
HSL0.640.980.25
HSV230°99°50°
CMYK 0.990.830.00   0.50
XYZ4.11142.075120.2625
Yxy2.07510.15540.0785
Hunter Lab14.405225.7367-73.3142
CIE-Lab15.876538.1187-59.2251

#01157f color RGB value is (1,21,127).

#01157f hex color red value is 1, green value is 21 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #01157f hue: 0.64 , saturation: 0.98 and the lightness value of 01157f is 0.25.

The process color (four color CMYK) of #01157f color hex is 0.99, 0.83, 0.00, 0.50. Web safe color of #01157f is #000066. Color #01157f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010101 01111111
Octal 1 25 177
Decimal 1 21 127
Hex 1 15 7F

RGB Percentages of Color #01157f

%0.67
%14.09
%85.23

CMYK Percentages of Color #01157f

%99
%83
%0
%50

Triadic Colors of #01157f

#01157f #7f0115 #157f01

Analogous Colors of #01157f

#01157f #2c017f #01547f

Monochromatic Colors of #01157f

#01157f

Complementary Color

#01157f #7f6b01

#01157f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01157f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01157f Color CSS Codes

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

#01157f Text Font Color

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

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


#01157f Background Color

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

This div background color is #01157f


#01157f Border Color

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

This div border color is #01157f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,21,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01157f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01157f;
  -webkit-box-shadow: 1px 1px 3px 2px #01157f;
  box-shadow:         1px 1px 3px 2px #01157f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01157f


Comments

No comments written yet.

Please login to write comment.