Color Hex Logo

#01276c Color Hex

#01276C
(1,39,108)
0 Favorites   0 Comments

Color spaces of #01276c

RGB 139108
HSL0.610.980.21
HSV219°99°42°
CMYK 0.990.640.00   0.58
XYZ3.44482.540214.4961
Yxy2.54020.16820.1240
Hunter Lab15.938010.6890-42.7695
CIE-Lab18.099418.4868-43.3317

#01276c color RGB value is (1,39,108).

#01276c hex color red value is 1, green value is 39 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #01276c hue: 0.61 , saturation: 0.98 and the lightness value of 01276c is 0.21.

The process color (four color CMYK) of #01276c color hex is 0.99, 0.64, 0.00, 0.58. Web safe color of #01276c is #003366. Color #01276c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100111 01101100
Octal 1 47 154
Decimal 1 39 108
Hex 1 27 6C

RGB Percentages of Color #01276c

%0.68
%26.35
%72.97

CMYK Percentages of Color #01276c

%99
%64
%0
%58

Triadic Colors of #01276c

#01276c #6c0127 #276c01

Analogous Colors of #01276c

#01276c #11016c #015d6c

Monochromatic Colors of #01276c

#01276c

Complementary Color

#01276c #6c4601

#01276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01276c Color CSS Codes

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

#01276c Text Font Color

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

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


#01276c Background Color

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

This div background color is #01276c


#01276c Border Color

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

This div border color is #01276c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01276c


Comments

No comments written yet.

Please login to write comment.