Color Hex Logo

#013023 Color Hex

#013023
(1,48,35)
0 Favorites   0 Comments

Color spaces of #013023

RGB 14835
HSL0.450.960.10
HSV163°98°19°
CMYK 0.980.000.27   0.81
XYZ1.37282.24171.9504
Yxy2.24170.24670.4028
Hunter Lab14.9723-9.83502.7571
CIE-Lab16.7077-19.21564.0626

#013023 color RGB value is (1,48,35).

#013023 hex color red value is 1, green value is 48 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #013023 hue: 0.45 , saturation: 0.96 and the lightness value of 013023 is 0.10.

The process color (four color CMYK) of #013023 color hex is 0.98, 0.00, 0.27, 0.81. Web safe color of #013023 is #003333. Color #013023 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 00100011
Octal 1 60 43
Decimal 1 48 35
Hex 1 30 23

RGB Percentages of Color #013023

%1.19
%57.14
%41.67

CMYK Percentages of Color #013023

%98
%0
%27
%81

Triadic Colors of #013023

#013023 #230130 #302301

Analogous Colors of #013023

#013023 #012630 #01300c

Monochromatic Colors of #013023

#013023

Complementary Color

#013023 #30010e

#013023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013023 Color CSS Codes

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

#013023 Text Font Color

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

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


#013023 Background Color

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

This div background color is #013023


#013023 Border Color

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

This div border color is #013023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013023


Comments

No comments written yet.

Please login to write comment.