Color Hex Logo

#012e99 Color Hex

#012E99
(1,46,153)
0 Favorites   0 Comments

Color spaces of #012e99

RGB 146153
HSL0.620.990.30
HSV222°99°60°
CMYK 0.990.700.00   0.40
XYZ6.73934.260430.6041
Yxy4.26040.16200.1024
Hunter Lab20.640722.1598-73.4610
CIE-Lab24.514332.3179-61.1574

#012e99 color RGB value is (1,46,153).

#012e99 hex color red value is 1, green value is 46 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #012e99 hue: 0.62 , saturation: 0.99 and the lightness value of 012e99 is 0.30.

The process color (four color CMYK) of #012e99 color hex is 0.99, 0.70, 0.00, 0.40. Web safe color of #012e99 is #003399. Color #012e99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101110 10011001
Octal 1 56 231
Decimal 1 46 153
Hex 1 2E 99

RGB Percentages of Color #012e99

%0.50
%23.00
%76.50

CMYK Percentages of Color #012e99

%99
%70
%0
%40

Triadic Colors of #012e99

#012e99 #99012e #2e9901

Analogous Colors of #012e99

#012e99 #200199 #017a99

Monochromatic Colors of #012e99

#012e99

Complementary Color

#012e99 #996c01

#012e99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012e99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012e99 Color CSS Codes

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

#012e99 Text Font Color

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

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


#012e99 Background Color

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

This div background color is #012e99


#012e99 Border Color

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

This div border color is #012e99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,46,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012e99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012e99;
  -webkit-box-shadow: 1px 1px 3px 2px #012e99;
  box-shadow:         1px 1px 3px 2px #012e99; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012e99


Comments

No comments written yet.

Please login to write comment.