Color Hex Logo

#050f5b Color Hex

#050F5B
(5,15,91)
0 Favorites   0 Comments

Color spaces of #050f5b

RGB 51591
HSL0.650.900.19
HSV233°95°36°
CMYK 0.950.840.00   0.64
XYZ2.12171.129210.0037
Yxy1.12920.16010.0852
Hunter Lab10.626417.0438-48.3773
CIE-Lab10.024528.6092-45.3767

#050f5b color RGB value is (5,15,91).

#050f5b hex color red value is 5, green value is 15 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #050f5b hue: 0.65 , saturation: 0.90 and the lightness value of 050f5b is 0.19.

The process color (four color CMYK) of #050f5b color hex is 0.95, 0.84, 0.00, 0.64. Web safe color of #050f5b is #000066. Color #050f5b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001111 01011011
Octal 5 17 133
Decimal 5 15 91
Hex 5 F 5B

RGB Percentages of Color #050f5b

%4.50
%13.51
%81.98

CMYK Percentages of Color #050f5b

%95
%84
%0
%64

Triadic Colors of #050f5b

#050f5b #5b050f #0f5b05

Analogous Colors of #050f5b

#050f5b #26055b #053a5b

Monochromatic Colors of #050f5b

#050f5b

Complementary Color

#050f5b #5b5105

#050f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#050f5b Color CSS Codes

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

#050f5b Text Font Color

<p style="color:#050f5b">Text here</p>

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


#050f5b Background Color

<div style="background-color:#050f5b">
Div content here</div>

This div background color is #050f5b


#050f5b Border Color

<div style="border:3px solid #050f5b">
Div here</div>

This div border color is #050f5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,15,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #050f5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #050f5b;
  -webkit-box-shadow: 1px 1px 3px 2px #050f5b;
  box-shadow:         1px 1px 3px 2px #050f5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050f5b


Comments

No comments written yet.

Please login to write comment.