Color Hex Logo

#012024 Color Hex

#012024
(1,32,36)
0 Favorites   0 Comments

Color spaces of #012024

RGB 13236
HSL0.520.950.07
HSV187°97°14°
CMYK 0.970.110.00   0.86
XYZ0.84751.16691.8496
Yxy1.16690.21930.3020
Hunter Lab10.8023-4.8998-2.5902
CIE-Lab10.3109-9.7270-6.0489

#012024 color RGB value is (1,32,36).

#012024 hex color red value is 1, green value is 32 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #012024 hue: 0.52 , saturation: 0.95 and the lightness value of 012024 is 0.07.

The process color (four color CMYK) of #012024 color hex is 0.97, 0.11, 0.00, 0.86. Web safe color of #012024 is #003333. Color #012024 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100000 00100100
Octal 1 40 44
Decimal 1 32 36
Hex 1 20 24

RGB Percentages of Color #012024

%1.45
%46.38
%52.17

CMYK Percentages of Color #012024

%97
%11
%0
%86

Triadic Colors of #012024

#012024 #240120 #202401

Analogous Colors of #012024

#012024 #010f24 #012417

Monochromatic Colors of #012024

#012024

Complementary Color

#012024 #240501

#012024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012024 Color CSS Codes

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

#012024 Text Font Color

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

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


#012024 Background Color

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

This div background color is #012024


#012024 Border Color

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

This div border color is #012024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012024

#012024 Color Palettes


Comments

No comments written yet.

Please login to write comment.