Color Hex Logo

#012470 Color Hex

#012470
(1,36,112)
0 Favorites   0 Comments

Color spaces of #012470

RGB 136112
HSL0.610.980.22
HSV221°99°44°
CMYK 0.990.680.00   0.56
XYZ3.56802.438115.6118
Yxy2.43810.16500.1128
Hunter Lab15.614413.4632-48.3500
CIE-Lab17.636322.4326-46.6857

#012470 color RGB value is (1,36,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100100 01110000
Octal 1 44 160
Decimal 1 36 112
Hex 1 24 70

RGB Percentages of Color #012470

%0.67
%24.16
%75.17

CMYK Percentages of Color #012470

%99
%68
%0
%56

Triadic Colors of #012470

#012470 #700124 #247001

Analogous Colors of #012470

#012470 #160170 #015c70

Monochromatic Colors of #012470

#012470

Complementary Color

#012470 #704d01

#012470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012470 Color CSS Codes

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

#012470 Text Font Color

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

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


#012470 Background Color

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

This div background color is #012470


#012470 Border Color

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

This div border color is #012470


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,36,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 #012470">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012470


Comments

No comments written yet.

Please login to write comment.