Color Hex Logo

#05388e Color Hex

#05388E
(5,56,142)
0 Favorites   0 Comments

Color spaces of #05388e

RGB 556142
HSL0.600.930.29
HSV218°96°56°
CMYK 0.960.610.00   0.44
XYZ6.35924.813626.1851
Yxy4.81360.17020.1289
Hunter Lab21.939913.3427-55.4042
CIE-Lab26.197021.0987-51.6201

#05388e color RGB value is (5,56,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111000 10001110
Octal 5 70 216
Decimal 5 56 142
Hex 5 38 8E

RGB Percentages of Color #05388e

%2.46
%27.59
%69.95

CMYK Percentages of Color #05388e

%96
%61
%0
%44

Triadic Colors of #05388e

#05388e #8e0538 #388e05

Analogous Colors of #05388e

#05388e #16058e #057d8e

Monochromatic Colors of #05388e

#05388e

Complementary Color

#05388e #8e5b05

#05388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05388e Color CSS Codes

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

#05388e Text Font Color

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

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


#05388e Background Color

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

This div background color is #05388e


#05388e Border Color

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

This div border color is #05388e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,56,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 #05388e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05388e


Comments

No comments written yet.

Please login to write comment.