Color Hex Logo

#052460 Color Hex

#052460
(5,36,96)
0 Favorites   0 Comments

Color spaces of #052460

RGB 53696
HSL0.610.900.20
HSV220°95°38°
CMYK 0.950.630.00   0.62
XYZ2.80482.138511.3313
Yxy2.13850.17230.1314
Hunter Lab14.62368.6449-35.7051
CIE-Lab16.197915.7263-38.5604

#052460 color RGB value is (5,36,96).

#052460 hex color red value is 5, green value is 36 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #052460 hue: 0.61 , saturation: 0.90 and the lightness value of 052460 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100100 01100000
Octal 5 44 140
Decimal 5 36 96
Hex 5 24 60

RGB Percentages of Color #052460

%3.65
%26.28
%70.07

CMYK Percentages of Color #052460

%95
%63
%0
%62

Triadic Colors of #052460

#052460 #600524 #246005

Analogous Colors of #052460

#052460 #140560 #055260

Monochromatic Colors of #052460

#052460

Complementary Color

#052460 #604105

#052460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052460 Color CSS Codes

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

#052460 Text Font Color

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

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


#052460 Background Color

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

This div background color is #052460


#052460 Border Color

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

This div border color is #052460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052460


Comments

No comments written yet.

Please login to write comment.