Color Hex Logo

#01415a Color Hex

#01415A
(1,65,90)
1 Favorites   0 Comments

Color spaces of #01415a

RGB 16590
HSL0.550.980.18
HSV197°99°35°
CMYK 0.990.280.00   0.65
XYZ3.74834.525210.3488
Yxy4.52520.20130.2430
Hunter Lab21.2725-5.7745-13.9530
CIE-Lab25.3368-7.9855-20.0021

#01415a color RGB value is (1,65,90).

#01415a hex color red value is 1, green value is 65 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #01415a hue: 0.55 , saturation: 0.98 and the lightness value of 01415a is 0.18.

The process color (four color CMYK) of #01415a color hex is 0.99, 0.28, 0.00, 0.65. Web safe color of #01415a is #003366. Color #01415a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000001 01011010
Octal 1 101 132
Decimal 1 65 90
Hex 1 41 5A

RGB Percentages of Color #01415a

%0.64
%41.67
%57.69

CMYK Percentages of Color #01415a

%99
%28
%0
%65

Triadic Colors of #01415a

#01415a #5a0141 #415a01

Analogous Colors of #01415a

#01415a #01155a #015a46

Monochromatic Colors of #01415a

#01415a

Complementary Color

#01415a #5a1a01

#01415a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01415a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01415a Color CSS Codes

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

#01415a Text Font Color

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

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


#01415a Background Color

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

This div background color is #01415a


#01415a Border Color

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

This div border color is #01415a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01415a


Comments

No comments written yet.

Please login to write comment.