Color Hex Logo

#012962 Color Hex

#012962
(1,41,98)
0 Favorites   0 Comments

Color spaces of #012962

RGB 14198
HSL0.600.980.19
HSV215°99°38°
CMYK 0.990.580.00   0.62
XYZ3.01012.474211.8742
Yxy2.47420.17340.1425
Hunter Lab15.72966.6319-33.7471
CIE-Lab17.801512.4957-37.2746

#012962 color RGB value is (1,41,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101001 01100010
Octal 1 51 142
Decimal 1 41 98
Hex 1 29 62

RGB Percentages of Color #012962

%0.71
%29.29
%70.00

CMYK Percentages of Color #012962

%99
%58
%0
%62

Triadic Colors of #012962

#012962 #620129 #296201

Analogous Colors of #012962

#012962 #090162 #015a62

Monochromatic Colors of #012962

#012962

Complementary Color

#012962 #623a01

#012962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012962 Color CSS Codes

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

#012962 Text Font Color

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

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


#012962 Background Color

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

This div background color is #012962


#012962 Border Color

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

This div border color is #012962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012962


Comments

No comments written yet.

Please login to write comment.