Color Hex Logo

#05278e Color Hex

#05278E
(5,39,142)
0 Favorites   0 Comments

Color spaces of #05278e

RGB 539142
HSL0.630.930.29
HSV225°96°56°
CMYK 0.960.730.00   0.44
XYZ5.67063.436325.9556
Yxy3.43630.16170.0980
Hunter Lab18.537322.1634-70.0409
CIE-Lab21.712832.8190-58.9871

#05278e color RGB value is (5,39,142).

#05278e hex color red value is 5, green value is 39 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #05278e hue: 0.63 , saturation: 0.93 and the lightness value of 05278e is 0.29.

The process color (four color CMYK) of #05278e color hex is 0.96, 0.73, 0.00, 0.44. Web safe color of #05278e is #003399. Color #05278e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100111 10001110
Octal 5 47 216
Decimal 5 39 142
Hex 5 27 8E

RGB Percentages of Color #05278e

%2.69
%20.97
%76.34

CMYK Percentages of Color #05278e

%96
%73
%0
%44

Triadic Colors of #05278e

#05278e #8e0527 #278e05

Analogous Colors of #05278e

#05278e #28058e #056c8e

Monochromatic Colors of #05278e

#05278e

Complementary Color

#05278e #8e6c05

#05278e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05278e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05278e Color CSS Codes

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

#05278e Text Font Color

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

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


#05278e Background Color

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

This div background color is #05278e


#05278e Border Color

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

This div border color is #05278e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05278e


Comments

No comments written yet.

Please login to write comment.