Color Hex Logo

#01053f Color Hex

#01053F
(1,5,63)
0 Favorites   0 Comments

Color spaces of #01053f

RGB 1563
HSL0.660.970.13
HSV236°98°25°
CMYK 0.980.920.00   0.75
XYZ0.96400.47394.7433
Yxy0.47390.15600.0767
Hunter Lab6.884012.9490-36.0337
CIE-Lab4.280720.8137-35.4059

#01053f color RGB value is (1,5,63).

#01053f hex color red value is 1, green value is 5 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #01053f hue: 0.66 , saturation: 0.97 and the lightness value of 01053f is 0.13.

The process color (four color CMYK) of #01053f color hex is 0.98, 0.92, 0.00, 0.75. Web safe color of #01053f is #000033. Color #01053f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000101 00111111
Octal 1 5 77
Decimal 1 5 63
Hex 1 5 3F

RGB Percentages of Color #01053f

%1.45
%7.25
%91.30

CMYK Percentages of Color #01053f

%98
%92
%0
%75

Triadic Colors of #01053f

#01053f #3f0105 #053f01

Analogous Colors of #01053f

#01053f #1c013f #01243f

Monochromatic Colors of #01053f

#01053f

Complementary Color

#01053f #3f3b01

#01053f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01053f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01053f Color CSS Codes

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

#01053f Text Font Color

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

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


#01053f Background Color

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

This div background color is #01053f


#01053f Border Color

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

This div border color is #01053f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01053f


Comments

No comments written yet.

Please login to write comment.