Color Hex Logo

#05063f Color Hex

#05063F
(5,6,63)
0 Favorites   0 Comments

Color spaces of #05063f

RGB 5663
HSL0.660.850.13
HSV239°92°25°
CMYK 0.920.900.00   0.75
XYZ1.02490.52144.7492
Yxy0.52140.16280.0828
Hunter Lab7.220812.6994-33.9411
CIE-Lab4.709821.1970-34.6953

#05063f color RGB value is (5,6,63).

#05063f hex color red value is 5, green value is 6 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #05063f hue: 0.66 , saturation: 0.85 and the lightness value of 05063f is 0.13.

The process color (four color CMYK) of #05063f color hex is 0.92, 0.90, 0.00, 0.75. Web safe color of #05063f is #000033. Color #05063f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000110 00111111
Octal 5 6 77
Decimal 5 6 63
Hex 5 6 3F

RGB Percentages of Color #05063f

%6.76
%8.11
%85.14

CMYK Percentages of Color #05063f

%92
%90
%0
%75

Triadic Colors of #05063f

#05063f #3f0506 #063f05

Analogous Colors of #05063f

#05063f #21053f #05233f

Monochromatic Colors of #05063f

#05063f

Complementary Color

#05063f #3f3e05

#05063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05063f Color CSS Codes

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

#05063f Text Font Color

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

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


#05063f Background Color

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

This div background color is #05063f


#05063f Border Color

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

This div border color is #05063f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,6,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05063f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05063f;
  -webkit-box-shadow: 1px 1px 3px 2px #05063f;
  box-shadow:         1px 1px 3px 2px #05063f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05063f


Comments

No comments written yet.

Please login to write comment.