Color Hex Logo

#012378 Color Hex

#012378
(1,35,120)
0 Favorites   0 Comments

Color spaces of #012378

RGB 135120
HSL0.620.980.24
HSV223°99°47°
CMYK 0.990.710.00   0.53
XYZ4.00372.564618.0533
Yxy2.56460.16260.1042
Hunter Lab16.014416.6011-55.6287
CIE-Lab18.208326.5219-50.8944

#012378 color RGB value is (1,35,120).

#012378 hex color red value is 1, green value is 35 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #012378 hue: 0.62 , saturation: 0.98 and the lightness value of 012378 is 0.24.

The process color (four color CMYK) of #012378 color hex is 0.99, 0.71, 0.00, 0.53. Web safe color of #012378 is #003366. Color #012378 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100011 01111000
Octal 1 43 170
Decimal 1 35 120
Hex 1 23 78

RGB Percentages of Color #012378

%0.64
%22.44
%76.92

CMYK Percentages of Color #012378

%99
%71
%0
%53

Triadic Colors of #012378

#012378 #780123 #237801

Analogous Colors of #012378

#012378 #1a0178 #015f78

Monochromatic Colors of #012378

#012378

Complementary Color

#012378 #785601

#012378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012378 Color CSS Codes

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

#012378 Text Font Color

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

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


#012378 Background Color

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

This div background color is #012378


#012378 Border Color

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

This div border color is #012378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012378


Comments

No comments written yet.

Please login to write comment.