Color Hex Logo

#01334a Color Hex

#01334A
(1,51,74)
0 Favorites   0 Comments

Color spaces of #01334a

RGB 15174
HSL0.550.970.15
HSV199°99°29°
CMYK 0.990.310.00   0.71
XYZ2.43242.86856.9040
Yxy2.86850.19930.2350
Hunter Lab16.9366-4.0034-12.3131
CIE-Lab19.5094-5.7126-18.5293

#01334a color RGB value is (1,51,74).

#01334a hex color red value is 1, green value is 51 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #01334a hue: 0.55 , saturation: 0.97 and the lightness value of 01334a is 0.15.

The process color (four color CMYK) of #01334a color hex is 0.99, 0.31, 0.00, 0.71. Web safe color of #01334a is #003333. Color #01334a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110011 01001010
Octal 1 63 112
Decimal 1 51 74
Hex 1 33 4A

RGB Percentages of Color #01334a

%0.79
%40.48
%58.73

CMYK Percentages of Color #01334a

%99
%31
%0
%71

Triadic Colors of #01334a

#01334a #4a0133 #334a01

Analogous Colors of #01334a

#01334a #010f4a #014a3d

Monochromatic Colors of #01334a

#01334a

Complementary Color

#01334a #4a1801

#01334a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01334a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01334a Color CSS Codes

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

#01334a Text Font Color

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

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


#01334a Background Color

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

This div background color is #01334a


#01334a Border Color

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

This div border color is #01334a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,51,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01334a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01334a;
  -webkit-box-shadow: 1px 1px 3px 2px #01334a;
  box-shadow:         1px 1px 3px 2px #01334a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01334a


Comments

No comments written yet.

Please login to write comment.