Color Hex Logo

#0a5879 Color Hex

#0A5879
(10,88,121)
0 Favorites   0 Comments

Color spaces of #0a5879

RGB 1088121
HSL0.550.850.26
HSV198°92°47°
CMYK 0.920.270.00   0.53
XYZ7.06618.424519.3428
Yxy8.42450.20290.2419
Hunter Lab29.0250-7.3381-19.1945
CIE-Lab34.8518-8.9478-24.7548

#0a5879 color RGB value is (10,88,121).

#0a5879 hex color red value is 10, green value is 88 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #0a5879 hue: 0.55 , saturation: 0.85 and the lightness value of 0a5879 is 0.26.

The process color (four color CMYK) of #0a5879 color hex is 0.92, 0.27, 0.00, 0.53. Web safe color of #0a5879 is #006666. Color #0a5879 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01011000 01111001
Octal 12 130 171
Decimal 10 88 121
Hex A 58 79

RGB Percentages of Color #0a5879

%4.57
%40.18
%55.25

CMYK Percentages of Color #0a5879

%92
%27
%0
%53

Triadic Colors of #0a5879

#0a5879 #790a58 #58790a

Analogous Colors of #0a5879

#0a5879 #0a2179 #0a7962

Monochromatic Colors of #0a5879

#0a5879

Complementary Color

#0a5879 #792b0a

#0a5879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a5879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a5879 Color CSS Codes

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

#0a5879 Text Font Color

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

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


#0a5879 Background Color

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

This div background color is #0a5879


#0a5879 Border Color

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

This div border color is #0a5879


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,88,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a5879; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a5879;
  -webkit-box-shadow: 1px 1px 3px 2px #0a5879;
  box-shadow:         1px 1px 3px 2px #0a5879; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,88,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a5879


Comments

No comments written yet.

Please login to write comment.