Color Hex Logo

#05256a Color Hex

#05256A
(5,37,106)
0 Favorites   0 Comments

Color spaces of #05256a

RGB 537106
HSL0.610.910.22
HSV221°95°42°
CMYK 0.950.650.00   0.58
XYZ3.32572.396013.9229
Yxy2.39600.16930.1220
Hunter Lab15.479011.2628-42.4942
CIE-Lab17.441619.3930-43.1017

#05256a color RGB value is (5,37,106).

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

The process color (four color CMYK) of #05256a color hex is 0.95, 0.65, 0.00, 0.58. Web safe color of #05256a is #003366. Color #05256a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100101 01101010
Octal 5 45 152
Decimal 5 37 106
Hex 5 25 6A

RGB Percentages of Color #05256a

%3.38
%25.00
%71.62

CMYK Percentages of Color #05256a

%95
%65
%0
%58

Triadic Colors of #05256a

#05256a #6a0525 #256a05

Analogous Colors of #05256a

#05256a #18056a #05586a

Monochromatic Colors of #05256a

#05256a

Complementary Color

#05256a #6a4a05

#05256a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05256a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05256a Color CSS Codes

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

#05256a Text Font Color

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

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


#05256a Background Color

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

This div background color is #05256a


#05256a Border Color

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

This div border color is #05256a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,37,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05256a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05256a;
  -webkit-box-shadow: 1px 1px 3px 2px #05256a;
  box-shadow:         1px 1px 3px 2px #05256a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05256a


Comments

No comments written yet.

Please login to write comment.