Color Hex Logo

#011355 Color Hex

#011355
(1,19,85)
0 Favorites   0 Comments

Color spaces of #011355

RGB 11985
HSL0.630.980.17
HSV227°99°33°
CMYK 0.990.780.00   0.67
XYZ1.88511.12818.7127
Yxy1.12810.16080.0962
Hunter Lab10.621213.0939-41.2014
CIE-Lab10.016023.2049-41.3290

#011355 color RGB value is (1,19,85).

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

The process color (four color CMYK) of #011355 color hex is 0.99, 0.78, 0.00, 0.67. Web safe color of #011355 is #000066. Color #011355 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010011 01010101
Octal 1 23 125
Decimal 1 19 85
Hex 1 13 55

RGB Percentages of Color #011355

%0.95
%18.10
%80.95

CMYK Percentages of Color #011355

%99
%78
%0
%67

Triadic Colors of #011355

#011355 #550113 #135501

Analogous Colors of #011355

#011355 #190155 #013d55

Monochromatic Colors of #011355

#011355

Complementary Color

#011355 #554301

#011355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011355 Color CSS Codes

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

#011355 Text Font Color

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

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


#011355 Background Color

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

This div background color is #011355


#011355 Border Color

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

This div border color is #011355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011355


Comments

No comments written yet.

Please login to write comment.