Color Hex Logo

#01295d Color Hex

#01295D
(1,41,93)
0 Favorites   0 Comments

Color spaces of #01295d

RGB 14193
HSL0.590.980.18
HSV214°99°36°
CMYK 0.990.560.00   0.64
XYZ2.78122.382610.6692
Yxy2.38260.17570.1505
Hunter Lab15.43575.1497-30.1765
CIE-Lab17.379110.2003-34.6547

#01295d color RGB value is (1,41,93).

#01295d hex color red value is 1, green value is 41 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #01295d hue: 0.59 , saturation: 0.98 and the lightness value of 01295d is 0.18.

The process color (four color CMYK) of #01295d color hex is 0.99, 0.56, 0.00, 0.64. Web safe color of #01295d is #003366. Color #01295d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101001 01011101
Octal 1 51 135
Decimal 1 41 93
Hex 1 29 5D

RGB Percentages of Color #01295d

%0.74
%30.37
%68.89

CMYK Percentages of Color #01295d

%99
%56
%0
%64

Triadic Colors of #01295d

#01295d #5d0129 #295d01

Analogous Colors of #01295d

#01295d #07015d #01575d

Monochromatic Colors of #01295d

#01295d

Complementary Color

#01295d #5d3501

#01295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01295d Color CSS Codes

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

#01295d Text Font Color

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

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


#01295d Background Color

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

This div background color is #01295d


#01295d Border Color

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

This div border color is #01295d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,41,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01295d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01295d;
  -webkit-box-shadow: 1px 1px 3px 2px #01295d;
  box-shadow:         1px 1px 3px 2px #01295d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01295d


Comments

No comments written yet.

Please login to write comment.