Color Hex Logo

#012660 Color Hex

#012660
(1,38,96)
0 Favorites   0 Comments

Color spaces of #012660

RGB 13896
HSL0.600.980.19
HSV217°99°38°
CMYK 0.990.600.00   0.62
XYZ2.81702.237211.3497
Yxy2.23720.17170.1364
Hunter Lab14.95737.4428-34.5196
CIE-Lab16.685813.8469-37.7701

#012660 color RGB value is (1,38,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100110 01100000
Octal 1 46 140
Decimal 1 38 96
Hex 1 26 60

RGB Percentages of Color #012660

%0.74
%28.15
%71.11

CMYK Percentages of Color #012660

%99
%60
%0
%62

Triadic Colors of #012660

#012660 #600126 #266001

Analogous Colors of #012660

#012660 #0c0160 #015660

Monochromatic Colors of #012660

#012660

Complementary Color

#012660 #603b01

#012660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012660 Color CSS Codes

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

#012660 Text Font Color

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

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


#012660 Background Color

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

This div background color is #012660


#012660 Border Color

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

This div border color is #012660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012660


Comments

No comments written yet.

Please login to write comment.