Color Hex Logo

#01242e Color Hex

#01242E
(1,36,46)
0 Favorites   0 Comments

Color spaces of #01242e

RGB 13646
HSL0.540.960.09
HSV193°98°18°
CMYK 0.980.220.00   0.82
XYZ1.13651.46552.8077
Yxy1.46550.21010.2709
Hunter Lab12.1058-4.4274-5.2771
CIE-Lab12.3870-8.0226-10.1441

#01242e color RGB value is (1,36,46).

#01242e hex color red value is 1, green value is 36 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #01242e hue: 0.54 , saturation: 0.96 and the lightness value of 01242e is 0.09.

The process color (four color CMYK) of #01242e color hex is 0.98, 0.22, 0.00, 0.82. Web safe color of #01242e is #003333. Color #01242e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100100 00101110
Octal 1 44 56
Decimal 1 36 46
Hex 1 24 2E

RGB Percentages of Color #01242e

%1.20
%43.37
%55.42

CMYK Percentages of Color #01242e

%98
%22
%0
%82

Triadic Colors of #01242e

#01242e #2e0124 #242e01

Analogous Colors of #01242e

#01242e #010e2e #012e22

Monochromatic Colors of #01242e

#01242e

Complementary Color

#01242e #2e0b01

#01242e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01242e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01242e Color CSS Codes

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

#01242e Text Font Color

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

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


#01242e Background Color

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

This div background color is #01242e


#01242e Border Color

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

This div border color is #01242e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,36,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01242e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01242e;
  -webkit-box-shadow: 1px 1px 3px 2px #01242e;
  box-shadow:         1px 1px 3px 2px #01242e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01242e


Comments

No comments written yet.

Please login to write comment.