Color Hex Logo

#052869 Color Hex

#052869
(5,40,105)
0 Favorites   0 Comments

Color spaces of #052869

RGB 540105
HSL0.610.910.22
HSV219°95°41°
CMYK 0.950.620.00   0.59
XYZ3.37122.569813.6829
Yxy2.56980.17180.1310
Hunter Lab16.03069.4846-39.3855
CIE-Lab18.231416.7312-41.1577

#052869 color RGB value is (5,40,105).

#052869 hex color red value is 5, green value is 40 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #052869 hue: 0.61 , saturation: 0.91 and the lightness value of 052869 is 0.22.

The process color (four color CMYK) of #052869 color hex is 0.95, 0.62, 0.00, 0.59. Web safe color of #052869 is #003366. Color #052869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101000 01101001
Octal 5 50 151
Decimal 5 40 105
Hex 5 28 69

RGB Percentages of Color #052869

%3.33
%26.67
%70.00

CMYK Percentages of Color #052869

%95
%62
%0
%59

Triadic Colors of #052869

#052869 #690528 #286905

Analogous Colors of #052869

#052869 #140569 #055a69

Monochromatic Colors of #052869

#052869

Complementary Color

#052869 #694605

#052869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052869 Color CSS Codes

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

#052869 Text Font Color

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

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


#052869 Background Color

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

This div background color is #052869


#052869 Border Color

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

This div border color is #052869


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,40,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052869; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052869;
  -webkit-box-shadow: 1px 1px 3px 2px #052869;
  box-shadow:         1px 1px 3px 2px #052869; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052869


Comments

No comments written yet.

Please login to write comment.