Color Hex Logo

#050a3b Color Hex

#050A3B
(5,10,59)
0 Favorites   0 Comments

Color spaces of #050a3b

RGB 51059
HSL0.650.840.13
HSV234°92°23°
CMYK 0.920.830.00   0.77
XYZ0.96050.56514.1961
Yxy0.56510.16790.0988
Hunter Lab7.51739.6520-27.8331
CIE-Lab5.104517.1316-31.1681

#050a3b color RGB value is (5,10,59).

#050a3b hex color red value is 5, green value is 10 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #050a3b hue: 0.65 , saturation: 0.84 and the lightness value of 050a3b is 0.13.

The process color (four color CMYK) of #050a3b color hex is 0.92, 0.83, 0.00, 0.77. Web safe color of #050a3b is #000033. Color #050a3b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001010 00111011
Octal 5 12 73
Decimal 5 10 59
Hex 5 A 3B

RGB Percentages of Color #050a3b

%6.76
%13.51
%79.73

CMYK Percentages of Color #050a3b

%92
%83
%0
%77

Triadic Colors of #050a3b

#050a3b #3b050a #0a3b05

Analogous Colors of #050a3b

#050a3b #1b053b #05253b

Monochromatic Colors of #050a3b

#050a3b

Complementary Color

#050a3b #3b3605

#050a3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050a3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#050a3b Color CSS Codes

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

#050a3b Text Font Color

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

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


#050a3b Background Color

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

This div background color is #050a3b


#050a3b Border Color

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

This div border color is #050a3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,10,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #050a3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #050a3b;
  -webkit-box-shadow: 1px 1px 3px 2px #050a3b;
  box-shadow:         1px 1px 3px 2px #050a3b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050a3b


Comments

No comments written yet.

Please login to write comment.