Color Hex Logo

#05366b Color Hex

#05366B
(5,54,107)
0 Favorites   0 Comments

Color spaces of #05366b

RGB 554107
HSL0.590.910.22
HSV211°95°42°
CMYK 0.950.500.00   0.58
XYZ4.03563.732114.4176
Yxy3.73210.18190.1682
Hunter Lab19.31863.4804-30.7254
CIE-Lab22.76527.3406-35.1025

#05366b color RGB value is (5,54,107).

#05366b hex color red value is 5, green value is 54 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #05366b hue: 0.59 , saturation: 0.91 and the lightness value of 05366b is 0.22.

The process color (four color CMYK) of #05366b color hex is 0.95, 0.50, 0.00, 0.58. Web safe color of #05366b is #003366. Color #05366b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110110 01101011
Octal 5 66 153
Decimal 5 54 107
Hex 5 36 6B

RGB Percentages of Color #05366b

%3.01
%32.53
%64.46

CMYK Percentages of Color #05366b

%95
%50
%0
%58

Triadic Colors of #05366b

#05366b #6b0536 #366b05

Analogous Colors of #05366b

#05366b #07056b #05696b

Monochromatic Colors of #05366b

#05366b

Complementary Color

#05366b #6b3a05

#05366b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05366b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05366b Color CSS Codes

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

#05366b Text Font Color

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

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


#05366b Background Color

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

This div background color is #05366b


#05366b Border Color

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

This div border color is #05366b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05366b


Comments

No comments written yet.

Please login to write comment.