Color Hex Logo

#012770 Color Hex

#012770
(1,39,112)
0 Favorites   0 Comments

Color spaces of #012770

RGB 139112
HSL0.610.980.22
HSV219°99°44°
CMYK 0.990.650.00   0.56
XYZ3.66272.627315.6433
Yxy2.62730.16700.1198
Hunter Lab16.208911.9696-45.8747
CIE-Lab18.484820.2435-45.2931

#012770 color RGB value is (1,39,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100111 01110000
Octal 1 47 160
Decimal 1 39 112
Hex 1 27 70

RGB Percentages of Color #012770

%0.66
%25.66
%73.68

CMYK Percentages of Color #012770

%99
%65
%0
%56

Triadic Colors of #012770

#012770 #700127 #277001

Analogous Colors of #012770

#012770 #130170 #015f70

Monochromatic Colors of #012770

#012770

Complementary Color

#012770 #704a01

#012770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012770 Color CSS Codes

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

#012770 Text Font Color

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

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


#012770 Background Color

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

This div background color is #012770


#012770 Border Color

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

This div border color is #012770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012770


Comments

No comments written yet.

Please login to write comment.