Color Hex Logo

#012696 Color Hex

#012696
(1,38,150)
0 Favorites   0 Comments

Color spaces of #012696

RGB 138150
HSL0.630.990.30
HSV225°99°59°
CMYK 0.990.750.00   0.41
XYZ6.21073.594729.2207
Yxy3.59470.15910.0921
Hunter Lab18.959725.2925-78.1060
CIE-Lab22.283636.3745-62.9990

#012696 color RGB value is (1,38,150).

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

The process color (four color CMYK) of #012696 color hex is 0.99, 0.75, 0.00, 0.41. Web safe color of #012696 is #003399. Color #012696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100110 10010110
Octal 1 46 226
Decimal 1 38 150
Hex 1 26 96

RGB Percentages of Color #012696

%0.53
%20.11
%79.37

CMYK Percentages of Color #012696

%99
%75
%0
%41

Triadic Colors of #012696

#012696 #960126 #269601

Analogous Colors of #012696

#012696 #270196 #017196

Monochromatic Colors of #012696

#012696

Complementary Color

#012696 #967101

#012696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012696 Color CSS Codes

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

#012696 Text Font Color

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

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


#012696 Background Color

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

This div background color is #012696


#012696 Border Color

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

This div border color is #012696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012696


Comments

No comments written yet.

Please login to write comment.