Color Hex Logo

#05273c Color Hex

#05273C
(5,39,60)
0 Favorites   0 Comments

Color spaces of #05273c

RGB 53960
HSL0.560.850.13
HSV203°92°24°
CMYK 0.920.350.00   0.76
XYZ1.60371.80954.5397
Yxy1.80950.20160.2275
Hunter Lab13.4518-2.2601-10.5929
CIE-Lab14.4540-3.0248-16.8441

#05273c color RGB value is (5,39,60).

#05273c hex color red value is 5, green value is 39 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #05273c hue: 0.56 , saturation: 0.85 and the lightness value of 05273c is 0.13.

The process color (four color CMYK) of #05273c color hex is 0.92, 0.35, 0.00, 0.76. Web safe color of #05273c is #003333. Color #05273c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100111 00111100
Octal 5 47 74
Decimal 5 39 60
Hex 5 27 3C

RGB Percentages of Color #05273c

%4.81
%37.50
%57.69

CMYK Percentages of Color #05273c

%92
%35
%0
%76

Triadic Colors of #05273c

#05273c #3c0527 #273c05

Analogous Colors of #05273c

#05273c #050c3c #053c35

Monochromatic Colors of #05273c

#05273c

Complementary Color

#05273c #3c1a05

#05273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05273c Color CSS Codes

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

#05273c Text Font Color

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

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


#05273c Background Color

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

This div background color is #05273c


#05273c Border Color

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

This div border color is #05273c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,39,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05273c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05273c;
  -webkit-box-shadow: 1px 1px 3px 2px #05273c;
  box-shadow:         1px 1px 3px 2px #05273c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05273c


Comments

No comments written yet.

Please login to write comment.