Color Hex Logo

#01034f Color Hex

#01034F
(1,3,79)
0 Favorites   0 Comments

Color spaces of #01034f

RGB 1379
HSL0.660.980.16
HSV238°99°31°
CMYK 0.990.960.00   0.69
XYZ1.45640.63617.4432
Yxy0.63610.15270.0667
Hunter Lab7.975618.6381-49.7494
CIE-Lab5.745830.4572-44.2839

#01034f color RGB value is (1,3,79).

#01034f hex color red value is 1, green value is 3 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #01034f hue: 0.66 , saturation: 0.98 and the lightness value of 01034f is 0.16.

The process color (four color CMYK) of #01034f color hex is 0.99, 0.96, 0.00, 0.69. Web safe color of #01034f is #000066. Color #01034f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000011 01001111
Octal 1 3 117
Decimal 1 3 79
Hex 1 3 4F

RGB Percentages of Color #01034f

%1.20
%3.61
%95.18

CMYK Percentages of Color #01034f

%99
%96
%0
%69

Triadic Colors of #01034f

#01034f #4f0103 #034f01

Analogous Colors of #01034f

#01034f #26014f #012a4f

Monochromatic Colors of #01034f

#01034f

Complementary Color

#01034f #4f4d01

#01034f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01034f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01034f Color CSS Codes

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

#01034f Text Font Color

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

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


#01034f Background Color

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

This div background color is #01034f


#01034f Border Color

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

This div border color is #01034f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01034f


Comments

No comments written yet.

Please login to write comment.