Color Hex Logo

#012634 Color Hex

#012634
(1,38,52)
0 Favorites   0 Comments

Color spaces of #012634

RGB 13852
HSL0.550.960.10
HSV196°98°20°
CMYK 0.980.270.00   0.80
XYZ1.32551.64063.4956
Yxy1.64060.20510.2539
Hunter Lab12.8086-3.9429-7.2149
CIE-Lab13.4753-6.6977-12.7453

#012634 color RGB value is (1,38,52).

#012634 hex color red value is 1, green value is 38 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #012634 hue: 0.55 , saturation: 0.96 and the lightness value of 012634 is 0.10.

The process color (four color CMYK) of #012634 color hex is 0.98, 0.27, 0.00, 0.80. Web safe color of #012634 is #003333. Color #012634 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100110 00110100
Octal 1 46 64
Decimal 1 38 52
Hex 1 26 34

RGB Percentages of Color #012634

%1.10
%41.76
%57.14

CMYK Percentages of Color #012634

%98
%27
%0
%80

Triadic Colors of #012634

#012634 #340126 #263401

Analogous Colors of #012634

#012634 #010d34 #013429

Monochromatic Colors of #012634

#012634

Complementary Color

#012634 #340f01

#012634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012634 Color CSS Codes

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

#012634 Text Font Color

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

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


#012634 Background Color

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

This div background color is #012634


#012634 Border Color

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

This div border color is #012634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012634


Comments

No comments written yet.

Please login to write comment.