Color Hex Logo

#01264d Color Hex

#01264D
(1,38,77)
0 Favorites   0 Comments

Color spaces of #01264d

RGB 13877
HSL0.590.970.15
HSV211°99°30°
CMYK 0.990.510.00   0.70
XYZ2.04521.92857.2856
Yxy1.92850.18160.1713
Hunter Lab13.88701.9861-21.3846
CIE-Lab15.10754.9869-27.5619

#01264d color RGB value is (1,38,77).

#01264d hex color red value is 1, green value is 38 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #01264d hue: 0.59 , saturation: 0.97 and the lightness value of 01264d is 0.15.

The process color (four color CMYK) of #01264d color hex is 0.99, 0.51, 0.00, 0.70. Web safe color of #01264d is #003366. Color #01264d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100110 01001101
Octal 1 46 115
Decimal 1 38 77
Hex 1 26 4D

RGB Percentages of Color #01264d

%0.86
%32.76
%66.38

CMYK Percentages of Color #01264d

%99
%51
%0
%70

Triadic Colors of #01264d

#01264d #4d0126 #264d01

Analogous Colors of #01264d

#01264d #02014d #014c4d

Monochromatic Colors of #01264d

#01264d

Complementary Color

#01264d #4d2801

#01264d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01264d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01264d Color CSS Codes

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

#01264d Text Font Color

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

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


#01264d Background Color

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

This div background color is #01264d


#01264d Border Color

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

This div border color is #01264d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01264d


Comments

No comments written yet.

Please login to write comment.