Color Hex Logo

#026071 Color Hex

#026071
(2,96,113)
0 Favorites   0 Comments

Color spaces of #026071

RGB 296113
HSL0.530.970.23
HSV189°98°44°
CMYK 0.980.150.00   0.56
XYZ7.18859.570917.0913
Yxy9.57090.21240.2827
Hunter Lab30.9369-12.6632-11.0994
CIE-Lab37.0610-17.2634-16.4023

#026071 color RGB value is (2,96,113).

#026071 hex color red value is 2, green value is 96 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #026071 hue: 0.53 , saturation: 0.97 and the lightness value of 026071 is 0.23.

The process color (four color CMYK) of #026071 color hex is 0.98, 0.15, 0.00, 0.56. Web safe color of #026071 is #006666. Color #026071 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01100000 01110001
Octal 2 140 161
Decimal 2 96 113
Hex 2 60 71

RGB Percentages of Color #026071

%0.95
%45.50
%53.55

CMYK Percentages of Color #026071

%98
%15
%0
%56

Triadic Colors of #026071

#026071 #710260 #607102

Analogous Colors of #026071

#026071 #022971 #02714a

Monochromatic Colors of #026071

#026071

Complementary Color

#026071 #711302

#026071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#026071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#026071 Color CSS Codes

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

#026071 Text Font Color

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

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


#026071 Background Color

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

This div background color is #026071


#026071 Border Color

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

This div border color is #026071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #026071


Comments

No comments written yet.

Please login to write comment.