Color Hex Logo

#01053b Color Hex

#01053B
(1,5,59)
0 Favorites   0 Comments

Color spaces of #01053b

RGB 1559
HSL0.660.970.12
HSV236°98°23°
CMYK 0.980.920.00   0.77
XYZ0.85620.43084.1757
Yxy0.43080.15670.0789
Hunter Lab6.563511.7988-33.1256
CIE-Lab3.891418.2970-33.1500

#01053b color RGB value is (1,5,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000101 00111011
Octal 1 5 73
Decimal 1 5 59
Hex 1 5 3B

RGB Percentages of Color #01053b

%1.54
%7.69
%90.77

CMYK Percentages of Color #01053b

%98
%92
%0
%77

Triadic Colors of #01053b

#01053b #3b0105 #053b01

Analogous Colors of #01053b

#01053b #1a013b #01223b

Monochromatic Colors of #01053b

#01053b

Complementary Color

#01053b #3b3701

#01053b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01053b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01053b Color CSS Codes

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

#01053b Text Font Color

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

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


#01053b Background Color

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

This div background color is #01053b


#01053b Border Color

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

This div border color is #01053b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01053b

#01053b Color Palettes


Comments

No comments written yet.

Please login to write comment.