Color Hex Logo

#012742 Color Hex

#012742
(1,39,66)
0 Favorites   0 Comments

Color spaces of #012742

RGB 13966
HSL0.570.970.13
HSV205°98°26°
CMYK 0.980.410.00   0.74
XYZ1.72141.85085.4208
Yxy1.85080.19140.2058
Hunter Lab13.6044-1.2217-14.1015
CIE-Lab14.6839-0.9524-20.6718

#012742 color RGB value is (1,39,66).

#012742 hex color red value is 1, green value is 39 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #012742 hue: 0.57 , saturation: 0.97 and the lightness value of 012742 is 0.13.

The process color (four color CMYK) of #012742 color hex is 0.98, 0.41, 0.00, 0.74. Web safe color of #012742 is #003333. Color #012742 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100111 01000010
Octal 1 47 102
Decimal 1 39 66
Hex 1 27 42

RGB Percentages of Color #012742

%0.94
%36.79
%62.26

CMYK Percentages of Color #012742

%98
%41
%0
%74

Triadic Colors of #012742

#012742 #420127 #274201

Analogous Colors of #012742

#012742 #010742 #01423d

Monochromatic Colors of #012742

#012742

Complementary Color

#012742 #421c01

#012742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012742 Color CSS Codes

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

#012742 Text Font Color

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

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


#012742 Background Color

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

This div background color is #012742


#012742 Border Color

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

This div border color is #012742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012742


Comments

No comments written yet.

Please login to write comment.