Color Hex Logo

#012930 Color Hex

#012930
(1,41,48)
0 Favorites   0 Comments

Color spaces of #012930

RGB 14148
HSL0.520.960.10
HSV189°98°19°
CMYK 0.980.150.00   0.81
XYZ1.33901.80573.0743
Yxy1.80570.21530.2904
Hunter Lab13.4376-5.7291-4.1582
CIE-Lab14.4327-10.4168-8.4310

#012930 color RGB value is (1,41,48).

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

The process color (four color CMYK) of #012930 color hex is 0.98, 0.15, 0.00, 0.81. Web safe color of #012930 is #003333. Color #012930 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101001 00110000
Octal 1 51 60
Decimal 1 41 48
Hex 1 29 30

RGB Percentages of Color #012930

%1.11
%45.56
%53.33

CMYK Percentages of Color #012930

%98
%15
%0
%81

Triadic Colors of #012930

#012930 #300129 #293001

Analogous Colors of #012930

#012930 #011230 #013020

Monochromatic Colors of #012930

#012930

Complementary Color

#012930 #300801

#012930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012930 Color CSS Codes

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

#012930 Text Font Color

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

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


#012930 Background Color

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

This div background color is #012930


#012930 Border Color

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

This div border color is #012930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012930


Comments

No comments written yet.

Please login to write comment.