Color Hex Logo

#012346 Color Hex

#012346
(1,35,70)
0 Favorites   0 Comments

Color spaces of #012346

RGB 13570
HSL0.580.970.14
HSV210°99°27°
CMYK 0.990.500.00   0.73
XYZ1.71901.65076.0224
Yxy1.65070.18300.1758
Hunter Lab12.84801.3986-18.7982
CIE-Lab13.53573.9358-25.2784

#012346 color RGB value is (1,35,70).

#012346 hex color red value is 1, green value is 35 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #012346 hue: 0.58 , saturation: 0.97 and the lightness value of 012346 is 0.14.

The process color (four color CMYK) of #012346 color hex is 0.99, 0.50, 0.00, 0.73. Web safe color of #012346 is #003333. Color #012346 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100011 01000110
Octal 1 43 106
Decimal 1 35 70
Hex 1 23 46

RGB Percentages of Color #012346

%0.94
%33.02
%66.04

CMYK Percentages of Color #012346

%99
%50
%0
%73

Triadic Colors of #012346

#012346 #460123 #234601

Analogous Colors of #012346

#012346 #020146 #014646

Monochromatic Colors of #012346

#012346

Complementary Color

#012346 #462401

#012346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012346 Color CSS Codes

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

#012346 Text Font Color

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

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


#012346 Background Color

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

This div background color is #012346


#012346 Border Color

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

This div border color is #012346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012346


Comments

No comments written yet.

Please login to write comment.