Color Hex Logo

#01264c Color Hex

#01264C
(1,38,76)
0 Favorites   0 Comments

Color spaces of #01264c

RGB 13876
HSL0.580.970.15
HSV210°99°30°
CMYK 0.990.500.00   0.70
XYZ2.01011.91457.1011
Yxy1.91450.18230.1736
Hunter Lab13.83651.7176-20.7428
CIE-Lab15.03204.5119-27.0007

#01264c color RGB value is (1,38,76).

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

The process color (four color CMYK) of #01264c color hex is 0.99, 0.50, 0.00, 0.70. Web safe color of #01264c is #003333. Color #01264c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100110 01001100
Octal 1 46 114
Decimal 1 38 76
Hex 1 26 4C

RGB Percentages of Color #01264c

%0.87
%33.04
%66.09

CMYK Percentages of Color #01264c

%99
%50
%0
%70

Triadic Colors of #01264c

#01264c #4c0126 #264c01

Analogous Colors of #01264c

#01264c #01014c #014c4c

Monochromatic Colors of #01264c

#01264c

Complementary Color

#01264c #4c2701

#01264c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01264c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01264c Color CSS Codes

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

#01264c Text Font Color

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

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


#01264c Background Color

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

This div background color is #01264c


#01264c Border Color

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

This div border color is #01264c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01264c


Comments

No comments written yet.

Please login to write comment.