Color Hex Logo

#001240 Color Hex

#001240
(0,18,64)
0 Favorites   0 Comments

Color spaces of #001240

RGB 01864
HSL0.621.000.13
HSV223°100°25°
CMYK 1.000.720.00   0.75
XYZ1.14170.80284.9453
Yxy0.80280.16570.1165
Hunter Lab8.95997.0652-26.4524
CIE-Lab7.251614.2869-31.2687

#001240 color RGB value is (0,18,64).

#001240 hex color red value is 0, green value is 18 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #001240 hue: 0.62 , saturation: 1.00 and the lightness value of 001240 is 0.13.

The process color (four color CMYK) of #001240 color hex is 1.00, 0.72, 0.00, 0.75. Web safe color of #001240 is #000033. Color #001240 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010010 01000000
Octal 0 22 100
Decimal 0 18 64
Hex 0 12 40

RGB Percentages of Color #001240

%0.00
%21.95
%78.05

CMYK Percentages of Color #001240

%100
%72
%0
%75

Triadic Colors of #001240

#001240 #400012 #124000

Analogous Colors of #001240

#001240 #0e0040 #003240

Monochromatic Colors of #001240

#001240

Complementary Color

#001240 #402e00

#001240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001240 Color CSS Codes

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

#001240 Text Font Color

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

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


#001240 Background Color

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

This div background color is #001240


#001240 Border Color

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

This div border color is #001240


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,18,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001240; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001240;
  -webkit-box-shadow: 1px 1px 3px 2px #001240;
  box-shadow:         1px 1px 3px 2px #001240; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,18,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001240


Comments

No comments written yet.

Please login to write comment.