Color Hex Logo

#012290 Color Hex

#012290
(1,34,144)
0 Favorites   0 Comments

Color spaces of #012290

RGB 134144
HSL0.630.990.28
HSV226°99°56°
CMYK 0.990.760.00   0.44
XYZ5.61863.164126.7002
Yxy3.16410.15830.0892
Hunter Lab17.787925.2532-76.5445
CIE-Lab20.689536.6308-61.9261

#012290 color RGB value is (1,34,144).

#012290 hex color red value is 1, green value is 34 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #012290 hue: 0.63 , saturation: 0.99 and the lightness value of 012290 is 0.28.

The process color (four color CMYK) of #012290 color hex is 0.99, 0.76, 0.00, 0.44. Web safe color of #012290 is #003399. Color #012290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100010 10010000
Octal 1 42 220
Decimal 1 34 144
Hex 1 22 90

RGB Percentages of Color #012290

%0.56
%18.99
%80.45

CMYK Percentages of Color #012290

%99
%76
%0
%44

Triadic Colors of #012290

#012290 #900122 #229001

Analogous Colors of #012290

#012290 #270190 #016a90

Monochromatic Colors of #012290

#012290

Complementary Color

#012290 #906f01

#012290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012290 Color CSS Codes

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

#012290 Text Font Color

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

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


#012290 Background Color

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

This div background color is #012290


#012290 Border Color

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

This div border color is #012290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012290


Comments

No comments written yet.

Please login to write comment.