Color Hex Logo

#01062b Color Hex

#01062B
(1,6,43)
0 Favorites   0 Comments

Color spaces of #01062b

RGB 1643
HSL0.650.950.09
HSV233°98°17°
CMYK 0.980.860.00   0.83
XYZ0.51370.31112.3185
Yxy0.31110.16340.0990
Hunter Lab5.57766.6790-20.7412
CIE-Lab2.81018.9305-23.0031

#01062b color RGB value is (1,6,43).

#01062b hex color red value is 1, green value is 6 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #01062b hue: 0.65 , saturation: 0.95 and the lightness value of 01062b is 0.09.

The process color (four color CMYK) of #01062b color hex is 0.98, 0.86, 0.00, 0.83. Web safe color of #01062b is #000033. Color #01062b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000110 00101011
Octal 1 6 53
Decimal 1 6 43
Hex 1 6 2B

RGB Percentages of Color #01062b

%2.00
%12.00
%86.00

CMYK Percentages of Color #01062b

%98
%86
%0
%83

Triadic Colors of #01062b

#01062b #2b0106 #062b01

Analogous Colors of #01062b

#01062b #11012b #011b2b

Monochromatic Colors of #01062b

#01062b

Complementary Color

#01062b #2b2601

#01062b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01062b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01062b Color CSS Codes

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

#01062b Text Font Color

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

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


#01062b Background Color

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

This div background color is #01062b


#01062b Border Color

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

This div border color is #01062b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,6,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01062b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01062b;
  -webkit-box-shadow: 1px 1px 3px 2px #01062b;
  box-shadow:         1px 1px 3px 2px #01062b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01062b


Comments

No comments written yet.

Please login to write comment.