Color Hex Logo

#051326 Color Hex

#051326
(5,19,38)
0 Favorites   0 Comments

Color spaces of #051326

RGB 51938
HSL0.600.770.08
HSV215°87°15°
CMYK 0.870.500.00   0.85
XYZ0.64530.63801.9228
Yxy0.63800.20130.1990
Hunter Lab7.98750.4427-8.6814
CIE-Lab5.76301.5935-14.5596

#051326 color RGB value is (5,19,38).

#051326 hex color red value is 5, green value is 19 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #051326 hue: 0.60 , saturation: 0.77 and the lightness value of 051326 is 0.08.

The process color (four color CMYK) of #051326 color hex is 0.87, 0.50, 0.00, 0.85. Web safe color of #051326 is #000033. Color #051326 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010011 00100110
Octal 5 23 46
Decimal 5 19 38
Hex 5 13 26

RGB Percentages of Color #051326

%8.06
%30.65
%61.29

CMYK Percentages of Color #051326

%87
%50
%0
%85

Triadic Colors of #051326

#051326 #260513 #132605

Analogous Colors of #051326

#051326 #070526 #052426

Monochromatic Colors of #051326

#051326

Complementary Color

#051326 #261805

#051326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051326 Color CSS Codes

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

#051326 Text Font Color

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

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


#051326 Background Color

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

This div background color is #051326


#051326 Border Color

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

This div border color is #051326


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,19,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051326; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051326;
  -webkit-box-shadow: 1px 1px 3px 2px #051326;
  box-shadow:         1px 1px 3px 2px #051326; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #051326


Comments

No comments written yet.

Please login to write comment.