Color Hex Logo

#05067d Color Hex

#05067D
(5,6,125)
0 Favorites   0 Comments

Color spaces of #05067d

RGB 56125
HSL0.670.920.25
HSV240°96°49°
CMYK 0.960.950.00   0.51
XYZ3.82941.643219.5174
Yxy1.64320.15320.0658
Hunter Lab12.818730.8913-81.3000
CIE-Lab13.490944.2932-61.9211

#05067d color RGB value is (5,6,125).

#05067d hex color red value is 5, green value is 6 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #05067d hue: 0.67 , saturation: 0.92 and the lightness value of 05067d is 0.25.

The process color (four color CMYK) of #05067d color hex is 0.96, 0.95, 0.00, 0.51. Web safe color of #05067d is #000066. Color #05067d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000110 01111101
Octal 5 6 175
Decimal 5 6 125
Hex 5 6 7D

RGB Percentages of Color #05067d

%3.68
%4.41
%91.91

CMYK Percentages of Color #05067d

%96
%95
%0
%51

Triadic Colors of #05067d

#05067d #7d0506 #067d05

Analogous Colors of #05067d

#05067d #40057d #05427d

Monochromatic Colors of #05067d

#05067d

Complementary Color

#05067d #7d7c05

#05067d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05067d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05067d Color CSS Codes

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

#05067d Text Font Color

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

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


#05067d Background Color

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

This div background color is #05067d


#05067d Border Color

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

This div border color is #05067d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05067d


Comments

No comments written yet.

Please login to write comment.