Color Hex Logo

#05439b Color Hex

#05439B
(5,67,155)
0 Favorites   0 Comments

Color spaces of #05439b

RGB 567155
HSL0.600.940.31
HSV215°97°61°
CMYK 0.970.570.00   0.39
XYZ7.98616.413131.8273
Yxy6.41310.17280.1387
Hunter Lab25.324111.9738-56.7887
CIE-Lab30.431618.8593-52.6777

#05439b color RGB value is (5,67,155).

#05439b hex color red value is 5, green value is 67 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #05439b hue: 0.60 , saturation: 0.94 and the lightness value of 05439b is 0.31.

The process color (four color CMYK) of #05439b color hex is 0.97, 0.57, 0.00, 0.39. Web safe color of #05439b is #003399. Color #05439b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000011 10011011
Octal 5 103 233
Decimal 5 67 155
Hex 5 43 9B

RGB Percentages of Color #05439b

%2.20
%29.52
%68.28

CMYK Percentages of Color #05439b

%97
%57
%0
%39

Triadic Colors of #05439b

#05439b #9b0543 #439b05

Analogous Colors of #05439b

#05439b #12059b #058e9b

Monochromatic Colors of #05439b

#05439b

Complementary Color

#05439b #9b5d05

#05439b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05439b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05439b Color CSS Codes

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

#05439b Text Font Color

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

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


#05439b Background Color

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

This div background color is #05439b


#05439b Border Color

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

This div border color is #05439b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05439b


Comments

No comments written yet.

Please login to write comment.