Color Hex Logo

#05267e Color Hex

#05267E
(5,38,126)
0 Favorites   0 Comments

Color spaces of #05267e

RGB 538126
HSL0.620.920.26
HSV224°96°49°
CMYK 0.960.700.00   0.51
XYZ4.52162.924820.0649
Yxy2.92480.16440.1063
Hunter Lab17.102017.2649-57.5903
CIE-Lab19.740227.1182-52.1912

#05267e color RGB value is (5,38,126).

#05267e hex color red value is 5, green value is 38 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #05267e hue: 0.62 , saturation: 0.92 and the lightness value of 05267e is 0.26.

The process color (four color CMYK) of #05267e color hex is 0.96, 0.70, 0.00, 0.51. Web safe color of #05267e is #003366. Color #05267e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100110 01111110
Octal 5 46 176
Decimal 5 38 126
Hex 5 26 7E

RGB Percentages of Color #05267e

%2.96
%22.49
%74.56

CMYK Percentages of Color #05267e

%96
%70
%0
%51

Triadic Colors of #05267e

#05267e #7e0526 #267e05

Analogous Colors of #05267e

#05267e #21057e #05637e

Monochromatic Colors of #05267e

#05267e

Complementary Color

#05267e #7e5d05

#05267e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05267e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05267e Color CSS Codes

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

#05267e Text Font Color

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

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


#05267e Background Color

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

This div background color is #05267e


#05267e Border Color

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

This div border color is #05267e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05267e


Comments

No comments written yet.

Please login to write comment.