Color Hex Logo

#05133a Color Hex

#05133A
(5,19,58)
0 Favorites   0 Comments

Color spaces of #05133a

RGB 51958
HSL0.620.840.12
HSV224°91°23°
CMYK 0.910.670.00   0.77
XYZ1.05920.80354.1023
Yxy0.80350.17760.1347
Hunter Lab8.96385.4056-20.8595
CIE-Lab7.258011.4322-26.9481

#05133a color RGB value is (5,19,58).

#05133a hex color red value is 5, green value is 19 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #05133a hue: 0.62 , saturation: 0.84 and the lightness value of 05133a is 0.12.

The process color (four color CMYK) of #05133a color hex is 0.91, 0.67, 0.00, 0.77. Web safe color of #05133a is #000033. Color #05133a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010011 00111010
Octal 5 23 72
Decimal 5 19 58
Hex 5 13 3A

RGB Percentages of Color #05133a

%6.10
%23.17
%70.73

CMYK Percentages of Color #05133a

%91
%67
%0
%77

Triadic Colors of #05133a

#05133a #3a0513 #133a05

Analogous Colors of #05133a

#05133a #12053a #052e3a

Monochromatic Colors of #05133a

#05133a

Complementary Color

#05133a #3a2c05

#05133a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05133a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05133a Color CSS Codes

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

#05133a Text Font Color

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

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


#05133a Background Color

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

This div background color is #05133a


#05133a Border Color

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

This div border color is #05133a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05133a


Comments

No comments written yet.

Please login to write comment.