Color Hex Logo

#011552 Color Hex

#011552
(1,21,82)
0 Favorites   0 Comments

Color spaces of #011552

RGB 12182
HSL0.630.980.16
HSV225°99°32°
CMYK 0.990.740.00   0.68
XYZ1.80371.15208.1099
Yxy1.15200.16300.1041
Hunter Lab10.733111.2139-37.2861
CIE-Lab10.198420.4417-38.9792

#011552 color RGB value is (1,21,82).

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

The process color (four color CMYK) of #011552 color hex is 0.99, 0.74, 0.00, 0.68. Web safe color of #011552 is #000066. Color #011552 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010101 01010010
Octal 1 25 122
Decimal 1 21 82
Hex 1 15 52

RGB Percentages of Color #011552

%0.96
%20.19
%78.85

CMYK Percentages of Color #011552

%99
%74
%0
%68

Triadic Colors of #011552

#011552 #520115 #155201

Analogous Colors of #011552

#011552 #150152 #013e52

Monochromatic Colors of #011552

#011552

Complementary Color

#011552 #523e01

#011552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011552 Color CSS Codes

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

#011552 Text Font Color

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

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


#011552 Background Color

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

This div background color is #011552


#011552 Border Color

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

This div border color is #011552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011552


Comments

No comments written yet.

Please login to write comment.