Color Hex Logo

#010636 Color Hex

#010636
(1,6,54)
0 Favorites   0 Comments

Color spaces of #010636

RGB 1654
HSL0.650.960.11
HSV234°98°21°
CMYK 0.980.890.00   0.79
XYZ0.74350.40303.5286
Yxy0.40300.15900.0862
Hunter Lab6.34829.7964-28.5120
CIE-Lab3.640314.7659-29.9017

#010636 color RGB value is (1,6,54).

#010636 hex color red value is 1, green value is 6 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #010636 hue: 0.65 , saturation: 0.96 and the lightness value of 010636 is 0.11.

The process color (four color CMYK) of #010636 color hex is 0.98, 0.89, 0.00, 0.79. Web safe color of #010636 is #000033. Color #010636 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000110 00110110
Octal 1 6 66
Decimal 1 6 54
Hex 1 6 36

RGB Percentages of Color #010636

%1.64
%9.84
%88.52

CMYK Percentages of Color #010636

%98
%89
%0
%79

Triadic Colors of #010636

#010636 #360106 #063601

Analogous Colors of #010636

#010636 #160136 #012136

Monochromatic Colors of #010636

#010636

Complementary Color

#010636 #363101

#010636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010636 Color CSS Codes

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

#010636 Text Font Color

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

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


#010636 Background Color

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

This div background color is #010636


#010636 Border Color

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

This div border color is #010636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010636


Comments

No comments written yet.

Please login to write comment.