Color Hex Logo

#012462 Color Hex

#012462
(1,36,98)
0 Favorites   0 Comments

Color spaces of #012462

RGB 13698
HSL0.610.980.19
HSV218°99°38°
CMYK 0.990.630.00   0.62
XYZ2.84802.150011.8202
Yxy2.15000.16930.1278
Hunter Lab14.66299.0104-37.5315
CIE-Lab16.255516.2672-39.7950

#012462 color RGB value is (1,36,98).

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

The process color (four color CMYK) of #012462 color hex is 0.99, 0.63, 0.00, 0.62. Web safe color of #012462 is #003366. Color #012462 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100100 01100010
Octal 1 44 142
Decimal 1 36 98
Hex 1 24 62

RGB Percentages of Color #012462

%0.74
%26.67
%72.59

CMYK Percentages of Color #012462

%99
%63
%0
%62

Triadic Colors of #012462

#012462 #620124 #246201

Analogous Colors of #012462

#012462 #0f0162 #015562

Monochromatic Colors of #012462

#012462

Complementary Color

#012462 #623f01

#012462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012462 Color CSS Codes

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

#012462 Text Font Color

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

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


#012462 Background Color

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

This div background color is #012462


#012462 Border Color

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

This div border color is #012462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012462


Comments

No comments written yet.

Please login to write comment.