Color Hex Logo

#012834 Color Hex

#012834
(1,40,52)
0 Favorites   0 Comments

Color spaces of #012834

RGB 14052
HSL0.540.960.10
HSV194°98°20°
CMYK 0.980.230.00   0.80
XYZ1.39111.77203.5175
Yxy1.77200.20820.2652
Hunter Lab13.3116-4.6417-6.3488
CIE-Lab14.2421-8.0493-11.5557

#012834 color RGB value is (1,40,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101000 00110100
Octal 1 50 64
Decimal 1 40 52
Hex 1 28 34

RGB Percentages of Color #012834

%1.08
%43.01
%55.91

CMYK Percentages of Color #012834

%98
%23
%0
%80

Triadic Colors of #012834

#012834 #340128 #283401

Analogous Colors of #012834

#012834 #010f34 #013427

Monochromatic Colors of #012834

#012834

Complementary Color

#012834 #340d01

#012834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012834 Color CSS Codes

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

#012834 Text Font Color

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

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


#012834 Background Color

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

This div background color is #012834


#012834 Border Color

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

This div border color is #012834


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,40,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 #012834">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012834


Comments

No comments written yet.

Please login to write comment.