Color Hex Logo

#05388b Color Hex

#05388B
(5,56,139)
0 Favorites   0 Comments

Color spaces of #05388b

RGB 556139
HSL0.600.930.28
HSV217°96°55°
CMYK 0.960.600.00   0.45
XYZ6.13704.724725.0146
Yxy4.72470.17110.1317
Hunter Lab21.736412.3586-53.0165
CIE-Lab25.935619.8331-50.1893

#05388b color RGB value is (5,56,139).

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

The process color (four color CMYK) of #05388b color hex is 0.96, 0.60, 0.00, 0.45. Web safe color of #05388b is #003399. Color #05388b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111000 10001011
Octal 5 70 213
Decimal 5 56 139
Hex 5 38 8B

RGB Percentages of Color #05388b

%2.50
%28.00
%69.50

CMYK Percentages of Color #05388b

%96
%60
%0
%45

Triadic Colors of #05388b

#05388b #8b0538 #388b05

Analogous Colors of #05388b

#05388b #15058b #057b8b

Monochromatic Colors of #05388b

#05388b

Complementary Color

#05388b #8b5805

#05388b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05388b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05388b Color CSS Codes

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

#05388b Text Font Color

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

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


#05388b Background Color

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

This div background color is #05388b


#05388b Border Color

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

This div border color is #05388b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05388b


Comments

No comments written yet.

Please login to write comment.